14
0
forked from pool/python-amqp

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/612610
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=49
This commit is contained in:
Tomáš Chvátal
2018-05-28 07:02:08 +00:00
committed by Git OBS Bridge
parent 3de7ac5dfd
commit e9357606f1
4 changed files with 27 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun May 27 16:31:21 UTC 2018 - arun@gmx.de
- update to version 2.3.0:
* Cleanup TCP configurations across platforms and unified defaults.
Fix contributed by **Dan Chowdhury**
* Fix for TypeError when setting socket options. Fix contributed by
**Matthias Erll**
* Ensure that all call sites for decoding bytes to str allow
surrogates, as the encoding mechanism now supports. Fix
contributed by **Stephen Hatch**
* Don't send AAAA DNS request when domain resolved to IPv4 address.
Fix contributed by **Ihar Hrachyshka & Omer Katz**
* Support for EXTERNAL authentication and specific login_method.
Fix contributed by **Matthias Erll**
* If the old python-gssapi library is installed the gssapi module
will be available. We now ensure that we only use the new gssapi
library. Fix contributed by **Jacopo Notarstefano**
-------------------------------------------------------------------
Wed Jan 10 12:14:22 UTC 2018 - mpluskal@suse.com

View File

@@ -18,13 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-amqp
Version: 2.2.2
Version: 2.3.0
Release: 0
Summary: Low-level AMQP client for Python (fork of amqplib)
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: Development/Languages/Python
URL: http://github.com/celery/py-amqp
Source: https://pypi.io/packages/source/a/amqp/amqp-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz
Source99: %{name}.changes
BuildRequires: %{python_module case}
BuildRequires: %{python_module pytest}
@@ -58,9 +58,8 @@ This library should be API compatible with librabbitmq.
%python_exec %{_bindir}/py.test
%endif
%files %python_files
%defattr(-,root,root,-)
%doc LICENSE
%files %{python_files}
%license LICENSE
%{python_sitelib}/*
%changelog