diff --git a/amqp-5.0.9.tar.gz b/amqp-5.0.9.tar.gz deleted file mode 100644 index 36828f5..0000000 --- a/amqp-5.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e5f707424e544078ca196e72ae6a14887ce74e02bd126be54b7c03c971bef18 -size 127478 diff --git a/amqp-5.1.0.tar.gz b/amqp-5.1.0.tar.gz new file mode 100644 index 0000000..30574e7 --- /dev/null +++ b/amqp-5.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446b3e8a8ebc2ceafd424ffcaab1c353830d48161256578ed7a65448e601ebed +size 128629 diff --git a/python-amqp.changes b/python-amqp.changes index 9d1c759..1419eec 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Mar 26 20:22:44 UTC 2022 - Dirk Müller + +- update to 5.1.0: + - Improve performance of _get_free_channel_id, fix channel max bug (#385). + - Document memoryview usage, minor frame_writer.write_frame refactor (#384). + - Start dropping python 3.6 (#387). + - Added experimental __slots__ to some classes (#368) + - Relaxed vine version for upcoming release. + - Upgraded topytest 7 (#388). +- drop vine-no-double-equals-deps.patch (upstream) + ------------------------------------------------------------------- Mon Jan 3 12:29:53 UTC 2022 - Dirk Müller diff --git a/python-amqp.spec b/python-amqp.spec index 0e33dc5..e64df41 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -19,13 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-amqp -Version: 5.0.9 +Version: 5.1.0 Release: 0 Summary: Low-level AMQP client for Python (fork of amqplib) License: LGPL-2.1-or-later -URL: http://github.com/celery/py-amqp +URL: https://github.com/celery/py-amqp Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz -Patch0: vine-no-double-equals-deps.patch BuildRequires: %{python_module case >= 1.3.1} BuildRequires: %{python_module pytest >= 3.0} BuildRequires: %{python_module setuptools} @@ -44,7 +43,6 @@ This library should be API compatible with librabbitmq. %prep %setup -q -n amqp-%{version} -%autopatch -p1 # requires internet connection: rm t/integration/test_rmq.py diff --git a/vine-no-double-equals-deps.patch b/vine-no-double-equals-deps.patch deleted file mode 100644 index 9f119d2..0000000 --- a/vine-no-double-equals-deps.patch +++ /dev/null @@ -1,7 +0,0 @@ -Index: amqp-5.0.1/requirements/default.txt -=================================================================== ---- amqp-5.0.1.orig/requirements/default.txt -+++ amqp-5.0.1/requirements/default.txt -@@ -1 +1 @@ --vine==5.0.0 -+vine>=5.0.0