Accepting request 197222 from home:dirkmueller:branches:devel:languages:python

- update to 2.5.14: 
  * safe_str did not work properly resulting in UnicodeDecodeError
  * Now depends on amqp 1.0.13
  * Fixed typo in Django functional tests.
  * Tests no longer depends on distribute, which was deprecated
  and merged back into setuptools.

- update to 2.5.12:

OBS-URL: https://build.opensuse.org/request/show/197222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=88
This commit is contained in:
Sascha Peilicke 2013-09-03 08:18:09 +00:00 committed by Git OBS Bridge
parent b360124cc9
commit 807f0e73ab
4 changed files with 16 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc5b33eb96fd2d3846bd0b2fec34cfacf8205b69a1669a17c97af77bc6f1aa09
size 306807

3
kombu-2.5.14.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a480d8d676f584f6b7a399514f5effa96ced2ce7b37ff975f2c8d16e154e5b4
size 307139

View File

@ -1,7 +1,17 @@
-------------------------------------------------------------------
Tue Sep 3 08:08:47 UTC 2013 - dmueller@suse.com
- update to 2.5.14:
* safe_str did not work properly resulting in UnicodeDecodeError
* Now depends on amqp 1.0.13
* Fixed typo in Django functional tests.
* Tests no longer depends on distribute, which was deprecated
and merged back into setuptools.
-------------------------------------------------------------------
Thu Aug 8 21:12:17 UTC 2013 - dmueller@suse.com
- update to 1.0.12:
- update to 2.5.12:
* Redis: Ignore errors about keys missing in the round-robin cycle.
* Fixed test suite errors on Python 3.
* Fixed msgpack test failures.

View File

@ -17,7 +17,7 @@
Name: python-kombu
Version: 2.5.12
Version: 2.5.14
Release: 0
Summary: AMQP Messaging Framework for Python
License: BSD-3-Clause
@ -72,7 +72,7 @@ provide proven and tested solutions to common messaging problems.
# For rpmlint warning: remove shebang from python library:
sed -i '/^#!/d' ./kombu/tests/test_serialization.py
# NOTE(saschpe): We have a newer python-amqp, but this shouldn't be an issue:
sed -i -e "s|amqp>=1.0.12,<1.1.0|amqp>=1.0.12|" requirements/default.txt kombu.egg-info/requires.txt
sed -i -e "s|amqp>=1.0.13,<1.1.0|amqp>=1.0.13|" requirements/default.txt kombu.egg-info/requires.txt
# NOTE(saschpe): Testsuite requires mkgpack-python < 0.2.0 because it dropped
# Python-2.5 support. This makes no sense for us, thus:
#sed -i "s/msgpack-python.*/msgpack-python/" requirements/test.txt