[Python-modules-commits] r15207 - in packages/celery/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Dec 29 18:41:25 UTC 2010


    Date: Wednesday, December 29, 2010 @ 18:41:08
  Author: fladi-guest
Revision: 15207

New upstream release.
Bump minimum Python version to 2.6 because of threading.Thread.ident.

Modified:
  packages/celery/trunk/debian/changelog
  packages/celery/trunk/debian/control

Modified: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog	2010-12-29 10:12:45 UTC (rev 15206)
+++ packages/celery/trunk/debian/changelog	2010-12-29 18:41:08 UTC (rev 15207)
@@ -1,4 +1,4 @@
-celery (2.1.3-1) UNRELEASED; urgency=low
+celery (2.1.4-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #526350)
 

Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	2010-12-29 10:12:45 UTC (rev 15206)
+++ packages/celery/trunk/debian/control	2010-12-29 18:41:08 UTC (rev 15207)
@@ -6,7 +6,7 @@
            Fladischer Michael <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 7.0.50~), 
                docbook-to-man,
-               python-all (>=2.5), 
+               python-all (>=2.6), 
                python-amqplib, 
                python-anyjson, 
                python-carrot (>= 0.10.7), 
@@ -24,7 +24,7 @@
                python-sqlalchemy,
                python-support, 
                python-unittest2 
-XS-Python-Version: >= 2.5
+XS-Python-Version: >= 2.6
 Standards-Version: 3.9.1
 Homepage: http://github.com/ask/celery/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-celery/trunk/




More information about the Python-modules-commits mailing list