14
0
forked from pool/python-amqp

Accepting request 336279 from Cloud:OpenStack:Master

- update to 1.4.7:
  * Fixed libSystem error on OS X 10.11 (El Capitan)
  * ``channel.basic_publish`` now raises :exc:`amqp.exceptions.NotConfirmed` on
    ``basic.nack``.
  * AMQP timestamps received are now converted from GMT instead of local time
    (Issue #67).
  * Wheel package installation now supported by both Python 2 and Python3.
- Add python-mock as BuildRequires. Needed for tests

OBS-URL: https://build.opensuse.org/request/show/336279
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=34
This commit is contained in:
Michal Čihař
2015-10-05 07:54:28 +00:00
committed by Git OBS Bridge
parent 0229b3ad45
commit 5c85413ece
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Oct 4 09:50:25 UTC 2015 - tbechtold@suse.com
- update to 1.4.7:
* Fixed libSystem error on OS X 10.11 (El Capitan)
* ``channel.basic_publish`` now raises :exc:`amqp.exceptions.NotConfirmed` on
``basic.nack``.
* AMQP timestamps received are now converted from GMT instead of local time
(Issue #67).
* Wheel package installation now supported by both Python 2 and Python3.
- Add python-mock as BuildRequires. Needed for tests
-------------------------------------------------------------------
Thu Aug 6 13:20:10 UTC 2015 - cdenicolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-amqp
Version: 1.4.6
Version: 1.4.7
Release: 0
Summary: Low-level AMQP client for Python (fork of amqplib)
License: LGPL-2.1+
@@ -32,6 +32,7 @@ BuildRequires: python-setuptools
# Documentation requirements:
BuildRequires: python-Sphinx
# Test requirements:
BuildRequires: python-mock
BuildRequires: python-nose
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110