14
0
forked from pool/python-amqp

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=79
This commit is contained in:
2022-03-26 20:25:29 +00:00
committed by Git OBS Bridge
parent 1f37738fa8
commit 1da2ca584c
5 changed files with 17 additions and 14 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 26 20:22:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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

View File

@@ -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