From 1a7036cd114350381ca02811c8c77340ea1cb33a35e9571503cd16d86abb728f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 18 Apr 2019 12:57:39 +0000 Subject: [PATCH] - update to 1.0.1 * API docstring updates * Twisted adapter: Add basic_consume Deferred to the call list OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=30 --- 1.0.0.tar.gz | 3 --- 1.0.1.tar.gz | 3 +++ python-pika.changes | 7 +++++++ python-pika.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 1.0.0.tar.gz create mode 100644 1.0.1.tar.gz diff --git a/1.0.0.tar.gz b/1.0.0.tar.gz deleted file mode 100644 index 6daf9a2..0000000 --- a/1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e94af105a9ed27a4f82d19d2ade1ddd12cbf3971463e09f4f44a28a4fefe53ef -size 307297 diff --git a/1.0.1.tar.gz b/1.0.1.tar.gz new file mode 100644 index 0000000..d4c8126 --- /dev/null +++ b/1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b257295b71aba3b01dc8a27b0105439ea58976613f743dfc7666404f7f9395da +size 307296 diff --git a/python-pika.changes b/python-pika.changes index 0abf30e..2a74eff 100644 --- a/python-pika.changes +++ b/python-pika.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 18 12:56:39 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/python-pika.spec b/python-pika.spec index b18f990..f27de37 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: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Pika Python AMQP Client Library License: BSD-3-Clause