commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2017-03-03 17:46:23 Comparing /work/SRC/openSUSE:Factory/python3-amqp (Old) and /work/SRC/openSUSE:Factory/.python3-amqp.new (New) Package is "python3-amqp" Fri Mar 3 17:46:23 2017 rev:14 rq:461376 version:2.1.4 Changes: --- /work/SRC/openSUSE:Factory/python3-amqp/python3-amqp-doc.changes 2016-12-19 11:28:20.182271920 +0100 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes 2017-03-03 17:46:24.453252066 +0100 @@ -1,0 +2,9 @@ +Wed Mar 1 15:51:23 UTC 2017 - toddrme2...@gmail.com + +- update to version 2.1.4 + - Removes byte string comparison warnings when running under ``python -b``. + - Linux version parsing broke when the version included a '+' character +(Issue #119). + - Now sets default TCP settings for platforms that support them (e.g. Linux). + +--- --- /work/SRC/openSUSE:Factory/python3-amqp/python3-amqp.changes 2016-12-19 11:28:20.214267393 +0100 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes 2017-03-03 17:46:24.529241326 +0100 @@ -1,0 +2,9 @@ +Wed Mar 1 15:51:23 UTC 2017 - toddrme2...@gmail.com + +- update to version 2.1.4 + - Removes byte string comparison warnings when running under ``python -b``. + - Linux version parsing broke when the version included a '+' character +(Issue #119). + - Now sets default TCP settings for platforms that support them (e.g. Linux). + +--- Old: amqp-2.1.3.tar.gz New: amqp-2.1.4.tar.gz Other differences: -- ++ python3-amqp-doc.spec ++ --- /var/tmp/diff_new_pack.E8Edyi/_old 2017-03-03 17:46:25.393119240 +0100 +++ /var/tmp/diff_new_pack.E8Edyi/_new 2017-03-03 17:46:25.393119240 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-amqp-doc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX 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-doc -Version:2.1.3 +Version:2.1.4 Release:0 Summary:Documentation for python3-amqp License:BSD-3-Clause python3-amqp.spec: same change ++ amqp-2.1.3.tar.gz -> amqp-2.1.4.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-2.1.3/Changelog new/amqp-2.1.4/Changelog --- old/amqp-2.1.3/Changelog2016-12-08 02:46:38.0 +0100 +++ new/amqp-2.1.4/Changelog2016-12-15 00:50:09.0 +0100 @@ -5,11 +5,43 @@ The previous amqplib changelog is here: http://code.google.com/p/py-amqplib/source/browse/CHANGES +.. _version-2.1.4: + +2.1.4 += +:release-date: 2016-12-14 03:40 P.M PST +:release-by: Ask Solem + +- Removes byte string comparison warnings when running under ``python -b``. + +Fix contributed by **Jon Dufresne**. + +- Linux version parsing broke when the version included a '+' character + (Issue #119). + +- Now sets default TCP settings for platforms that support them (e.g. Linux). + ++--+---+ +| Constant | Value | ++==+===+ +| ``TCP_KEEPIDLE`` | ``60``| ++--+---+ +| ``TCP_KEEPINTVL``| ``10``| ++--+---+ +| ``TCP_KEEPCNT`` | ``9`` | ++--+---+ +| ``TCP_USER_TIMEOUT`` | ``1000`` (1s) | ++--+---+ + +This will help detecting the socket being closed earlier, which is very +important in failover and load balancing scenarios. + .. _version-2.1.3: 2.1.3 = :release-date: 2016-12-07 06:00 P.M PST +:release-by: Ask Solem - Fixes compatibility with Python 2.7.5 and below (Issue #107). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-2.1.3/PKG-INFO new/amqp-2.1.4/PKG-INFO --- old/amqp-2.1.3/PKG-INFO 2016-12-08 02:51:12.0 +0100 +++ new/amqp-2.1.4/PKG-INFO 2016-12-15 00:52:11.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: amqp -Version: 2.1.3 +Version: 2.1.4 Summary: Low-level AMQP client for Python (fork of amqplib). Home-page: http://github.com/celery/py-amqp Author: Ask Solem @@ -12,7 +12,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 2.1.3
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2016-11-12 13:02:01 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-doc.changes 2016-07-18 21:25:32.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes 2016-11-12 13:02:03.0 +0100 @@ -1,0 +2,30 @@ +Sat Oct 15 23:36:18 UTC 2016 - a...@gmx.de + +- specfile: + * add vine requirement + +- update to version 2.1.1: + * Now depends on Vine 1.1.3 + * Frame writer: Account for overhead when calculating frame size. +The client would crash if the message was within a certain size. + * Fixed struct unicode problems (#108) ++ Standardize pack invocations on bytestrings. ++ Leave some literals as strings to enable interpolation. ++ Fix flake8 fail. Fix contributed by **Brendan Smithyman**. + +--- +Tue Sep 20 06:18:32 UTC 2016 - a...@gmx.de + +- specfile: + * updated license to BSD-3-clause + * update vine version in requirements + +- update to version 2.1.0: + * Now depends on Vine 1.1.2. + * Now licensed under the BSD license! + * Datetimes in method frame arguments are now handled properly. + * Fixed compatibility with Python <= 2.7.6 + * Frame_writer is no longer a generator, which should solve a rare +"generator already executing" error (Issue #103). + +--- --- /work/SRC/openSUSE:Factory/python3-amqp/python3-amqp.changes 2016-07-18 21:25:32.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes 2016-11-12 13:02:03.0 +0100 @@ -1,0 +2,32 @@ +Sat Oct 15 23:36:18 UTC 2016 - a...@gmx.de + +- specfile: + * add vine requirement + * moved from nose to pytest + * updated case version requirement + +- update to version 2.1.1: + * Now depends on Vine 1.1.3 + * Frame writer: Account for overhead when calculating frame size. +The client would crash if the message was within a certain size. + * Fixed struct unicode problems (#108) ++ Standardize pack invocations on bytestrings. ++ Leave some literals as strings to enable interpolation. ++ Fix flake8 fail. Fix contributed by **Brendan Smithyman**. + +--- +Tue Sep 20 06:18:32 UTC 2016 - a...@gmx.de + +- specfile: + * updated license to BSD-3-clause + * update vine version in requirements + +- update to version 2.1.0: + * Now depends on Vine 1.1.2. + * Now licensed under the BSD license! + * Datetimes in method frame arguments are now handled properly. + * Fixed compatibility with Python <= 2.7.6 + * Frame_writer is no longer a generator, which should solve a rare +"generator already executing" error (Issue #103). + +--- Old: amqp-2.0.3.tar.gz New: amqp-2.1.1.tar.gz Other differences: -- ++ python3-amqp-doc.spec ++ --- /var/tmp/diff_new_pack.SsrAmh/_old 2016-11-12 13:02:04.0 +0100 +++ /var/tmp/diff_new_pack.SsrAmh/_new 2016-11-12 13:02:04.0 +0100 @@ -17,10 +17,10 @@ Name: python3-amqp-doc -Version:2.0.3 +Version:2.1.1 Release:0 Summary:Documentation for python3-amqp -License:LGPL-2.1 +License:BSD-3-Clause Group: Documentation/HTML Url:http://github.com/celery/py-amqp Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz @@ -30,6 +30,8 @@ # Documentation requirements: BuildRequires: python3-Sphinx BuildRequires: python3-sphinxcontrib-issuetracker +BuildRequires: python3-vine +Requires: python3-vine Recommends: python3-amqp = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++ python3-amqp.spec ++ --- /var/tmp/diff_new_pack.SsrAmh/_old 2016-11-12 13:02:04.0 +0100 +++ /var/tmp/diff_new_pack.SsrAmh/_new 2016-11-12 13:02:04.0 +0100 @@ -17,21 +17,21 @@ Name: python3-amqp -Version:2.0.3 +Version:2.1.1 Release:0 Summary:Low-level AMQP client for Python (fork of amqplib) -License:LGPL-2.1 +License:BSD-3-Clause Group: Development/Languages/Python Url:http://github.com/celery/py-amqp Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: pytho
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2016-07-18 21:24:45 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-doc.changes 2016-07-10 21:52:11.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes 2016-07-18 21:25:32.0 +0200 @@ -1,0 +2,14 @@ +Tue Jul 12 15:30:40 UTC 2016 - a...@gmx.de + +- update to version 2.0.3: + * SSLTransport: Fixed crash "no attribute sslopts" when "ssl=True" +(Issue #100). + * Fixed incompatible argument spec for "Connection.Close" (Issue +#45). This caused the RabbitMQ server to raise an exception +(INTERNAL ERROR). + * Transport: No longer implements `__del__` to make sure gc can +collect connections. It's the responsibility of the caller to +close connections, this was simply a relic from the amqplib +library. + +--- python3-amqp.changes: same change Old: amqp-2.0.2.tar.gz New: amqp-2.0.3.tar.gz Other differences: -- ++ python3-amqp-doc.spec ++ --- /var/tmp/diff_new_pack.BS1YgW/_old 2016-07-18 21:25:34.0 +0200 +++ /var/tmp/diff_new_pack.BS1YgW/_new 2016-07-18 21:25:34.0 +0200 @@ -17,7 +17,7 @@ Name: python3-amqp-doc -Version:2.0.2 +Version:2.0.3 Release:0 Summary:Documentation for python3-amqp License:LGPL-2.1 python3-amqp.spec: same change ++ amqp-2.0.2.tar.gz -> amqp-2.0.3.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-2.0.2/Changelog new/amqp-2.0.3/Changelog --- old/amqp-2.0.2/Changelog2016-06-11 02:41:53.0 +0200 +++ new/amqp-2.0.3/Changelog2016-07-12 05:05:10.0 +0200 @@ -5,11 +5,31 @@ The previous amqplib changelog is here: http://code.google.com/p/py-amqplib/source/browse/CHANGES +.. _version-2.0.3: + +2.0.3 += +:release-date: 2016-07-11 08:00 P.M PDT +:release-by: Ask Solem + +- SSLTransport: Fixed crash "no attribute sslopts" when ``ssl=True`` + (Issue #100). + +- Fixed incompatible argument spec for ``Connection.Close`` (Issue #45). + +This caused the RabbitMQ server to raise an exception (INTERNAL ERROR). + +- Transport: No longer implements `__del__` to make sure gc can collect + connections. + +It's the responsibility of the caller to close connections, this was +simply a relic from the amqplib library. + .. _version-2.0.2: 2.0.2 = -:release-date: 2016-06-10 5:40 PM PDT +:release-date: 2016-06-10 5:40 P.M PDT :release-by: Ask Solem - Python 3: Installation requirements ended up being a generator @@ -33,7 +53,7 @@ 2.0.1 = -:release-date: 2016-05-31 6:20 PM PDT +:release-date: 2016-05-31 6:20 P.M PDT :release-by: Ask Solem - Adds backward compatibility layer for the 1.4 API. @@ -64,7 +84,7 @@ 2.0.0 = -:release-date: 2016-05-26 1:44 PM PDT +:release-date: 2016-05-26 1:44 P.M PDT :release-by: Ask Solem - No longer supports Python 2.6 @@ -122,10 +142,10 @@ 1.4.9 = -:release-date: 2016-01-08 5:50 PM PST +:release-date: 2016-01-08 5:50 P.M PST :release-by: Ask Solem -- Fixes compatibility with Linux/OS X instances where the ``ctypes`` module +- Fixes compatibility with Linux/macOS instances where the ``ctypes`` module does not exist. Fix contributed by Jared Lewis. @@ -134,7 +154,7 @@ 1.4.8 = -:release-date: 2015-12-07 12:25 AM +:release-date: 2015-12-07 12:25 A.M :release-by: Ask Solem - ``abstract_channel.wait`` now accepts a float `timeout` parameter expressed @@ -149,7 +169,7 @@ :release-date: 2015-10-02 05:30 P.M PDT :release-by: Ask Solem -- Fixed libSystem error on OS X 10.11 (El Capitan) +- Fixed libSystem error on macOS 10.11 (El Capitan) Fix contributed by Eric Wang. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-2.0.2/PKG-INFO new/amqp-2.0.3/PKG-INFO --- old/amqp-2.0.2/PKG-INFO 2016-06-11 02:42:33.0 +0200 +++ new/amqp-2.0.3/PKG-INFO 2016-07-12 05:13:13.0 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: amqp -Version: 2.0.2 +Version: 2.0.3 Summary: Low-level AMQP client for Python (fork of amqplib) Home-page: http://github.com/celery/py-amqp Author: Ask Solem @@ -10,9 +10,9 @@ Python AMQP 0.9.1 client library = -|build-status| |coverage| |bitdeli| +|build-status| |cove
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2016-07-10 21:52:09 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-doc.changes 2016-06-19 10:45:15.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes 2016-07-10 21:52:11.0 +0200 @@ -1,0 +2,13 @@ +Sat Jul 9 05:01:02 UTC 2016 - a...@gmx.de + +- update to version 2.0.2: + * Python 3: Installation requirements ended up being a generator and +crashed setup.py. Fix contributed by ChangBo Guo(gcb). + * Python <= 2.7.7: struct.pack arguments cannot be unicode Fix +contributed by Alan Justino and Xin Li. + * Python 3.4: Fixed use of `bytes % int`. Fix contributed by Alan +Justino. + * Connection/Transport: Fixed handling of default port. Fix +contributed by Quentin Pradet. + +--- python3-amqp.changes: same change Old: amqp-2.0.1.tar.gz New: amqp-2.0.2.tar.gz Other differences: -- ++ python3-amqp-doc.spec ++ --- /var/tmp/diff_new_pack.27tk2K/_old 2016-07-10 21:52:12.0 +0200 +++ /var/tmp/diff_new_pack.27tk2K/_new 2016-07-10 21:52:12.0 +0200 @@ -17,16 +17,16 @@ Name: python3-amqp-doc -Version:2.0.1 +Version:2.0.2 Release:0 Summary:Documentation for python3-amqp License:LGPL-2.1 Group: Documentation/HTML Url:http://github.com/celery/py-amqp Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz +BuildRequires: python3-amqp = %{version} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-amqp = %{version} # Documentation requirements: BuildRequires: python3-Sphinx BuildRequires: python3-sphinxcontrib-issuetracker ++ python3-amqp.spec ++ --- /var/tmp/diff_new_pack.27tk2K/_old 2016-07-10 21:52:12.0 +0200 +++ /var/tmp/diff_new_pack.27tk2K/_new 2016-07-10 21:52:12.0 +0200 @@ -17,7 +17,7 @@ Name: python3-amqp -Version:2.0.1 +Version:2.0.2 Release:0 Summary:Low-level AMQP client for Python (fork of amqplib) License:LGPL-2.1 ++ amqp-2.0.1.tar.gz -> amqp-2.0.2.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-2.0.1/Changelog new/amqp-2.0.2/Changelog --- old/amqp-2.0.1/Changelog2016-06-01 03:27:34.0 +0200 +++ new/amqp-2.0.2/Changelog2016-06-11 02:41:53.0 +0200 @@ -5,6 +5,30 @@ The previous amqplib changelog is here: http://code.google.com/p/py-amqplib/source/browse/CHANGES +.. _version-2.0.2: + +2.0.2 += +:release-date: 2016-06-10 5:40 PM PDT +:release-by: Ask Solem + +- Python 3: Installation requirements ended up being a generator + and crashed setup.py. + +Fix contributed by ChangBo Guo(gcb). + +- Python <= 2.7.7: struct.pack arguments cannot be unicode + +Fix contributed by Alan Justino and Xin Li. + +- Python 3.4: Fixed use of `bytes % int`. + +Fix contributed by Alan Justino. + +- Connection/Transport: Fixed handling of default port. + +Fix contributed by Quentin Pradet. + .. _version-2.0.1: 2.0.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-2.0.1/PKG-INFO new/amqp-2.0.2/PKG-INFO --- old/amqp-2.0.1/PKG-INFO 2016-06-01 03:33:46.0 +0200 +++ new/amqp-2.0.2/PKG-INFO 2016-06-11 02:42:33.0 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: amqp -Version: 2.0.1 +Version: 2.0.2 Summary: Low-level AMQP client for Python (fork of amqplib) Home-page: http://github.com/celery/py-amqp Author: Ask Solem @@ -12,7 +12,7 @@ |build-status| |coverage| |bitdeli| -:Version: 2.0.0rc2 +:Version: 2.0.2 :Web: https://amqp.readthedocs.io/ :Download: http://pypi.python.org/pypi/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-2.0.1/README.rst new/amqp-2.0.2/README.rst --- old/amqp-2.0.1/README.rst 2016-06-01 03:19:13.0 +0200 +++ new/amqp-2.0.2/README.rst 2016-06-11 02:41:53.0 +0200 @@ -4,7 +4,7 @@ |build-status| |coverage| |bitdeli| -:Version: 2.0.0rc2 +:Version: 2.0.2 :Web: https://amqp.readthedocs.io/ :Download: http://pypi.python.org/pypi/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2016-06-19 10:45:14 Comparing /work/SRC/openSUSE:Factory/python3-amqp (Old) and /work/SRC/openSUSE:Factory/.python3-amqp.new (New) Package is "python3-amqp" Changes: New Changes file: --- /dev/null 2016-04-07 01:36:33.300037506 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes 2016-06-19 10:45:15.0 +0200 @@ -0,0 +1,120 @@ +--- +Thu Jun 9 17:08:12 UTC 2016 - toddrme2...@gmail.com + +- Update to version 2.0.1 + - Adds backward compatibility layer for the 1.4 API. + - Fixes kombu 3.0/celery 3.1 compatibility (Issue #88). + - Fixed compatibility with Python 2.7.3 (Issue #85) + - Fixed bug where calling drain_events() with a timeout of 0 would actually +block until a frame is received. + - Documentation moved to http://amqp.readthedocs.io (Issue #89). +- Update to version 2.0.0 + - No longer supports Python 2.6 + - You must now call Connection.connect() to establish the connection. + - Library rewritten to anticipate async changes. + - Connection now exposes underlying socket options. + - Additional logging for heartbeats. + - SSL: Fixes issue with remote connection hanging + - SSL: ``ssl`` dict argument now supports the ``check_hostname`` key +- Split documentation int subpackage to speed up build. + +--- +Sun May 8 06:58:13 UTC 2016 - a...@gmx.de + +- specfile: + * changed to https for source url + * updated source url to files.pythonhosted.org + + +--- +Sat Jan 30 17:41:20 UTC 2016 - a...@gmx.de + +- specfile: + * update copyright year + +- update to version 1.4.9: + * Fixes compatibility with Linux/OS X instances where the "ctypes" +module does not exist. Fix contributed by Jared Lewis. + +- changes from version 1.4.8: + * "abstract_channel.wait" now accepts a float `timeout` parameter +expressed in seconds. Contributed by Goir. + +--- +Sun Nov 1 18:19:39 UTC 2015 - a...@gmx.de + +- specfile + * added mock package for tests + +- update to version 1.4.7: + * Fixed libSystem error on OS X 10.11 (El Capitan) +Fix contributed by Eric Wang. + * "channel.basic_publish" now raises +:exc:`amqp.exceptions.NotConfirmed` on "basic.nack". + * AMQP timestamps received are now converted from GMT instead of +local time (Issue #67). + * Wheel package installation now supported by both Python 2 and +Python3. Fix contributed by Rémy Greinhofer. + +--- +Sun Jan 18 02:37:23 UTC 2015 - a...@gmx.de + +- specfile: update copyright year + +- update to version 1.4.6: + * Now keeps buffer when socket times out. + * Adds "Connection.Transport" attribute that can be used to specify +a different transport implementation. + +--- +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
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2016-05-25 21:23:08 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 2016-02-01 19:57:32.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes 2016-05-25 21:23:21.0 +0200 @@ -1,0 +2,8 @@ +Sun May 8 06:58:13 UTC 2016 - a...@gmx.de + +- specfile: + * changed to https for source url + * updated source url to files.pythonhosted.org + + +--- Other differences: -- ++ python3-amqp.spec ++ --- /var/tmp/diff_new_pack.WUaXA6/_old 2016-05-25 21:23:24.0 +0200 +++ /var/tmp/diff_new_pack.WUaXA6/_new 2016-05-25 21:23:24.0 +0200 @@ -23,7 +23,7 @@ License:LGPL-2.1 Group: Development/Languages/Python Url:http://github.com/celery/py-amqp -Source: http://pypi.python.org/packages/source/a/amqp/amqp-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-distribute # Documentation requirements:
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2016-02-01 19:57:10 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 2015-11-02 12:55:53.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes 2016-02-01 19:57:32.0 +0100 @@ -1,0 +2,14 @@ +Sat Jan 30 17:41:20 UTC 2016 - a...@gmx.de + +- specfile: + * update copyright year + +- update to version 1.4.9: + * Fixes compatibility with Linux/OS X instances where the "ctypes" +module does not exist. Fix contributed by Jared Lewis. + +- changes from version 1.4.8: + * "abstract_channel.wait" now accepts a float `timeout` parameter +expressed in seconds. Contributed by Goir. + +--- Old: amqp-1.4.7.tar.gz New: amqp-1.4.9.tar.gz Other differences: -- ++ python3-amqp.spec ++ --- /var/tmp/diff_new_pack.9RNxj7/_old 2016-02-01 19:57:33.0 +0100 +++ /var/tmp/diff_new_pack.9RNxj7/_new 2016-02-01 19:57:33.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-amqp # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX 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.4.7 +Version:1.4.9 Release:0 Summary:Low-level AMQP client for Python (fork of amqplib) License:LGPL-2.1 ++ amqp-1.4.7.tar.gz -> amqp-1.4.9.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.7/Changelog new/amqp-1.4.9/Changelog --- old/amqp-1.4.7/Changelog2015-10-03 02:31:01.0 +0200 +++ new/amqp-1.4.9/Changelog2016-01-09 02:56:03.0 +0100 @@ -5,6 +5,29 @@ The previous amqplib changelog is here: http://code.google.com/p/py-amqplib/source/browse/CHANGES +.. _version-1.4.9: + +1.4.9 += +:release-date: 2016-01-08 5:50 PM PST + +- Fixes compatibility with Linux/OS X instances where the ``ctypes`` module + does not exist. + +Fix contributed by Jared Lewis. + +.. _version-1.4.8: + +1.4.8 += +:release-date: 2015-12-07 12:25 AM +:release-by: Ask Solem + +- ``abstract_channel.wait`` now accepts a float `timeout` parameter expressed +in seconds + +Contributed by Goir. + .. _version-1.4.7: 1.4.7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.7/PKG-INFO new/amqp-1.4.9/PKG-INFO --- old/amqp-1.4.7/PKG-INFO 2015-10-03 02:33:44.0 +0200 +++ new/amqp-1.4.9/PKG-INFO 2016-01-09 02:58:17.0 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: amqp -Version: 1.4.7 +Version: 1.4.9 Summary: Low-level AMQP client for Python (fork of amqplib) Home-page: http://github.com/celery/py-amqp Author: Ask Solem @@ -10,7 +10,7 @@ Python AMQP 0.9.1 client library = -:Version: 1.4.7 +:Version: 1.4.9 :Web: http://amqp.readthedocs.org/ :Download: http://pypi.python.org/pypi/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.7/README.rst new/amqp-1.4.9/README.rst --- old/amqp-1.4.7/README.rst 2015-10-03 00:02:20.0 +0200 +++ new/amqp-1.4.9/README.rst 2016-01-09 02:56:48.0 +0100 @@ -2,7 +2,7 @@ Python AMQP 0.9.1 client library = -:Version: 1.4.7 +:Version: 1.4.9 :Web: http://amqp.readthedocs.org/ :Download: http://pypi.python.org/pypi/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.7/amqp/__init__.py new/amqp-1.4.9/amqp/__init__.py --- old/amqp-1.4.7/amqp/__init__.py 2015-10-03 00:02:20.0 +0200 +++ new/amqp-1.4.9/amqp/__init__.py 2016-01-09 02:57:00.0 +0100 @@ -16,7 +16,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 from __future__ import absolute_import -VERSION = (1, 4, 7) +VERSION = (1, 4, 9) __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:]) __author__ = 'Barry Pederson' __maintainer__ = 'Ask Solem' diff -urN '--exclude=CVS' '--e
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2015-11-02 12:55:52 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 2015-01-20 12:38:09.0 +0100 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes 2015-11-02 12:55:53.0 +0100 @@ -1,0 +2,16 @@ +Sun Nov 1 18:19:39 UTC 2015 - a...@gmx.de + +- specfile + * added mock package for tests + +- update to version 1.4.7: + * Fixed libSystem error on OS X 10.11 (El Capitan) +Fix contributed by Eric Wang. + * "channel.basic_publish" now raises +:exc:`amqp.exceptions.NotConfirmed` on "basic.nack". + * AMQP timestamps received are now converted from GMT instead of +local time (Issue #67). + * Wheel package installation now supported by both Python 2 and +Python3. Fix contributed by Rémy Greinhofer. + +--- Old: amqp-1.4.6.tar.gz New: amqp-1.4.7.tar.gz Other differences: -- ++ python3-amqp.spec ++ --- /var/tmp/diff_new_pack.noUkZP/_old 2015-11-02 12:55:53.0 +0100 +++ /var/tmp/diff_new_pack.noUkZP/_new 2015-11-02 12:55:53.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-amqp # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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.4.6 +Version:1.4.7 Release:0 Summary:Low-level AMQP client for Python (fork of amqplib) License:LGPL-2.1 @@ -30,6 +30,7 @@ BuildRequires: python3-Sphinx BuildRequires: python3-sphinxcontrib-issuetracker # Test requirements: +BuildRequires: python3-mock BuildRequires: python3-nose BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ++ amqp-1.4.6.tar.gz -> amqp-1.4.7.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.6/Changelog new/amqp-1.4.7/Changelog --- old/amqp-1.4.6/Changelog2014-08-11 19:00:17.0 +0200 +++ new/amqp-1.4.7/Changelog2015-10-03 02:31:01.0 +0200 @@ -5,6 +5,27 @@ The previous amqplib changelog is here: http://code.google.com/p/py-amqplib/source/browse/CHANGES +.. _version-1.4.7: + +1.4.7 += +:release-date: 2015-10-02 05:30 P.M PDT +:release-by: Ask Solem + +- Fixed libSystem error on OS X 10.11 (El Capitan) + +Fix contributed by Eric Wang. + +- ``channel.basic_publish`` now raises :exc:`amqp.exceptions.NotConfirmed` on +``basic.nack``. + +- AMQP timestamps received are now converted from GMT instead of local time +(Issue #67). + +- Wheel package installation now supported by both Python 2 and Python3. + +Fix contributed by Rémy Greinhofer. + .. _version-1.4.6: 1.4.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.6/PKG-INFO new/amqp-1.4.7/PKG-INFO --- old/amqp-1.4.6/PKG-INFO 2014-08-11 19:02:54.0 +0200 +++ new/amqp-1.4.7/PKG-INFO 2015-10-03 02:33:44.0 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: amqp -Version: 1.4.6 +Version: 1.4.7 Summary: Low-level AMQP client for Python (fork of amqplib) Home-page: http://github.com/celery/py-amqp Author: Ask Solem @@ -10,7 +10,7 @@ Python AMQP 0.9.1 client library = -:Version: 1.4.6 +:Version: 1.4.7 :Web: http://amqp.readthedocs.org/ :Download: http://pypi.python.org/pypi/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.6/README.rst new/amqp-1.4.7/README.rst --- old/amqp-1.4.6/README.rst 2014-08-11 19:00:36.0 +0200 +++ new/amqp-1.4.7/README.rst 2015-10-03 00:02:20.0 +0200 @@ -2,7 +2,7 @@ Python AMQP 0.9.1 client library = -:Version: 1.4.6 +:Version: 1.4.7 :Web: http://amqp.readthedocs.org/ :Download: http://pypi.python.org/pypi/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.6/amqp/__init__.py new/amqp-1.4.7/amqp/__init__.py --- old/amqp-1.4.6/
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2015-01-20 12:35:24 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 2014-07-18 16:50:34.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes 2015-01-20 12:38:09.0 +0100 @@ -1,0 +2,10 @@ +Sun Jan 18 02:37:23 UTC 2015 - a...@gmx.de + +- specfile: update copyright year + +- update to version 1.4.6: + * Now keeps buffer when socket times out. + * Adds "Connection.Transport" attribute that can be used to specify +a different transport implementation. + +--- Old: amqp-1.4.5.tar.gz New: amqp-1.4.6.tar.gz Other differences: -- ++ python3-amqp.spec ++ --- /var/tmp/diff_new_pack.TPTlZX/_old 2015-01-20 12:38:13.0 +0100 +++ /var/tmp/diff_new_pack.TPTlZX/_new 2015-01-20 12:38:13.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-amqp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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.4.5 +Version:1.4.6 Release:0 Summary:Low-level AMQP client for Python (fork of amqplib) License:LGPL-2.1 ++ amqp-1.4.5.tar.gz -> amqp-1.4.6.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.5/Changelog new/amqp-1.4.6/Changelog --- old/amqp-1.4.5/Changelog2014-04-15 23:06:37.0 +0200 +++ new/amqp-1.4.6/Changelog2014-08-11 19:00:17.0 +0200 @@ -5,6 +5,22 @@ The previous amqplib changelog is here: http://code.google.com/p/py-amqplib/source/browse/CHANGES +.. _version-1.4.6: + +1.4.6 += +:release-date: 2014-08-11 06:00 P.M UTC +:release-by: Ask Solem + +- Now keeps buffer when socket times out. + +Fix contributed by Artyom Koval. + +- Adds ``Connection.Transport`` attribute that can be used to specify + a different transport implementation. + +Contributed by Yury Selivanov. + .. _version-1.4.5: 1.4.5 @@ -232,7 +248,7 @@ 1.1.0 = -:release-date: 2012-11-08 10:36 P.M UTC +:release-date: 2013-11-08 10:36 P.M UTC :release-by: Ask Solem - No longer supports Python 2.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.5/PKG-INFO new/amqp-1.4.6/PKG-INFO --- old/amqp-1.4.5/PKG-INFO 2014-04-15 23:08:15.0 +0200 +++ new/amqp-1.4.6/PKG-INFO 2014-08-11 19:02:54.0 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: amqp -Version: 1.4.5 +Version: 1.4.6 Summary: Low-level AMQP client for Python (fork of amqplib) Home-page: http://github.com/celery/py-amqp Author: Ask Solem @@ -10,7 +10,7 @@ Python AMQP 0.9.1 client library = -:Version: 1.4.5 +:Version: 1.4.6 :Web: http://amqp.readthedocs.org/ :Download: http://pypi.python.org/pypi/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.5/README.rst new/amqp-1.4.6/README.rst --- old/amqp-1.4.5/README.rst 2014-04-15 23:06:37.0 +0200 +++ new/amqp-1.4.6/README.rst 2014-08-11 19:00:36.0 +0200 @@ -2,7 +2,7 @@ Python AMQP 0.9.1 client library = -:Version: 1.4.5 +:Version: 1.4.6 :Web: http://amqp.readthedocs.org/ :Download: http://pypi.python.org/pypi/amqp/ :Source: http://github.com/celery/py-amqp/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/amqp-1.4.5/amqp/__init__.py new/amqp-1.4.6/amqp/__init__.py --- old/amqp-1.4.5/amqp/__init__.py 2014-04-15 23:06:37.0 +0200 +++ new/amqp-1.4.6/amqp/__init__.py 2014-08-11 19:00:30.0 +0200 @@ -16,7 +16,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 from __future__ import absolute_import -VERSION = (1, 4, 5) +VERSION = (1, 4, 6) __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:]) __author__ = 'Barry Pederson' __maintainer__ = 'Ask Solem' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclud
commit python3-amqp for openSUSE:Factory
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.0 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes 2014-07-18 16:50:34.0 +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.0 +0200 +++ /var/tmp/diff_new_pack.3M6sfG/_new 2014-07-18 16:50:35.0 +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
commit python3-amqp for openSUSE:Factory
Hello community, here is the log from the commit of package python3-amqp for openSUSE:Factory checked in at 2013-02-12 09:17:16 Comparing /work/SRC/openSUSE:Factory/python3-amqp (Old) and /work/SRC/openSUSE:Factory/.python3-amqp.new (New) Package is "python3-amqp", Maintainer is "" Changes: New Changes file: NO CHANGES FILE!!! New: _link Other differences: -- ++ _link ++ -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org