[arch-commits] Commit in python/repos (3 files)

Allan McRae allan at archlinux.org
Tue Jul 8 03:25:51 UTC 2008


    Date: Monday, July 7, 2008 @ 23:25:51
  Author: allan
Revision: 4552

Merged revisions 3582-4550 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/python/trunk

........
  r3754 | andyrtr | 2008-07-01 06:15:48 +1000 (Tue, 01 Jul 2008) | 1 line
  
  upgpkg: python 2.5.2-4
........
  r3989 | andyrtr | 2008-07-03 02:38:22 +1000 (Thu, 03 Jul 2008) | 2 lines
  
  upgpkg: python 2.5.2-4
      fix db detection
........

Added:
  python/repos/testing-i686/db4.7-setup.py-detection.patch
    (from rev 3989, python/trunk/db4.7-setup.py-detection.patch)
Modified:
  python/repos/testing-i686/	(properties)
  python/repos/testing-i686/PKGBUILD

--------------------------------+
 PKGBUILD                       |   10 +++++-----
 db4.7-setup.py-detection.patch |   11 +++++++++++
 2 files changed, 16 insertions(+), 5 deletions(-)


Property changes on: python/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /python/trunk:1-3581
   + /python/trunk:1-4550

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-07-08 03:25:33 UTC (rev 4551)
+++ testing-i686/PKGBUILD	2008-07-08 03:25:51 UTC (rev 4552)
@@ -4,13 +4,13 @@
 
 pkgname=python
 pkgver=2.5.2
-pkgrel=3
+pkgrel=4
 _pybasever=2.5
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.python.org"
-depends=('db>=4.6' 'bzip2' 'gdbm' 'openssl>=0.9.8d' 'zlib')
+depends=('db>=4.7' 'bzip2' 'gdbm' 'openssl>=0.9.8d' 'zlib')
 makedepends=('tk>=8.5.0' 'sqlite3')
 provides=('python-elementree' 'python-ctypes')
 replaces=('python-elementree' 'python-ctypes')
@@ -19,7 +19,7 @@
 	modulator-launcher
 	pynche-launcher
 	Python-2.4.4-gdbm-1.patch
-	db4.6-setup.py-detection.patch
+	db4.7-setup.py-detection.patch
 	python-2.5.CVE-2007-4965-int-overflow.patch
 	python2.6-set_wakeup_fd4.patch
 	Python-2.5.2-idlelib.patch)
@@ -27,7 +27,7 @@
          'faa0d4b947bfe67fc8684b5c464f46f2'
          '60a44af1d8af276274e20c564c0f3d8b'
          '2b61e06365e9fb5f3af22d946efa8be6'
-         'ad59f0d7c862d9714c7580899bc1c356'
+         '176398feef253b7c01de2b4691a2719b'
          '491416c1b337fc61b6cdf5981d895a7d'
          'ec56710959deb01b5fa35829cafec6a3'
          'e6441e0b013ac64795221154e0495e10')
@@ -35,7 +35,7 @@
 build() {
   cd ${startdir}/src/Python-${pkgver}
   patch -Np1 -i ${srcdir}/Python-2.4.4-gdbm-1.patch || return 1
-  patch -Np0 -i ${srcdir}/db4.6-setup.py-detection.patch || return 1
+  patch -Np0 -i ${srcdir}/db4.7-setup.py-detection.patch || return 1
   # fix http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4965
   patch -Np1 -i ${srcdir}/python-2.5.CVE-2007-4965-int-overflow.patch || return 1
   

Copied: python/repos/testing-i686/db4.7-setup.py-detection.patch (from rev 3989, python/trunk/db4.7-setup.py-detection.patch)
===================================================================
--- testing-i686/db4.7-setup.py-detection.patch	                        (rev 0)
+++ testing-i686/db4.7-setup.py-detection.patch	2008-07-08 03:25:51 UTC (rev 4552)
@@ -0,0 +1,11 @@
+--- setup.py	2008-02-23 20:58:52.000000000 +0000
++++ setup.py.new	2008-02-23 21:04:18.000000000 +0000
+@@ -608,7 +608,7 @@
+         # a release.  Most open source OSes come with one or more
+         # versions of BerkeleyDB already installed.
+ 
+-        max_db_ver = (4, 5)
++        max_db_ver = (4, 7)
+         # NOTE: while the _bsddb.c code links against BerkeleyDB 4.6.x
+         # we leave that version disabled by default as it has proven to be
+         # quite a buggy library release on many platforms.





More information about the arch-commits mailing list