From 5c85413eceb32491180dc003dd1f0799703f5c7566dc254445ad79f16d7f7619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 5 Oct 2015 07:54:28 +0000 Subject: [PATCH] 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 --- amqp-1.4.6.tar.gz | 3 --- amqp-1.4.7.tar.gz | 3 +++ python-amqp.changes | 12 ++++++++++++ python-amqp.spec | 3 ++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 amqp-1.4.6.tar.gz create mode 100644 amqp-1.4.7.tar.gz diff --git a/amqp-1.4.6.tar.gz b/amqp-1.4.6.tar.gz deleted file mode 100644 index 6d3d499..0000000 --- a/amqp-1.4.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebcfc867de5a68f9f5ba14d11dbad88e6aff8435a8d39339d5ceb0e5b06de640 -size 77902 diff --git a/amqp-1.4.7.tar.gz b/amqp-1.4.7.tar.gz new file mode 100644 index 0000000..249cf23 --- /dev/null +++ b/amqp-1.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1781884b53e01209eeced13ca1d941f1a7026088974edb6fb62728638bd02dda +size 79189 diff --git a/python-amqp.changes b/python-amqp.changes index d63fe81..4cdf68c 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -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 diff --git a/python-amqp.spec b/python-amqp.spec index 388ea8b..e8a66a0 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -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