14
0
forked from pool/python-amqp

Accepting request 619949 from home:apersaud:branches:devel:languages:python

- specfile:
  * added dependency pytest-sugar
- update to version 2.3.2:
  * Fix a regression that occurs when running amqp under Python 2.7 on
    OSX.  TCP_USER_TIMEOUT is not available when running on OSX.  We
    now remove it from the set of known TCP options.
- changes from version 2.3.1:
  * Fix a regression that occurs when running amqp under Python 2.7.
    #182 mistakingly replaced a type check with unicode to string_t
    which is str in Python 2.7. text_t should have been used instead.
    This is now fixed and the tests have been adjusted to ensure this
    never regresses again.

OBS-URL: https://build.opensuse.org/request/show/619949
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=51
This commit is contained in:
Tomáš Chvátal
2018-07-01 06:46:46 +00:00
committed by Git OBS Bridge
parent e9357606f1
commit 3157bb613c
4 changed files with 26 additions and 4 deletions

View File

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

3
amqp-2.3.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Jul 1 02:15:08 UTC 2018 - arun@gmx.de
- specfile:
* added dependency pytest-sugar
-------------------------------------------------------------------
Sun Jun 24 15:30:55 UTC 2018 - arun@gmx.de
- update to version 2.3.2:
* Fix a regression that occurs when running amqp under Python 2.7 on
OSX. TCP_USER_TIMEOUT is not available when running on OSX. We
now remove it from the set of known TCP options.
- changes from version 2.3.1:
* Fix a regression that occurs when running amqp under Python 2.7.
#182 mistakingly replaced a type check with unicode to string_t
which is str in Python 2.7. text_t should have been used instead.
This is now fixed and the tests have been adjusted to ensure this
never regresses again.
-------------------------------------------------------------------
Sun May 27 16:31:21 UTC 2018 - arun@gmx.de

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-amqp
Version: 2.3.0
Version: 2.3.2
Release: 0
Summary: Low-level AMQP client for Python (fork of amqplib)
License: LGPL-2.1-or-later
@@ -27,6 +27,7 @@ URL: http://github.com/celery/py-amqp
Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz
Source99: %{name}.changes
BuildRequires: %{python_module case}
BuildRequires: %{python_module pytest-sugar}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sasl}
BuildRequires: %{python_module setuptools}