[Python-modules-commits] r27618 - in packages/python-amqp/tags (5 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Feb 12 09:54:18 UTC 2014


    Date: Wednesday, February 12, 2014 @ 09:54:17
  Author: fladi-guest
Revision: 27618

[svn-buildpackage] Tagging python-amqp 1.4.3-1

Added:
  packages/python-amqp/tags/1.4.3-1/
  packages/python-amqp/tags/1.4.3-1/debian/changelog
    (from rev 27589, packages/python-amqp/trunk/debian/changelog)
  packages/python-amqp/tags/1.4.3-1/debian/control
    (from rev 27589, packages/python-amqp/trunk/debian/control)
Deleted:
  packages/python-amqp/tags/1.4.3-1/debian/changelog
  packages/python-amqp/tags/1.4.3-1/debian/control

Deleted: packages/python-amqp/tags/1.4.3-1/debian/changelog
===================================================================
--- packages/python-amqp/trunk/debian/changelog	2013-12-10 10:15:25 UTC (rev 26719)
+++ packages/python-amqp/tags/1.4.3-1/debian/changelog	2014-02-12 09:54:17 UTC (rev 27618)
@@ -1,13 +0,0 @@
-python-amqp (1.0.13-1) unstable; urgency=low
-
-  * New upstream release.
-  * Enable basic message tests.
-  * Clean funtests/settings.pyc after each build.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 25 Sep 2013 11:24:32 +0200
-
-python-amqp (1.0.12-1) unstable; urgency=low
-
-  * Initial release (Closes: #712786).
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 27 Jun 2013 15:12:51 +0200

Copied: packages/python-amqp/tags/1.4.3-1/debian/changelog (from rev 27589, packages/python-amqp/trunk/debian/changelog)
===================================================================
--- packages/python-amqp/tags/1.4.3-1/debian/changelog	                        (rev 0)
+++ packages/python-amqp/tags/1.4.3-1/debian/changelog	2014-02-12 09:54:17 UTC (rev 27618)
@@ -0,0 +1,28 @@
+python-amqp (1.4.3-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bump Standards version to 3.9.5.
+  * Make Build-Depends on python-all and python3-all unversioned as no
+    prior versions are available in Wheezy.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 11 Feb 2014 10:43:25 +0100
+
+python-amqp (1.3.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 11 Dec 2013 09:11:20 +0100
+
+python-amqp (1.0.13-1) unstable; urgency=low
+
+  * New upstream release.
+  * Enable basic message tests.
+  * Clean funtests/settings.pyc after each build.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 25 Sep 2013 11:24:32 +0200
+
+python-amqp (1.0.12-1) unstable; urgency=low
+
+  * Initial release (Closes: #712786).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 27 Jun 2013 15:12:51 +0200

Deleted: packages/python-amqp/tags/1.4.3-1/debian/control
===================================================================
--- packages/python-amqp/trunk/debian/control	2013-12-10 10:15:25 UTC (rev 26719)
+++ packages/python-amqp/tags/1.4.3-1/debian/control	2014-02-12 09:54:17 UTC (rev 27618)
@@ -1,104 +0,0 @@
-Source: python-amqp
-Section: python
-Priority: extra
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 8.1.0~),
-               python-all (>= 2.6.6-3~),
-               python-setuptools,
-               python3-all (>= 3.1.2-12~),
-               python3-setuptools
-Build-Depends-Indep: libjs-jquery,
-                     python-sphinx (>= 1.0.7+dfsg-1~),
-                     python-sphinxcontrib.issuetracker
-Standards-Version: 3.9.4
-X-Python-Version: >= 2.5
-X-Python3-Version: >= 3.0
-Homepage: https://github.com/celery/py-amqp
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-amqp/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-amqp/trunk/
-
-Package: python-amqp
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: python-amqp-doc
-Description: Low-level AMQP client
- This is a fork of amqplib which was originally written by Barry Pederson. It
- is maintained by the Celery project, and used by kombu as a pure Python
- alternative when librabbitmq is not available.
- .
- This library should be API compatible with librabbitmq. Differences from
- amqplib are:
-  * Supports draining events from multiple channels (Connection.drain_events).
-  * Support for timeouts.
-  * Channels are restored after channel error, instead of having to close the
-    connection.
-  * Support for heartbeats.
-  * Supports RabbitMQ extensions:
-    - Consumer Cancel Notifications.
-    - Publisher confirms.
-    - Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
-  * Support for basic_return.
-  * Uses AMQP 0-9-1 instead of 0-8.
-  * Exposes the underlying socket as Connection.sock.
-  * Adds Channel.no_ack_consumers to keep track of consumer tags that set the
-    no_ack flag.
-  * Slightly better at error recovery.
-
-Package: python3-amqp
-Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python-amqp-doc
-Description: Low-level AMQP client (Python3 version)
- This is a fork of amqplib which was originally written by Barry Pederson. It
- is maintained by the Celery project, and used by kombu as a pure Python
- alternative when librabbitmq is not available.
- .
- This library should be API compatible with librabbitmq. Differences from
- amqplib are:
-  * Supports draining events from multiple channels (Connection.drain_events).
-  * Support for timeouts.
-  * Channels are restored after channel error, instead of having to close the
-    connection.
-  * Support for heartbeats.
-  * Supports RabbitMQ extensions:
-    - Consumer Cancel Notifications.
-    - Publisher confirms.
-    - Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
-  * Support for basic_return.
-  * Uses AMQP 0-9-1 instead of 0-8.
-  * Exposes the underlying socket as Connection.sock.
-  * Adds Channel.no_ack_consumers to keep track of consumer tags that set the
-    no_ack flag.
-  * Slightly better at error recovery.
- .
- This package contains the Python 3 version of the library.
-
-Package: python-amqp-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Low-level AMQP client (Documentation)
- This is a fork of amqplib which was originally written by Barry Pederson. It
- is maintained by the Celery project, and used by kombu as a pure Python
- alternative when librabbitmq is not available.
- .
- This library should be API compatible with librabbitmq. Differences from
- amqplib are:
-  * Supports draining events from multiple channels (Connection.drain_events).
-  * Support for timeouts.
-  * Channels are restored after channel error, instead of having to close the
-    connection.
-  * Support for heartbeats.
-  * Supports RabbitMQ extensions:
-    - Consumer Cancel Notifications.
-    - Publisher confirms.
-    - Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
-  * Support for basic_return.
-  * Uses AMQP 0-9-1 instead of 0-8.
-  * Exposes the underlying socket as Connection.sock.
-  * Adds Channel.no_ack_consumers to keep track of consumer tags that set the
-    no_ack flag.
-  * Slightly better at error recovery.
- .
- This package contains the documentation.

Copied: packages/python-amqp/tags/1.4.3-1/debian/control (from rev 27589, packages/python-amqp/trunk/debian/control)
===================================================================
--- packages/python-amqp/tags/1.4.3-1/debian/control	                        (rev 0)
+++ packages/python-amqp/tags/1.4.3-1/debian/control	2014-02-12 09:54:17 UTC (rev 27618)
@@ -0,0 +1,104 @@
+Source: python-amqp
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 8.1.0~),
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Build-Depends-Indep: libjs-jquery,
+                     python-sphinx (>= 1.0.7+dfsg-1~),
+                     python-sphinxcontrib.issuetracker
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.5
+X-Python3-Version: >= 3.0
+Homepage: https://github.com/celery/py-amqp
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-amqp/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-amqp/trunk/
+
+Package: python-amqp
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Suggests: python-amqp-doc
+Description: Low-level AMQP client
+ This is a fork of amqplib which was originally written by Barry Pederson. It
+ is maintained by the Celery project, and used by kombu as a pure Python
+ alternative when librabbitmq is not available.
+ .
+ This library should be API compatible with librabbitmq. Differences from
+ amqplib are:
+  * Supports draining events from multiple channels (Connection.drain_events).
+  * Support for timeouts.
+  * Channels are restored after channel error, instead of having to close the
+    connection.
+  * Support for heartbeats.
+  * Supports RabbitMQ extensions:
+    - Consumer Cancel Notifications.
+    - Publisher confirms.
+    - Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
+  * Support for basic_return.
+  * Uses AMQP 0-9-1 instead of 0-8.
+  * Exposes the underlying socket as Connection.sock.
+  * Adds Channel.no_ack_consumers to keep track of consumer tags that set the
+    no_ack flag.
+  * Slightly better at error recovery.
+
+Package: python3-amqp
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Suggests: python-amqp-doc
+Description: Low-level AMQP client (Python3 version)
+ This is a fork of amqplib which was originally written by Barry Pederson. It
+ is maintained by the Celery project, and used by kombu as a pure Python
+ alternative when librabbitmq is not available.
+ .
+ This library should be API compatible with librabbitmq. Differences from
+ amqplib are:
+  * Supports draining events from multiple channels (Connection.drain_events).
+  * Support for timeouts.
+  * Channels are restored after channel error, instead of having to close the
+    connection.
+  * Support for heartbeats.
+  * Supports RabbitMQ extensions:
+    - Consumer Cancel Notifications.
+    - Publisher confirms.
+    - Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
+  * Support for basic_return.
+  * Uses AMQP 0-9-1 instead of 0-8.
+  * Exposes the underlying socket as Connection.sock.
+  * Adds Channel.no_ack_consumers to keep track of consumer tags that set the
+    no_ack flag.
+  * Slightly better at error recovery.
+ .
+ This package contains the Python 3 version of the library.
+
+Package: python-amqp-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: Low-level AMQP client (Documentation)
+ This is a fork of amqplib which was originally written by Barry Pederson. It
+ is maintained by the Celery project, and used by kombu as a pure Python
+ alternative when librabbitmq is not available.
+ .
+ This library should be API compatible with librabbitmq. Differences from
+ amqplib are:
+  * Supports draining events from multiple channels (Connection.drain_events).
+  * Support for timeouts.
+  * Channels are restored after channel error, instead of having to close the
+    connection.
+  * Support for heartbeats.
+  * Supports RabbitMQ extensions:
+    - Consumer Cancel Notifications.
+    - Publisher confirms.
+    - Exchange-to-exchange bindings: exchange_bind / exchange_unbind.
+  * Support for basic_return.
+  * Uses AMQP 0-9-1 instead of 0-8.
+  * Exposes the underlying socket as Connection.sock.
+  * Adds Channel.no_ack_consumers to keep track of consumer tags that set the
+    no_ack flag.
+  * Slightly better at error recovery.
+ .
+ This package contains the documentation.




More information about the Python-modules-commits mailing list