From 10122481fb0ff0c16caa52ae424613e40b3499bd6a1eb49284a21a516bec0e40 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 16 Aug 2018 10:37:44 +0000 Subject: [PATCH 1/3] Accepting request 629526 from home:sjamgade:branches:devel:languages:python:backports - Updated to 4.2.1 added python as requirement for ssl module is needed by amqp OBS-URL: https://build.opensuse.org/request/show/629526 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=125 --- kombu-4.1.0.tar.gz | 3 --- kombu-v4.2.1.tar.gz | 3 +++ python-kombu.changes | 6 ++++++ python-kombu.spec | 9 ++++++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 kombu-4.1.0.tar.gz create mode 100644 kombu-v4.2.1.tar.gz diff --git a/kombu-4.1.0.tar.gz b/kombu-4.1.0.tar.gz deleted file mode 100644 index 4646738..0000000 --- a/kombu-4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4249d9dd9dbf1fcec471d1c2def20653c9310dd1a217272d77e4844f9d5273cb -size 421875 diff --git a/kombu-v4.2.1.tar.gz b/kombu-v4.2.1.tar.gz new file mode 100644 index 0000000..71cfa65 --- /dev/null +++ b/kombu-v4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4175cb1930a2d889da2663d6e4ba08e9419f9f79580c22167c350964fdb16e5 +size 418160 diff --git a/python-kombu.changes b/python-kombu.changes index f99845f..3e98ed3 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 15 14:39:29 UTC 2018 - sjamgade@suse.com + +- Updated to 4.2.1 + added python as requirement for ssl module is needed by amqp + ------------------------------------------------------------------- Wed May 23 17:16:28 UTC 2018 - mcepl@suse.com diff --git a/python-kombu.spec b/python-kombu.spec index 7bd2bb1..88189fb 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -18,25 +18,28 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kombu -Version: 4.1.0 +Version: 4.2.1 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause Group: Development/Languages/Python -URL: https://github.com/celery/kombu -Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar.gz +Url: https://github.com/celery/kombu +Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-v%{version}.tar.gz # Test requirements: BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module amqp >= 2.1.4} BuildRequires: %{python_module boto3} BuildRequires: %{python_module case} BuildRequires: %{python_module msgpack-python} +BuildRequires: %{python_module pytest-sugar} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytz} BuildRequires: %{python_module redis} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python BuildRequires: python-rpm-macros +Requires: python Requires: python-amqp BuildArch: noarch %if 0%{?suse_version} From 503a1d1cb6368233b2e7cc0b99634670f422c69f2b098633a999f9ef69e14849 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 16 Aug 2018 10:46:28 +0000 Subject: [PATCH 2/3] Fix URL of the upstream source tarball. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=126 --- kombu-4.2.1.tar.gz | 3 +++ kombu-v4.2.1.tar.gz | 3 --- python-kombu.spec | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 kombu-4.2.1.tar.gz delete mode 100644 kombu-v4.2.1.tar.gz diff --git a/kombu-4.2.1.tar.gz b/kombu-4.2.1.tar.gz new file mode 100644 index 0000000..d3a23b5 --- /dev/null +++ b/kombu-4.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86adec6c60f63124e2082ea8481bbe4ebe04fde8ebed32c177c7f0cd2c1c9082 +size 423926 diff --git a/kombu-v4.2.1.tar.gz b/kombu-v4.2.1.tar.gz deleted file mode 100644 index 71cfa65..0000000 --- a/kombu-v4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4175cb1930a2d889da2663d6e4ba08e9419f9f79580c22167c350964fdb16e5 -size 418160 diff --git a/python-kombu.spec b/python-kombu.spec index 88189fb..a0d18bb 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -23,8 +23,8 @@ Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/celery/kombu -Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-v%{version}.tar.gz +URL: https://github.com/celery/kombu +Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar.gz # Test requirements: BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module amqp >= 2.1.4} @@ -41,13 +41,13 @@ BuildRequires: python BuildRequires: python-rpm-macros Requires: python Requires: python-amqp +Obsoletes: python-carrot BuildArch: noarch %if 0%{?suse_version} Suggests: couchdb Suggests: mongodb Suggests: rabbitmq-server %endif -Obsoletes: python-carrot %python_subpackages %description From 54425efa3245023c9e797ad30b6299bebc244645ea17d1ebc8b5365b25bd0879 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 16 Aug 2018 10:52:56 +0000 Subject: [PATCH 3/3] Update changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=127 --- python-kombu.changes | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/python-kombu.changes b/python-kombu.changes index 3e98ed3..1edf52e 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -2,7 +2,29 @@ Wed Aug 15 14:39:29 UTC 2018 - sjamgade@suse.com - Updated to 4.2.1 - added python as requirement for ssl module is needed by amqp + * The 4.2.0 release contained remains of the ``async`` module by accident. + This is now fixed. + * Handle librabbitmq fileno raising a ValueError when socket is not + connected. + * Now passing ``max_retries``, ``interval_start``, + ``interval_step``, ``interval_max`` parameters from broker + ``transport_options`` to + :meth:`~kombu.Connection.ensure_connection` when returning + :meth:`~kombu.Connection.default_connection` (Issue #765). + * Qpid: messages are now durable by default + * Kombu now requires version 2.10.4 or greater of the redis + library, in line with Celery + * Fixed ImportError in some environments with outdated simplejson + * MongoDB: fixed failure on MongoDB versions with an "-rc" tag + * Ensure periodic polling frequency does not exceed timeout in + virtual transport + * Fixed string handling when using python-future module + * Replaced "async" with "asynchronous" in preparation for Python + 3.7 + * Allow removing pool size limit when in use + * Codebase improvements and fixes + * Documentation improvements +- added python as requirement for ssl module is needed by amqp ------------------------------------------------------------------- Wed May 23 17:16:28 UTC 2018 - mcepl@suse.com