OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 05-Apr-2006 08:59:25 Branch: HEAD Handle: 2006040507592500 Modified files: openpkg-src/python-db python-db.patch python-db.spec Log: modifying package: python-db-2.4 20060328 -> 20060405 Summary: Revision Changes Path 1.4 +0 -28 openpkg-src/python-db/python-db.patch 1.4 +3 -3 openpkg-src/python-db/python-db.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/python-db/python-db.patch ============================================================================ $ cvs diff -u -r1.3 -r1.4 python-db.patch --- openpkg-src/python-db/python-db.patch 7 Mar 2006 20:57:25 -0000 1.3 +++ openpkg-src/python-db/python-db.patch 5 Apr 2006 06:59:25 -0000 1.4 @@ -27,31 +27,3 @@ try: self.library_dirs.append(self.get_pg_config("libdir")) -Index: pysqlite-2.1.3/setup.py ---- pysqlite-2.1.3/setup.py.orig 2006-02-02 01:15:04 +0100 -+++ pysqlite-2.1.3/setup.py 2006-03-07 21:55:19 +0100 -@@ -23,10 +23,11 @@ - - import glob, os, sys - --from ez_setup import use_setuptools --use_setuptools() -+#from ez_setup import use_setuptools -+#use_setuptools() - --from setuptools import setup, Extension, Command -+#from setuptools import setup, Extension, Command -+from distutils.core import setup, Extension, Command - - # If you need to change anything, it should be enough to change setup.cfg. - -@@ -115,9 +116,7 @@ - platforms = "ALL", - url = "http://pysqlite.org/", - download_url = "http://initd.org/tracker/pysqlite/wiki/PysqliteDownloads", -- test_suite = "pysqlite2.test.suite", - cmdclass = {"build_docs": DocBuilder}, -- extras_require = {"build_docs": ["docutils", "SilverCity"]}, - - # Description of the modules and packages in the distribution - package_dir = {"pysqlite2": "pysqlite2"}, @@ . patch -p0 <<'@@ .' Index: openpkg-src/python-db/python-db.spec ============================================================================ $ cvs diff -u -r1.3 -r1.4 python-db.spec --- openpkg-src/python-db/python-db.spec 28 Mar 2006 19:21:57 -0000 1.3 +++ openpkg-src/python-db/python-db.spec 5 Apr 2006 06:59:25 -0000 1.4 @@ -26,8 +26,8 @@ # package version %define V_python 2.4 -%define V_pysqlite_major 2.1 -%define V_pysqlite 2.1.3 +%define V_pysqlite_major 2.2 +%define V_pysqlite 2.2.0 %define V_psycopg2 2.0b8 %define V_dcoracle2 1.2 %define V_mysql_python 1.2.1c8 @@ -43,7 +43,7 @@ Group: Language License: GPL Version: %{V_python} -Release: 20060328 +Release: 20060405 # package options %option with_sqlite yes @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org