Hello community, here is the log from the commit of package python-pika for openSUSE:Factory checked in at 2019-04-08 20:53:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pika (Old) and /work/SRC/openSUSE:Factory/.python-pika.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pika" Mon Apr 8 20:53:50 2019 rev:12 rq:692275 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pika/python-pika.changes 2019-03-14 15:01:16.575696403 +0100 +++ /work/SRC/openSUSE:Factory/.python-pika.new.3908/python-pika.changes 2019-04-08 20:53:50.350581703 +0200 @@ -1,0 +2,16 @@ +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.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pika.spec ++++++ --- /var/tmp/diff_new_pack.qFbMKN/_old 2019-04-08 20:53:51.694582690 +0200 +++ /var/tmp/diff_new_pack.qFbMKN/_new 2019-04-08 20:53:51.694582690 +0200 @@ -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.0.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.0.0.tar.gz ++++++ ++++ 32879 lines of diff (skipped)
