Hello community,

here is the log from the commit of package python-pika for openSUSE:Factory 
checked in at 2016-05-04 08:19:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pika (Old)
 and      /work/SRC/openSUSE:Factory/.python-pika.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pika"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pika/python-pika.changes  2015-03-27 
09:41:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pika.new/python-pika.changes     
2016-05-04 08:19:03.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Mar 16 11:20:03 UTC 2016 - tbecht...@suse.com
+
+- update to 0.10.0:
+  * LibevConnection: Fixed dict chgd size during iteration
+  * SelectConnection: Fixed KeyError exceptions in IOLoop timeout executions
+  * BlockingConnection: Add support to make BlockingConnection a Context 
Manager
+  * f72b58f - Fixed failure to purge _ConsumerCancellationEvt from
+    BlockingChannel._pending_events during basic_cancel.
+  * Change to 3-Clause BSD License
+  * Python 3.x support
+  * Over 150 commits from 19 contributors
+  * Refactoring of SelectConnection ioloop
+  * This major release contains certain non-backward-compatible API changes as
+    well as significant performance improvements in the BlockingConnection
+    adapter.
+  * Non-backward-compatible changes in Channel.add_on_return_callback
+    callback’s signature.
+  * The AsynchoreConnection adapter was retired
+  * see also https://pika.readthedocs.org/en/0.10.0/version_history.html
+- Add and update LICENSE. It's now BSD-3-Clause
+- Remove README.md . It's shipped as README.rst in the upstream tarball
+
+-------------------------------------------------------------------

Old:
----
  README.md
  pika-0.9.14.tar.gz

New:
----
  pika-0.10.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pika.spec ++++++
--- /var/tmp/diff_new_pack.2Z7XHc/_old  2016-05-04 08:19:04.000000000 +0200
+++ /var/tmp/diff_new_pack.2Z7XHc/_new  2016-05-04 08:19:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pika
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,13 @@
 %define mod_name pika
 
 Name:           python-%{mod_name}
-Version:        0.9.14
+Version:        0.10.0
 Release:        0
 Url:            http://pika.github.com/
 Summary:        Pika Python AMQP Client Library
-License:        MPL-1.1 or GPL-2.0+
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source0:        %{mod_name}-%{version}.tar.gz
-# README.md file is from Git, but is not distributed by tarball
-Source1:        README.md
+Source:         
https://pypi.python.org/packages/source/p/pika/pika-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -45,7 +43,6 @@
 
 %prep
 %setup -q -n %{mod_name}-%{version}
-cp %{S:1} .
 
 %build
 python setup.py build
@@ -55,7 +52,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.md
+%doc README.rst LICENSE
 # You may have to add additional files here (documentation and binaries mostly)
 %python_sitelib/%{mod_name}*
 %python_sitelib/*.egg-info

++++++ pika-0.9.14.tar.gz -> pika-0.10.0.tar.gz ++++++
++++ 9618 lines of diff (skipped)


Reply via email to