Accepting request 143780 from devel:languages:python
- Only require python-importlib for SLE. It is not needed for any distro running python >= 2.7, and is not being built for those distros. (forwarded request 143779 from TheBlackCat) OBS-URL: https://build.opensuse.org/request/show/143780 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=19
This commit is contained in:
commit
cd0ee611ef
3
kombu-2.4.10.tar.gz
Normal file
3
kombu-2.4.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:211cb68b133578338aac0990d31d9255ed54b5f1861fb2cd54c1bb28bdbc8a6e
|
||||
size 291204
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6613158dcb21d630300dbb53fb76dabdc28c21ba2b13386ce39fda136c5907e
|
||||
size 290975
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 1 21:56:00 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
- Only require python-importlib for SLE. It is not needed for any
|
||||
distro running python >= 2.7, and is not being built for those
|
||||
distros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 29 10:07:56 UTC 2012 - iartarisi@suse.cz
|
||||
|
||||
- Add python-importlib dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 25 11:27:04 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.4.10:
|
||||
- Redis: Fixed race condition that could occur while trying to
|
||||
restore messages (Issue #171).
|
||||
Fix contributed by Ollie Walsh.
|
||||
- Redis: Each channel is now using a specific connection pool
|
||||
instance, which is disconnected on connection failure.
|
||||
- ProducerPool: Fixed possible dead-lock in the acquire method.
|
||||
- ProducerPool: force_close_all no longer tries to call the
|
||||
non-existent Producer._close.
|
||||
- librabbitmq: Now implements transport.verify_connection so
|
||||
that connection pools will not give back connections that are
|
||||
no longer working.
|
||||
- New and better repr() for Queue and Exchange objects.
|
||||
- Python3: Fixed problem with running the unit test suite.
|
||||
- Python3: Fixed problem with JSON codec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 3 02:58:14 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
@ -16,16 +16,16 @@
|
||||
#
|
||||
|
||||
Name: python-kombu
|
||||
Version: 2.4.8
|
||||
Version: 2.4.10
|
||||
Release: 0
|
||||
License: BSD-2-Clause
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
Url: http://github.com/ask/kombu/
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-amqplib
|
||||
BuildRequires: python-anyjson
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-mock
|
||||
BuildRequires: python-msgpack-python
|
||||
@ -41,6 +41,7 @@ Suggests: rabbitmq-server
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
BuildRequires: python-importlib
|
||||
%py_requires
|
||||
%else
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user