Hello community,

here is the log from the commit of package python3-amqp for openSUSE:Factory 
checked in at 2014-07-18 16:50:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-amqp (Old)
 and      /work/SRC/openSUSE:Factory/.python3-amqp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-amqp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-amqp/python3-amqp.changes        
2013-06-21 19:01:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes   
2014-07-18 16:50:34.000000000 +0200
@@ -1,0 +2,42 @@
+Fri Jul 18 14:04:21 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 1.4.5
+  - Can now deserialize more AMQP types.
+  - SSL: Workaround for Python SSL bug.
+  - ``Transport.__del_`` now handles errors occurring at late interpreter
+    shutdown (Issue #36).
+- Update to 1.4.4
+  - SSL transport accidentally disconnected after read timeout.
+- Update to 1.4.3
+  - Fixed bug where more data was requested from the socket
+    than was actually needed.
+- Update to 1.4.2
+  - Heartbeat negotiation would use heartbeat value from server even
+    if heartbeat disabled (Issue #31).
+- Update to 1.4.1
+  - Fixed error occurring when heartbeats disabled.
+- Update to 1.4.0
+  - Heartbeat implementation improved (Issue #6).
+  - NoneType is now supported in tables and arrays.
+  - SSLTransport: Now handles ``ENOENT``.
+- Update to 1.3.3
+  - SSLTransport: Now keeps read buffer if an exception is raised
+- Update to 1.3.2
+  - Message.channel is now a channel object (not the channel id).
+  - Bug in previous version caused the socket to be flagged as disconnected
+    at EAGAIN/EINTR.
+- Update to 1.3.1
+  - Now implements Connection.connected (Issue #22).
+  - Fixed bug where ``str(AMQPError)`` did not return string.
+- Update to 1.3.0
+  - Now sets ``Message.channel`` on delivery (Issue #12)
+  - New option to wait for publish confirmations (Issue #3)
+  - ``queue_declare`` now returns named tuple of type
+    :class:`~amqp.protocol.basic_declare_ok_t`.
+  - Contents of ``Channel.returned_messages`` is now named tuples.
+  - Sockets now set to close on exec using the ``FD_CLOEXEC`` flag.
+- Update to 1.2.1
+  - Adds promise type: :meth:`amqp.utils.promise`
+  - Merges fixes from 1.0.x
+
+-------------------------------------------------------------------

Old:
----
  amqp-1.2.0.tar.gz

New:
----
  amqp-1.4.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-amqp.spec ++++++
--- /var/tmp/diff_new_pack.3M6sfG/_old  2014-07-18 16:50:35.000000000 +0200
+++ /var/tmp/diff_new_pack.3M6sfG/_new  2014-07-18 16:50:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-amqp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-amqp
-Version:        1.2.0
+Version:        1.4.5
 Release:        0
 Summary:        Low-level AMQP client for Python (fork of amqplib)
 License:        LGPL-2.1
@@ -52,7 +52,7 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-nosetests-%{py3_ver}
+nosetests
 
 %files
 %defattr(-,root,root,-)

++++++ amqp-1.2.0.tar.gz -> amqp-1.4.5.tar.gz ++++++
++++ 3821 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to