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}