[Python-modules-commits] r5314 - in packages/turbogears/trunk/debian (2 files)
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Sat May 10 21:06:01 UTC 2008
Date: Saturday, May 10, 2008 @ 21:06:00
Author: kov
Revision: 5314
- make sqlobject requirement be >=0.8, so that it will work with the
version currently in unstable, with which it is supposed to work
(Closes: #479713, #478134)
Added:
packages/turbogears/trunk/debian/patches/04_loosen_sqlobject_requirement.diff
Modified:
packages/turbogears/trunk/debian/changelog
Modified: packages/turbogears/trunk/debian/changelog
===================================================================
--- packages/turbogears/trunk/debian/changelog 2008-05-10 20:28:24 UTC (rev 5313)
+++ packages/turbogears/trunk/debian/changelog 2008-05-10 21:06:00 UTC (rev 5314)
@@ -19,8 +19,12 @@
- updated turbojson's requirement to 1.1.2
- updated python-dispatch's requirement to 0.5a.svn20080510
- updated sqlobject's requirement to 0.8
+ * debian/patches/04_loosen_sqlobject_requirement.diff:
+ - make sqlobject requirement be >=0.8, so that it will work with the
+ version currently in unstable, with which it is supposed to work
+ (Closes: #479713, #478134)
- -- Gustavo Noronha Silva <kov at debian.org> Sat, 10 May 2008 17:28:00 -0300
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 10 May 2008 18:04:25 -0300
turbogears (1.0.4.3-1) unstable; urgency=low
Added: packages/turbogears/trunk/debian/patches/04_loosen_sqlobject_requirement.diff
===================================================================
--- packages/turbogears/trunk/debian/patches/04_loosen_sqlobject_requirement.diff (rev 0)
+++ packages/turbogears/trunk/debian/patches/04_loosen_sqlobject_requirement.diff 2008-05-10 21:06:00 UTC (rev 5314)
@@ -0,0 +1,11 @@
+--- setup.py~ 2008-03-03 18:30:58.000000000 -0300
++++ setup.py 2008-05-10 18:01:37.000000000 -0300
+@@ -39,7 +39,7 @@
+ ]
+ else:
+ sqlobject = [
+- "SQLObject>=0.8,<=0.10.0"
++ "SQLObject>=0.8"
+ ]
+
+ sqlalchemy = [
More information about the Python-modules-commits
mailing list