Accepting request 710886 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/710886 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=60
This commit is contained in:
commit
28741980ef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:389ba09e03b15b55b1a7371a441c894fd8121d174f5583bbbca032b9ea8c9edd
|
||||
size 432679
|
3
kombu-4.6.3.tar.gz
Normal file
3
kombu-4.6.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb365ea795cd7e629ba2f1f398e0c3ba354b91ef4de225ffdf6ab45fdfc7d581
|
||||
size 427754
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 10:57:10 UTC 2019 - pgajdos@suse.com
|
||||
|
||||
- version update to 4.6.3
|
||||
* Revert FastUUID for kombu 4.6
|
||||
* Fix sbugs and regressions
|
||||
* other bu fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 11:20:06 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-kombu
|
||||
Version: 4.5.0
|
||||
Version: 4.6.3
|
||||
Release: 0
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
License: BSD-3-Clause
|
||||
@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{v
|
||||
# Test requirements:
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module Pyro4}
|
||||
BuildRequires: %{python_module amqp >= 2.4.0}
|
||||
BuildRequires: %{python_module amqp >= 2.5.0}
|
||||
BuildRequires: %{python_module boto3}
|
||||
BuildRequires: %{python_module case >= 1.5.2}
|
||||
BuildRequires: %{python_module msgpack > 0.5.2}
|
||||
@ -39,7 +39,7 @@ BuildRequires: %{python_module redis >= 3.2.0}
|
||||
BuildRequires: %{python_module setuptools >= 20.6.7}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-amqp >= 2.4.0
|
||||
Requires: python-amqp >= 2.5.0
|
||||
Requires: python-setuptools
|
||||
Obsoletes: python-carrot
|
||||
BuildArch: noarch
|
||||
@ -74,7 +74,7 @@ provide proven and tested solutions to common messaging problems.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec setup.py test
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user