14
0
forked from pool/python-pika

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=32
This commit is contained in:
Thomas Bechtold
2019-06-18 12:21:06 +00:00
committed by Git OBS Bridge
parent 1a7036cd11
commit d81f38e6ca
3 changed files with 34 additions and 0 deletions

View File

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