diff --git a/kombu-1.3.0.tar.bz2 b/kombu-1.3.0.tar.bz2 deleted file mode 100644 index 528df4c..0000000 --- a/kombu-1.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af2554b22261444fb94ea689099e94f670f7c3d6683d2b969ba425ffd26105fd -size 213322 diff --git a/kombu-1.3.1.tar.bz2 b/kombu-1.3.1.tar.bz2 new file mode 100644 index 0000000..b91d655 --- /dev/null +++ b/kombu-1.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ca33314a2d3b2e23813f353c316aad4b630bdfe240a2db7c136d0a332b262a +size 214717 diff --git a/python-kombu.changes b/python-kombu.changes index 98495de..4192bc7 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Sep 8 01:40:01 UTC 2011 - alexandre@exatati.com.br + +- Update to 1.3.1: + * Last release broke after fork for pool reinitialization. + * Producer/Consumer now has a connection attribute, + giving access to the BrokerConnection of the + instance. + * Pika: Channels now have access to the underlying + BrokerConnection instance using channel.connection.client. + This was previously required by the Simple classes and is now + also required by Consumer and Producer. + * Connection.default_channel is now closed at object revival. + * Adds kombu.clocks.LamportClock. + * compat.entry_to_queue has been moved to new module kombu.common. + ------------------------------------------------------------------- Mon Sep 5 22:53:31 UTC 2011 - alexandre@exatati.com.br diff --git a/python-kombu.spec b/python-kombu.spec index eb33f31..c760423 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -21,7 +21,7 @@ %define mod_name kombu Name: python-%{mod_name} -Version: 1.3.0 +Version: 1.3.1 Release: 0 License: BSD License Summary: AMQP Messaging Framework for Python