From e856bd8d84fb0c27bbe2b117ca99f3ee56028c003221565474dc169c0ee0a947 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 19 Nov 2012 07:56:02 +0000 Subject: [PATCH] Accepting request 141853 from home:matwey:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/141853 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pika?expand=0&rev=2 --- pika-0.9.5.tar.gz | 3 --- pika-0.9.8.tar.gz | 3 +++ python-pika.changes | 63 +++++++++++++++++++++++++++++++++++++++++++++ python-pika.spec | 6 ++--- 4 files changed, 69 insertions(+), 6 deletions(-) delete mode 100644 pika-0.9.5.tar.gz create mode 100644 pika-0.9.8.tar.gz diff --git a/pika-0.9.5.tar.gz b/pika-0.9.5.tar.gz deleted file mode 100644 index 27fc637..0000000 --- a/pika-0.9.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95a017bfeeff4513755445905d383547ad6804254764a6205eca5a92122debc4 -size 39835 diff --git a/pika-0.9.8.tar.gz b/pika-0.9.8.tar.gz new file mode 100644 index 0000000..95efa99 --- /dev/null +++ b/pika-0.9.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666fd522f4a1059d5b8b4996e576fa7862f505528e11cf1ef5546311c60c3e4d +size 56414 diff --git a/python-pika.changes b/python-pika.changes index 7726ff3..e083c8e 100644 --- a/python-pika.changes +++ b/python-pika.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Mon Nov 19 07:24:31 UTC 2012 - matwey.kornilov@gmail.com + +- Fixed License: tag + +------------------------------------------------------------------- +Mon Nov 19 07:08:02 UTC 2012 - matwey.kornilov@gmail.com + +- Updated to version 0.9.8: +- Bugfixes + - Channel.queue_declare/BlockingChannel.queue_declare not setting up callbacks property for empty queue name (Issue #218) + - Channel.queue_bind/BlockingChannel.queue_bind not allowing empty routing key + - Connection._on_connection_closed calling wrong method in Channel (Issue #219) + - Fix tx_commit and tx_rollback bugs in BlockingChannel (Issue #217) +- Changes from version 0.9.6 to 0.9.7: +- New features + - generator based consumer in BlockingChannel (See Using the BlockingChannel.consume generator to consume messages for example) +- Changes + - BlockingChannel._send_method will only wait if explicitly told to +- Bugfixes + - Added the exchange “type” parameter back but issue a DeprecationWarning + - Dont require a queue name in Channel.queue_declare() + - Fixed KeyError when processing timeouts (Issue # 215 - Fix by Raphael De Giusti) + - Don’t try and close channels when the connection is closed (Issue #216 - Fix by Charles Law) + - Dont raise UnexpectedFrame exceptions, log them instead + - Handle multiple synchronous RPC calls made without waiting for the call result (Issues #192, #204, #211) + - Typo in docs (Issue #207 Fix by Luca Wehrstedt) + - Only sleep on connection failure when retry attempts are > 0 (Issue #200) + - Bypass _rpc method and just send frames for Basic.Ack, Basic.Nack, Basic.Reject (Issue #205) + +------------------------------------------------------------------- +Tue Oct 30 11:00:41 MSD 2012 - matwey.kornilov@gmail.com +` +- Updated to version 0.9.6 +- New features and highlights: +  - Delivery confirmation support +  - New URLParameters class for connecting with AMQP URLs +  - BlockingConnection will raise exceptions for various events, such as +channel and connection closures. +  - New BlockingConnection methods: +    - process_data_events() - Force BlockingConnection to check for pending +events from RabbitMQ +    - sleep() - Sleep without blocking communication with RabbitMQ +  - New BlockingChannel methods: +    - start_consuming() +    - stop_consuming() +  - Back-pressure detection is now optional via a connection parameter +  - Configurable IOLoop stopping on asynchronous adapters +  - Rewritten unit test coverage from the ground up. While not complete, it +is a significant improvement over previous releases. +- Major bugfix areas: +  - Connection handling +  - Blocking functionality in the BlockingConnection +  - SSL +  - UTF-8 Handling +- Things removed: +  - pika.reconnection_strategies +  - pika.channel.ChannelTransport +  - pika.log +  - pika.template +  - examples directory, adding examples to documentation instead. +  - functional tests + ------------------------------------------------------------------- Tue Sep 27 11:56:03 MSD 2011 - matwey.kornilov@gmail.com diff --git a/python-pika.spec b/python-pika.spec index b37adb6..94285d0 100644 --- a/python-pika.spec +++ b/python-pika.spec @@ -22,11 +22,11 @@ %define mod_name pika Name: python-%{mod_name} -Version: 0.9.5 +Version: 0.9.8 Release: 0 Url: http://pika.github.com/ Summary: Pika Python AMQP Client Library -License: MPL v1.1 and GPL v2.0 or newer +License: MPL-1.1; GPL-2.0+ Group: Development/Languages/Python Source: %{mod_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,4 +63,4 @@ rm -rf %{buildroot} %python_sitelib/%{mod_name}* %python_sitelib/*.egg-info -%changelog \ No newline at end of file +%changelog