[Python-modules-commits] r23033 - in packages/kombu/trunk/debian (3 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Nov 19 08:48:36 UTC 2012
Date: Monday, November 19, 2012 @ 08:48:35
Author: fladi-guest
Revision: 23033
New upstream release.
Modified:
packages/kombu/trunk/debian/changelog
packages/kombu/trunk/debian/control
packages/kombu/trunk/debian/patches/remove_nose-cover3.patch
Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog 2012-11-19 08:14:03 UTC (rev 23032)
+++ packages/kombu/trunk/debian/changelog 2012-11-19 08:48:35 UTC (rev 23033)
@@ -1,3 +1,10 @@
+kombu (2.4.8-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump dependency on python-anyjson to >= 0.3.3.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 01 Oct 2012 12:22:36 +0200
+
kombu (2.1.8-1) unstable; urgency=low
* New upstream release.
Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control 2012-11-19 08:14:03 UTC (rev 23032)
+++ packages/kombu/trunk/debian/control 2012-11-19 08:48:35 UTC (rev 23033)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
python-amqplib (>= 1.0),
- python-anyjson (>= 0.3.1),
+ python-anyjson (>= 0.3.3),
python-boto,
python-couchdb (>= 0.8),
python-django,
@@ -30,7 +30,7 @@
Package: python-kombu
Architecture: all
Depends: python-amqplib (>= 1.0),
- python-anyjson (>= 0.3.1),
+ python-anyjson (>= 0.3.3),
${misc:Depends},
${python:Depends}
Recommends: python-yaml
Modified: packages/kombu/trunk/debian/patches/remove_nose-cover3.patch
===================================================================
--- packages/kombu/trunk/debian/patches/remove_nose-cover3.patch 2012-11-19 08:14:03 UTC (rev 23032)
+++ packages/kombu/trunk/debian/patches/remove_nose-cover3.patch 2012-11-19 08:48:35 UTC (rev 23033)
@@ -3,20 +3,9 @@
Last-Update: 2011-02-02
Forwarded: not-needed
---- a/setup.py
-+++ b/setup.py
-@@ -5,7 +5,7 @@
- import codecs
-
- extra = {}
--tests_require = ["nose", "nose-cover3"]
-+tests_require = ["nose"]
- if sys.version_info >= (3, 0):
- extra.update(use_2to3=True)
- elif sys.version_info <= (2, 6):
--- a/setup.cfg
+++ b/setup.cfg
-@@ -2,18 +2,6 @@
+@@ -2,19 +2,6 @@
verbosity = 1
detailed-errors = 1
where = kombu/tests
@@ -32,6 +21,14 @@
- kombu.transport.mongodb
- kombu.transport.beanstalk
- kombu.transport.SQS
+- kombu.transport.zookeeper
[build_sphinx]
source-dir = docs/
+--- a/requirements/test.txt
++++ b/requirements/test.txt
+@@ -1,4 +1,3 @@
+ nose
+-nose-cover3
+ unittest2>=0.5.0
+ mock
More information about the Python-modules-commits
mailing list