[Python-modules-commits] r16610 - in packages/kombu/trunk/debian (changelog control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Apr 18 08:33:06 UTC 2011


    Date: Monday, April 18, 2011 @ 08:33:03
  Author: fladi-guest
Revision: 16610

New upstream release and bumped anyjson-dependency.

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

Modified: packages/kombu/trunk/debian/changelog
===================================================================
--- packages/kombu/trunk/debian/changelog	2011-04-18 08:23:57 UTC (rev 16609)
+++ packages/kombu/trunk/debian/changelog	2011-04-18 08:33:03 UTC (rev 16610)
@@ -1,3 +1,12 @@
+kombu (1.1.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Depend on python-anyjson (>=0.3.1), therefor no longer recommend
+    python-simplejson.
+  * Remove ${python:Breaks} as dh_python2 no longer needs it.
+
+ -- Fladischer Michael <FladischerMichael at fladi.at>  Mon, 18 Apr 2011 10:26:49 +0200
+
 kombu (1.0.4-1) unstable; urgency=low
 
   * Initial release (Closes: #611809)

Modified: packages/kombu/trunk/debian/control
===================================================================
--- packages/kombu/trunk/debian/control	2011-04-18 08:23:57 UTC (rev 16609)
+++ packages/kombu/trunk/debian/control	2011-04-18 08:33:03 UTC (rev 16610)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 7.0.50~),
                python-all (>= 2.6.6-3~),
                python-amqplib (>= 0.6),
-               python-anyjson,
+               python-anyjson (>=0.3.1),
                python-nose,
                python-pymongo,
                python-setuptools,
@@ -24,11 +24,11 @@
 Package: python-kombu
 Architecture: all
 Depends: python-amqplib (>= 0.6),
-         python-anyjson,
+         python-anyjson (>=0.3.1),
          ${misc:Depends},
          ${python:Depends}
-Recommends: python-simplejson, python-yaml
-Breaks: python-cjson, ${python:Breaks}
+Recommends: python-yaml
+Breaks: python-cjson
 Suggests: python-kombu-doc, python-pymongo
 Description: AMQP Messaging Framework for Python
  The aim of Kombu is to make messaging in Python as easy as possible by




More information about the Python-modules-commits mailing list