From 2e7d8f68dbc894d274fd4551daff0e48e4c786637cdba73243bfb432087caa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 23 Jul 2019 11:31:31 +0000 Subject: [PATCH] - Update to 1.1.0: * various bugfixes - Drop merged patch e95001e480ec30f1617c47e77fb92e0384ff9e78.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=34 --- 1.0.1.tar.gz | 3 --- 1.1.0.tar.gz | 3 +++ ...01e480ec30f1617c47e77fb92e0384ff9e78.patch | 23 ------------------- python-pika.changes | 7 ++++++ python-pika.spec | 5 +--- 5 files changed, 11 insertions(+), 30 deletions(-) delete mode 100644 1.0.1.tar.gz create mode 100644 1.1.0.tar.gz delete mode 100644 e95001e480ec30f1617c47e77fb92e0384ff9e78.patch diff --git a/1.0.1.tar.gz b/1.0.1.tar.gz deleted file mode 100644 index d4c8126..0000000 --- a/1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b257295b71aba3b01dc8a27b0105439ea58976613f743dfc7666404f7f9395da -size 307296 diff --git a/1.1.0.tar.gz b/1.1.0.tar.gz new file mode 100644 index 0000000..5f7779d --- /dev/null +++ b/1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bd28351cc8a7437b8680a9d716d920f35cd5be307240d27644d5f15bc9a7dc +size 307795 diff --git a/e95001e480ec30f1617c47e77fb92e0384ff9e78.patch b/e95001e480ec30f1617c47e77fb92e0384ff9e78.patch deleted file mode 100644 index 1eab4d2..0000000 --- a/e95001e480ec30f1617c47e77fb92e0384ff9e78.patch +++ /dev/null @@ -1,23 +0,0 @@ -From e95001e480ec30f1617c47e77fb92e0384ff9e78 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Adam=20C=C3=A9cile?= -Date: Tue, 30 Apr 2019 17:15:49 +0200 -Subject: [PATCH] Asciify README.rst (setup.py fails to open it if console is - not UTF-8) - ---- - README.rst | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/README.rst b/README.rst -index c6667a26..e6b93e2a 100644 ---- a/README.rst -+++ b/README.rst -@@ -112,7 +112,7 @@ a timely fashion. - - Messages processed in another thread may not be acknowledged directly from that - thread, since all accesses to the connection adapter instance must be from a --single thread—the thread that is running the adapter's I/O loop. However, this -+single thread--the thread that is running the adapter's I/O loop. However, this - may be accomplished by requesting a callback to be executed in the adapter's - I/O loop thread. For example, the callback function's implementation might look - like this: diff --git a/python-pika.changes b/python-pika.changes index 16e9289..eaf08d4 100644 --- a/python-pika.changes +++ b/python-pika.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 23 11:28:43 UTC 2019 - Tomáš Chvátal + +- Update to 1.1.0: + * various bugfixes +- Drop merged patch e95001e480ec30f1617c47e77fb92e0384ff9e78.patch + ------------------------------------------------------------------- Tue Jun 18 12:18:02 UTC 2019 - Thomas Bechtold diff --git a/python-pika.spec b/python-pika.spec index 124de2b..d66ccd0 100644 --- a/python-pika.spec +++ b/python-pika.spec @@ -19,15 +19,13 @@ %define mod_name pika %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{mod_name} -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: Pika Python AMQP Client Library License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/pika/pika Source: https://github.com/pika/pika/archive/%{version}.tar.gz -# PATCH-FIX-UPSTREAM e95001e480ec30f1617c47e77fb92e0384ff9e78.patch -- https://github.com/pika/pika/commit/e95001e480ec30f1617c47e77fb92e0384ff9e78 -Patch0: e95001e480ec30f1617c47e77fb92e0384ff9e78.patch BuildRequires: %{python_module Twisted} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} @@ -49,7 +47,6 @@ should also work with other AMQP 0-9-1 brokers. %prep %setup -q -n %{mod_name}-%{version} -%patch0 -p1 # acceptance needs running configured server rm -rf tests/acceptance/ sed -i -e 's:,tests/acceptance::' setup.cfg