forked from pool/python-pika
- 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
This commit is contained in:
committed by
Git OBS Bridge
parent
d81f38e6ca
commit
2e7d8f68db
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b257295b71aba3b01dc8a27b0105439ea58976613f743dfc7666404f7f9395da
|
|
||||||
size 307296
|
|
3
1.1.0.tar.gz
Normal file
3
1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a0bd28351cc8a7437b8680a9d716d920f35cd5be307240d27644d5f15bc9a7dc
|
||||||
|
size 307795
|
@@ -1,23 +0,0 @@
|
|||||||
From e95001e480ec30f1617c47e77fb92e0384ff9e78 Mon Sep 17 00:00:00 2001
|
|
||||||
From: =?UTF-8?q?Adam=20C=C3=A9cile?= <acecile@le-vert.net>
|
|
||||||
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:
|
|
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 11:28:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.1.0:
|
||||||
|
* various bugfixes
|
||||||
|
- Drop merged patch e95001e480ec30f1617c47e77fb92e0384ff9e78.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 18 12:18:02 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
Tue Jun 18 12:18:02 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
@@ -19,15 +19,13 @@
|
|||||||
%define mod_name pika
|
%define mod_name pika
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-%{mod_name}
|
Name: python-%{mod_name}
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pika Python AMQP Client Library
|
Summary: Pika Python AMQP Client Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/pika/pika
|
URL: https://github.com/pika/pika
|
||||||
Source: https://github.com/pika/pika/archive/%{version}.tar.gz
|
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 Twisted}
|
||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module nose}
|
BuildRequires: %{python_module nose}
|
||||||
@@ -49,7 +47,6 @@ should also work with other AMQP 0-9-1 brokers.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{mod_name}-%{version}
|
%setup -q -n %{mod_name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
# acceptance needs running configured server
|
# acceptance needs running configured server
|
||||||
rm -rf tests/acceptance/
|
rm -rf tests/acceptance/
|
||||||
sed -i -e 's:,tests/acceptance::' setup.cfg
|
sed -i -e 's:,tests/acceptance::' setup.cfg
|
||||||
|
Reference in New Issue
Block a user