14
0
forked from pool/python-amqp

- Update to 2.4.2:

- Added support for the Cygwin platform
  - Correct offset incrementation when parsing bitmaps.
  - Consequent bitmaps are now parsed correctly.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=56
This commit is contained in:
Tomáš Chvátal
2019-03-06 11:58:23 +00:00
committed by Git OBS Bridge
parent d59800db2d
commit 905a8b1d1c
4 changed files with 14 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 6 11:42:22 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.4.2:
- Added support for the Cygwin platform
- Correct offset incrementation when parsing bitmaps.
- Consequent bitmaps are now parsed correctly.
-------------------------------------------------------------------
Fri Feb 15 11:55:34 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-amqp
Version: 2.4.1
Version: 2.4.2
Release: 0
Summary: Low-level AMQP client for Python (fork of amqplib)
License: LGPL-2.1-or-later
@@ -44,6 +44,8 @@ This library should be API compatible with librabbitmq.
%prep
%setup -q -n amqp-%{version}
# requires internet connection:
rm t/integration/test_rmq.py
%build
%python_build
@@ -52,10 +54,8 @@ This library should be API compatible with librabbitmq.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%if 0%{?suse_version} > 1320
%check
%python_expand py.test-%{$python_bin_suffix} -v
%endif
%files %{python_files}
%license LICENSE