[Python-modules-commits] r1125 - in /packages/sqlobject/branches/0.7.1/debian: changelog patches/01_avoid_requirements_checking.diff patches/02_use_parse_method_for_egg_requirement.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Fri Jul 7 01:51:49 UTC 2006


Author: kov
Date: Fri Jul  7 01:51:49 2006
New Revision: 1125

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1125
Log:
updated patch and removed the no longer needed

Removed:
    packages/sqlobject/branches/0.7.1/debian/patches/02_use_parse_method_for_egg_requirement.diff
Modified:
    packages/sqlobject/branches/0.7.1/debian/changelog
    packages/sqlobject/branches/0.7.1/debian/patches/01_avoid_requirements_checking.diff

Modified: packages/sqlobject/branches/0.7.1/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/sqlobject/branches/0.7.1/debian/changelog?rev=1125&op=diff
==============================================================================
--- packages/sqlobject/branches/0.7.1/debian/changelog (original)
+++ packages/sqlobject/branches/0.7.1/debian/changelog Fri Jul  7 01:51:49 2006
@@ -1,6 +1,10 @@
 sqlobject (0.7.0.99.really.0.7.1b1-1) UNRELEASED; urgency=low
 
   * Upstream beta release
+  * debian/patches/01_avoid_requirements_checking.diff:
+  - updated to the new setup.py
+  * debian/patches/02_use_parse_method_for_egg_requirement.diff:
+  - removed; no longer needed
 
  -- Gustavo Noronha Silva <kov at debian.org>  Thu,  6 Jul 2006 22:36:43 -0300
 

Modified: packages/sqlobject/branches/0.7.1/debian/patches/01_avoid_requirements_checking.diff
URL: http://svn.debian.org/wsvn/python-modules/packages/sqlobject/branches/0.7.1/debian/patches/01_avoid_requirements_checking.diff?rev=1125&op=diff
==============================================================================
--- packages/sqlobject/branches/0.7.1/debian/patches/01_avoid_requirements_checking.diff (original)
+++ packages/sqlobject/branches/0.7.1/debian/patches/01_avoid_requirements_checking.diff Fri Jul  7 01:51:49 2006
@@ -1,17 +1,17 @@
---- ../branches/upstream/current/setup.py	2006-07-03 21:10:02.000000000 -0300
-+++ setup.py	2006-07-03 21:02:46.000000000 -0300
-@@ -50,13 +50,13 @@
+--- setup.py~	2006-07-06 22:43:10.000000000 -0300
++++ setup.py	2006-07-06 22:43:53.000000000 -0300
+@@ -51,13 +51,13 @@
        license="LGPL",
        packages=["sqlobject"] + ['sqlobject.%s' % package for package in subpackages],
        scripts=["scripts/sqlobject-admin"],
--      install_requires=["FormEncode>=0.2.2"],
+-      install_requires=["FormEncode>=0.5"],
 -      extras_require={
 -        'postgresql': ['psycopg'],
 -        'mysql': ['MySQLdb'],
 -        'sqlite': ['pysqlite'],
 -        # Others?
 -        },
-+      #install_requires=["FormEncode>=0.2.2"],
++      #install_requires=["FormEncode>=0.5"],
 +      #extras_require={
 +      #  'postgresql': ['psycopg'],
 +      #  'mysql': ['MySQLdb'],




More information about the Python-modules-commits mailing list