[Python-modules-commits] r19517 - in packages/celery/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Dec 5 15:01:47 UTC 2011


    Date: Monday, December 5, 2011 @ 15:01:45
  Author: fladi-guest
Revision: 19517

New upstream release.

Modified:
  packages/celery/trunk/debian/changelog
  packages/celery/trunk/debian/control
  packages/celery/trunk/debian/patches/fix_dependencies.patch

Modified: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog	2011-12-05 07:10:17 UTC (rev 19516)
+++ packages/celery/trunk/debian/changelog	2011-12-05 15:01:45 UTC (rev 19517)
@@ -1,5 +1,5 @@
-celery (2.4.2-1) UNRELEASED; urgency=low
+celery (2.4.5-1) _UNRELEASED; urgency=low
 
   * Initial release (Closes: #526350)
 
- -- Fladischer Michael <FladischerMichael at fladi.at>  Fri, 18 Nov 2011 12:42:29 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Tue, 29 Nov 2011 08:47:48 +0100

Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	2011-12-05 07:10:17 UTC (rev 19516)
+++ packages/celery/trunk/debian/control	2011-12-05 15:01:45 UTC (rev 19517)
@@ -21,8 +21,7 @@
                python-setuptools,
                python-sphinx (>= 1.0.7+dfsg),
                python-sphinxcontrib.issuetracker,
-               python-sqlalchemy,
-               python-unittest2
+               python-sqlalchemy
 X-Python-Version: >= 2.7
 Standards-Version: 3.9.2
 Homepage: http://github.com/ask/celery/

Modified: packages/celery/trunk/debian/patches/fix_dependencies.patch
===================================================================
--- packages/celery/trunk/debian/patches/fix_dependencies.patch	2011-12-05 07:10:17 UTC (rev 19516)
+++ packages/celery/trunk/debian/patches/fix_dependencies.patch	2011-12-05 15:01:45 UTC (rev 19517)
@@ -44,12 +44,12 @@
  source-dir = docs/
 --- a/setup.py
 +++ b/setup.py
-@@ -6,7 +6,7 @@
- import platform
+@@ -105,7 +105,7 @@
  
- extra = {}
+ # -*- Tests Requires -*-
+ 
 -tests_require = ["nose", "nose-cover3", "sqlalchemy", "mock"]
 +tests_require = ["nose", "sqlalchemy", "mock"]
- is_py3k  = sys.version_info >= (3, 0)
- if is_py3k:
-     extra.update(use_2to3=True)
+ if sys.version_info < (2, 7):
+     tests_require.append("unittest2")
+ elif sys.version_info <= (2, 5):




More information about the Python-modules-commits mailing list