diff --git a/kombu-1.1.6.tar.bz2 b/kombu-1.1.6.tar.bz2 deleted file mode 100644 index ea8acec..0000000 --- a/kombu-1.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09885c2818bc4409518ed9c0b7b33bd9cb3f97d0aee156a697a1a2cf09d961a0 -size 207710 diff --git a/kombu-1.2.0.tar.bz2 b/kombu-1.2.0.tar.bz2 new file mode 100644 index 0000000..447823f --- /dev/null +++ b/kombu-1.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51db84d36f1d091611dd604dfce45661e0eb98283603c390f43522cdbdb360a1 +size 208771 diff --git a/python-kombu.changes b/python-kombu.changes index bd24a5d..ab3737c 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jul 15 12:52:07 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.2.0: + * Virtual: Fixes cyclic reference in Channel.close (Issue #49). + * Producer.publish: Can now set additional properties using keyword + arguments (Issue #48). + * Adds Queue.no_ack option to control the no_ack option for individual queues. + * Recent versions broke pylibrabbitmq support. + * SimpleQueue and SimpleBuffer can now be used as contexts. + * Test requirements specifies PyYAML==3.09 as 3.10 dropped Python 2.4 support + * Now properly reports default values in Connection.info/.as_uri + ------------------------------------------------------------------- Mon Jun 13 22:42:00 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index 6071b97..11ec273 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.1.6 +Version: 1.2.0 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python @@ -29,7 +29,7 @@ Url: http://github.com/ask/kombu/ Group: Development/Languages/Python Source: %{mod_name}-%{version}.tar.bz2 BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: python-distribute Requires: python-amqplib Requires: python-anyjson BuildRoot: %{_tmppath}/%{name}-%{version}-build