Hello community, here is the log from the commit of package python-pika for openSUSE:Leap:15.2 checked in at 2020-03-09 18:10:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-pika (Old) and /work/SRC/openSUSE:Leap:15.2/.python-pika.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pika" Mon Mar 9 18:10:20 2020 rev:14 rq:776915 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-pika/python-pika.changes 2020-01-15 15:51:33.979533351 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-pika.new.26092/python-pika.changes 2020-03-09 18:10:24.077113634 +0100 @@ -1,0 +2,38 @@ +Tue Jul 23 11:28:43 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.1.0: + * various bugfixes +- Drop merged patch e95001e480ec30f1617c47e77fb92e0384ff9e78.patch + +------------------------------------------------------------------- +Tue Jun 18 12:18:02 UTC 2019 - Thomas Bechtold <[email protected]> + +- Fix build for older distros which fail with + UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4575: \ + ordinal not in range(128) + Added e95001e480ec30f1617c47e77fb92e0384ff9e78.patch + +------------------------------------------------------------------- +Thu Apr 18 12:56:39 UTC 2019 - Ondřej Súkup <[email protected]> + +- update to 1.0.1 + * API docstring updates + * Twisted adapter: Add basic_consume Deferred to the call list + +------------------------------------------------------------------- +Mon Apr 8 11:44:42 UTC 2019 - Ondřej Súkup <[email protected]> + +- update to 1.0.0 + * AsyncioConnection, TornadoConnection and TwistedProtocolConnection + are no longer auto-imported + * BlockingConnection.consume now returns (None, None, None) when inactivity + timeout is reached + * Python 3.7 support + * all_channels parameter of the Channel.basic_qos method renamed to global_qos + * global_ parameter of the Basic.Qos spec class renamed to global_qos + * NOTE: heartbeat_interval is removed, use heartbeat instead. + * NOTE: The backpressure_detection option of ConnectionParameters + and URLParameters property is REMOVED in favor of Connection.Blocked + and Connection.Unblocked. See Connection.add_on_connection_blocked_callback + +------------------------------------------------------------------- Old: ---- 0.13.1.tar.gz New: ---- 1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pika.spec ++++++ --- /var/tmp/diff_new_pack.EiYUhI/_old 2020-03-09 18:10:24.437114150 +0100 +++ /var/tmp/diff_new_pack.EiYUhI/_new 2020-03-09 18:10:24.441114157 +0100 @@ -19,7 +19,7 @@ %define mod_name pika %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{mod_name} -Version: 0.13.1 +Version: 1.1.0 Release: 0 Summary: Pika Python AMQP Client Library License: BSD-3-Clause @@ -60,7 +60,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib}/*.egg-info %check -%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}"% nosetests-%{$python_bin_suffix} tests/ +%python_expand PYTHONPATH="%{buildroot}%{$python_sitelib}" nosetests-%{$python_bin_suffix} tests/ %files %{python_files} %doc README.rst CHANGELOG.rst ++++++ 0.13.1.tar.gz -> 1.1.0.tar.gz ++++++ ++++ 33324 lines of diff (skipped)
