From 7f5fb4a5b674d1699ab02193776847a29d822ea59b79b00762951a742d99ddc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 8 Apr 2019 11:46:45 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=28 --- 0.13.1.tar.gz | 3 --- 1.0.0.tar.gz | 3 +++ python-pika.changes | 16 ++++++++++++++++ python-pika.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 0.13.1.tar.gz create mode 100644 1.0.0.tar.gz diff --git a/0.13.1.tar.gz b/0.13.1.tar.gz deleted file mode 100644 index 8bb1dce..0000000 --- a/0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1c01e779aa218a2bad7ecfee6e2091fd0466c357294f12e3dfab90c8c9f0f80 -size 243931 diff --git a/1.0.0.tar.gz b/1.0.0.tar.gz new file mode 100644 index 0000000..6daf9a2 --- /dev/null +++ b/1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94af105a9ed27a4f82d19d2ade1ddd12cbf3971463e09f4f44a28a4fefe53ef +size 307297 diff --git a/python-pika.changes b/python-pika.changes index 74aaf71..0abf30e 100644 --- a/python-pika.changes +++ b/python-pika.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 8 11:44:42 UTC 2019 - Ondřej Súkup + +- 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 + ------------------------------------------------------------------- Wed Mar 13 14:08:31 UTC 2019 - Tomáš Chvátal diff --git a/python-pika.spec b/python-pika.spec index fd0c9a0..b18f990 100644 --- a/python-pika.spec +++ b/python-pika.spec @@ -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 @@ sed -i -e 's:,tests/acceptance::' setup.cfg %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