diff --git a/amqp-2.3.0.tar.gz b/amqp-2.3.0.tar.gz deleted file mode 100644 index 42b2307..0000000 --- a/amqp-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b17591ceb27192195f00c04e848dd4fcda2dc72a8eb27ea3ffa899299679c185 -size 105739 diff --git a/amqp-2.3.2.tar.gz b/amqp-2.3.2.tar.gz new file mode 100644 index 0000000..3a3511f --- /dev/null +++ b/amqp-2.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073dd02fdd73041bffc913b767866015147b61f2a9bc104daef172fc1a0066eb +size 105854 diff --git a/python-amqp.changes b/python-amqp.changes index 7ca2a7a..5b95f19 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -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 diff --git a/python-amqp.spec b/python-amqp.spec index 46099e2..e41066a 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -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}