Hello community,

here is the log from the commit of package python-pika for openSUSE:Factory 
checked in at 2019-06-19 21:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pika (Old)
 and      /work/SRC/openSUSE:Factory/.python-pika.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pika"

Wed Jun 19 21:08:42 2019 rev:14 rq:710562 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pika/python-pika.changes  2019-04-19 
18:39:29.671269412 +0200
+++ /work/SRC/openSUSE:Factory/.python-pika.new.4811/python-pika.changes        
2019-06-19 21:10:38.446639928 +0200
@@ -1,0 +2,8 @@
+Tue Jun 18 12:18:02 UTC 2019 - Thomas Bechtold <tbecht...@suse.com>
+
+- Fix build for older distros which fail with
+  UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 4575: \
+    ordinal not in range(128)
+  Added e95001e480ec30f1617c47e77fb92e0384ff9e78.patch
+
+-------------------------------------------------------------------

New:
----
  e95001e480ec30f1617c47e77fb92e0384ff9e78.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pika.spec ++++++
--- /var/tmp/diff_new_pack.3H9yht/_old  2019-06-19 21:10:39.418640873 +0200
+++ /var/tmp/diff_new_pack.3H9yht/_new  2019-06-19 21:10:39.422640877 +0200
@@ -26,6 +26,8 @@
 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}
@@ -47,6 +49,7 @@
 
 %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

++++++ e95001e480ec30f1617c47e77fb92e0384ff9e78.patch ++++++
>From e95001e480ec30f1617c47e77fb92e0384ff9e78 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adam=20C=C3=A9cile?= <acec...@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:

Reply via email to