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
This commit is contained in:
parent
c698d08c63
commit
10122481fb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4249d9dd9dbf1fcec471d1c2def20653c9310dd1a217272d77e4844f9d5273cb
|
|
||||||
size 421875
|
|
3
kombu-v4.2.1.tar.gz
Normal file
3
kombu-v4.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a4175cb1930a2d889da2663d6e4ba08e9419f9f79580c22167c350964fdb16e5
|
||||||
|
size 418160
|
@ -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
|
Wed May 23 17:16:28 UTC 2018 - mcepl@suse.com
|
||||||
|
|
||||||
|
@ -18,25 +18,28 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-kombu
|
Name: python-kombu
|
||||||
Version: 4.1.0
|
Version: 4.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AMQP Messaging Framework for Python
|
Summary: AMQP Messaging Framework for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/celery/kombu
|
Url: https://github.com/celery/kombu
|
||||||
Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-v%{version}.tar.gz
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module amqp >= 2.1.4}
|
BuildRequires: %{python_module amqp >= 2.1.4}
|
||||||
BuildRequires: %{python_module boto3}
|
BuildRequires: %{python_module boto3}
|
||||||
BuildRequires: %{python_module case}
|
BuildRequires: %{python_module case}
|
||||||
BuildRequires: %{python_module msgpack-python}
|
BuildRequires: %{python_module msgpack-python}
|
||||||
|
BuildRequires: %{python_module pytest-sugar}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz}
|
||||||
BuildRequires: %{python_module redis}
|
BuildRequires: %{python_module redis}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python
|
||||||
Requires: python-amqp
|
Requires: python-amqp
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user