diff --git a/accept-newer-amqp-versions.diff b/accept-newer-amqp-versions.diff index 02a50cb..40fa09d 100644 --- a/accept-newer-amqp-versions.diff +++ b/accept-newer-amqp-versions.diff @@ -1,24 +1,30 @@ ---- kombu.egg-info/requires.txt +Index: kombu.egg-info/requires.txt +=================================================================== +--- kombu.egg-info/requires.txt.orig +++ kombu.egg-info/requires.txt @@ -1,2 +1,2 @@ anyjson>=0.3.3 --amqp>=1.0.8,<1.1.0 -\ Kein Zeilenumbruch am Dateiende. -+amqp>=1.0.8 ---- requirements/default.txt +-amqp>=1.0.9,<1.1.0 +\ No newline at end of file ++amqp>=1.0.9 +Index: requirements/default.txt +=================================================================== +--- requirements/default.txt.orig +++ requirements/default.txt @@ -1,2 +1,2 @@ anyjson>=0.3.3 --amqp>=1.0.8,<1.1.0 -+amqp>=1.0.8 ---- setup.cfg +-amqp>=1.0.9,<1.1.0 ++amqp>=1.0.9 +Index: setup.cfg +=================================================================== +--- setup.cfg.orig +++ setup.cfg -@@ -28,7 +28,7 @@ +@@ -28,7 +28,7 @@ upload-dir = docs/.build/html [bdist_rpm] requires = anyjson >= 0.3.3 - amqp < 1.1.0 -+ amqp >= 1.0.8 ++ amqp >= 1.0.9 importlib ordereddict diff --git a/kombu-2.5.6.tar.gz b/kombu-2.5.6.tar.gz deleted file mode 100644 index bc127cd..0000000 --- a/kombu-2.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01c0ba72782535df913b519d6509835f8210b4dbfde652d3a1c6f545d737beb9 -size 301670 diff --git a/kombu-2.5.7.tar.gz b/kombu-2.5.7.tar.gz new file mode 100644 index 0000000..2c1c8ed --- /dev/null +++ b/kombu-2.5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bcfabc02366738101861f06e737106dea8d2ea784a588d7a9e1fbd940b7a78 +size 301904 diff --git a/python-kombu.changes b/python-kombu.changes index b9324db..354e956 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Mar 8 13:10:29 UTC 2013 - alexandre@exatati.com.br + +- Update to 2.5.7: + - Now depends on amqp 1.0.9 + - Redis: A regression in 2.5.6 caused the redis transport to + ignore options set in transport_options. + - Redis: New socket_timeout transport option. + - Redis: InconsistencyError is now regarded as a recoverable error. + - Resource pools: Will no longer attempt to release resource + that was never acquired. + - MongoDB: Now supports the ssl option. + Contributed by Sebastian Pawlus. + ------------------------------------------------------------------- Tue Feb 12 13:27:34 UTC 2013 - dmueller@suse.com diff --git a/python-kombu.spec b/python-kombu.spec index 9d06c39..d277da5 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -17,7 +17,7 @@ Name: python-kombu -Version: 2.5.6 +Version: 2.5.7 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause diff --git a/python3-kombu.changes b/python3-kombu.changes index 5144ae0..ec6a6d4 100644 --- a/python3-kombu.changes +++ b/python3-kombu.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Mar 8 13:10:29 UTC 2013 - alexandre@exatati.com.br + +- Update to 2.5.7: + - Now depends on amqp 1.0.9 + - Redis: A regression in 2.5.6 caused the redis transport to + ignore options set in transport_options. + - Redis: New socket_timeout transport option. + - Redis: InconsistencyError is now regarded as a recoverable error. + - Resource pools: Will no longer attempt to release resource + that was never acquired. + - MongoDB: Now supports the ssl option. + Contributed by Sebastian Pawlus. + ------------------------------------------------------------------- Thu Feb 7 19:34:46 UTC 2013 - alexandre@exatati.com.br diff --git a/python3-kombu.spec b/python3-kombu.spec index f3015dc..4da3bae 100644 --- a/python3-kombu.spec +++ b/python3-kombu.spec @@ -17,7 +17,7 @@ Name: python3-kombu -Version: 2.5.6 +Version: 2.5.7 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-2-Clause