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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp-doc.changes 2016-11-12 13:02:03.000000000 +0100 @@ -1,0 +2,30 @@ +Sat Oct 15 23:36:18 UTC 2016 - [email protected] + +- 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 - [email protected] + +- 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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-amqp.new/python3-amqp.changes 2016-11-12 13:02:03.000000000 +0100 @@ -1,0 +2,32 @@ +Sat Oct 15 23:36:18 UTC 2016 - [email protected] + +- 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 - [email protected] + +- 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.000000000 +0100 +++ /var/tmp/diff_new_pack.SsrAmh/_new 2016-11-12 13:02:04.000000000 +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.000000000 +0100 +++ /var/tmp/diff_new_pack.SsrAmh/_new 2016-11-12 13:02:04.000000000 +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: python3-setuptools -BuildRequires: python3-vine >= 1.1.0 +BuildRequires: python3-vine >= 1.1.3 # Test requirements: -BuildRequires: python3-case >= 1.1.2 +BuildRequires: python3-case >= 1.3.1 BuildRequires: python3-mock -BuildRequires: python3-nose -Requires: python3-vine >= 1.1.0 +BuildRequires: python3-pytest +Requires: python3-vine >= 1.1.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -52,7 +52,6 @@ python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -nosetests python3 setup.py test %files ++++++ amqp-2.0.3.tar.gz -> amqp-2.1.1.tar.gz ++++++ ++++ 6259 lines of diff (skipped)
