From 807f0e73aba1e235396f52fb3cb4440d6d9e2d6725e84e3cbc172899d49dc253 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 3 Sep 2013 08:18:09 +0000 Subject: [PATCH] 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 --- kombu-2.5.12.tar.gz | 3 --- kombu-2.5.14.tar.gz | 3 +++ python-kombu.changes | 12 +++++++++++- python-kombu.spec | 4 ++-- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 kombu-2.5.12.tar.gz create mode 100644 kombu-2.5.14.tar.gz diff --git a/kombu-2.5.12.tar.gz b/kombu-2.5.12.tar.gz deleted file mode 100644 index 7a708d0..0000000 --- a/kombu-2.5.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc5b33eb96fd2d3846bd0b2fec34cfacf8205b69a1669a17c97af77bc6f1aa09 -size 306807 diff --git a/kombu-2.5.14.tar.gz b/kombu-2.5.14.tar.gz new file mode 100644 index 0000000..552042d --- /dev/null +++ b/kombu-2.5.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a480d8d676f584f6b7a399514f5effa96ced2ce7b37ff975f2c8d16e154e5b4 +size 307139 diff --git a/python-kombu.changes b/python-kombu.changes index 89337e2..c288772 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -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. diff --git a/python-kombu.spec b/python-kombu.spec index 4241b47..864d191 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -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