14
0
forked from pool/python-pika

- 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
This commit is contained in:
2019-04-18 12:57:39 +00:00
committed by Git OBS Bridge
parent 7f5fb4a5b6
commit 1a7036cd11
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e94af105a9ed27a4f82d19d2ade1ddd12cbf3971463e09f4f44a28a4fefe53ef
size 307297

3
1.0.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b257295b71aba3b01dc8a27b0105439ea58976613f743dfc7666404f7f9395da
size 307296

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 18 12:56:39 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <mimi.vx@gmail.com>

View File

@@ -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