diff --git a/kombu-2.2.3.tar.bz2 b/kombu-2.2.3.tar.bz2 deleted file mode 100644 index 1e1e56f..0000000 --- a/kombu-2.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a9c41474c0d077fd05f5e8d9268ac61118a99f27386dc7bf1fd427afc8e6748 -size 255191 diff --git a/kombu-2.2.4.tar.bz2 b/kombu-2.2.4.tar.bz2 new file mode 100644 index 0000000..157a24f --- /dev/null +++ b/kombu-2.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef98c90420a016104d978753853fe8f794e2ffd2c7a469fc23f3df11b1dcc343 +size 256902 diff --git a/python-kombu.changes b/python-kombu.changes index b675fea..74434b8 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jul 5 16:30:11 UTC 2012 - alexandre@exatati.com.br + +- Update to 2.2.4: + - Support for msgpack-python 0.2.0 (Issue #143) + The latest msgpack version no longer supports Python 2.5, so if you're + still using that you need to depend on an earlier msgpack-python version. + + Fix contributed by Sebastian Insua + - kombu.common.maybe_declare no longer caches entities with the + auto_delete flag set. + - New experimental filesystem transport. + Contributed by Bobby Beever. + - Virtual Transports: Now support anonymous queues and exchanges. + ------------------------------------------------------------------- Mon Jun 25 02:37:27 UTC 2012 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 15c69e9..ed08494 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -19,7 +19,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kombu -Version: 2.2.3 +Version: 2.2.4 Release: 0 License: BSD-2-Clause Summary: AMQP Messaging Framework for Python