Hello community,

here is the log from the commit of package python-qpid for openSUSE:Factory 
checked in at 2017-03-13 15:32:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-qpid (Old)
 and      /work/SRC/openSUSE:Factory/.python-qpid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-qpid"

Mon Mar 13 15:32:53 2017 rev:3 rq:461362 version:1.35.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-qpid/python-qpid.changes  2015-08-11 
08:26:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-qpid.new/python-qpid.changes     
2017-03-13 15:33:42.288399767 +0100
@@ -1,0 +2,36 @@
+Wed Feb 22 12:07:21 UTC 2017 - fst...@suse.com
+
+- Upgrade to upstream version 1.35.0
+  * New features and improvements
+    + QPID-6475 - 08..09 Send connection.close before closing socket
+    + QPID-6567 - Support producer side flow control in the
+      0-8/9/9-1 Python client
+    + QPID-6839 - When the Selector thread hits an unknown exception
+      it should log the exception and traceback.
+    + QPID-7053 - Exception Notifier Callback
+  * Bugs fixed
+    + QPID-6297 - Python client (qpid.messaging) raises KeyError
+      instead of reconnecting
+    + QPID-6326 - [ACL] Python client demands unnecessary
+      permission / performs unnecessary actions
+    + QPID-6405 - Python client does not report version to peer
+    + QPID-6445 - Qpid python client hangs when message with routing
+      key longer than 255 is sent (mutual recursion)
+    + QPID-6473 - Remove remaining Python <= 2.5 raise syntax (i.e.
+      raise "...") from connection08.py
+    + QPID-6474 - 08..09 Python client connection leaks threads
+    + QPID-7064 - Document Asynchronous Error Notification API on
+      Connection, Session, Receiver, and Sender objects
+    + QPID-7222 - Python test 
+      qpid_tests.broker_0_10.message.MessageTests.test_release_order
+      fails sporadically against java broker
+    + QPID-7251 - [Python Client for AMQP 0-8...0-91] Setting of
+      SASL mechanism (other then PLAIN) explicitly does not work in
+      python client for AMQP 0-8...0-91
+    + QPID-7258 - [Python Client for AMQP 0-8...0-9-1] Perform
+      hostname verification of ssl/tls connections
+    + QPID-7259 -
+      qpid_tests.broker_0_10.message.MessageTests.test_window_flow_messages
+      occasionally fails against the Java Broker
+
+-------------------------------------------------------------------

Old:
----
  qpid-python-0.32.tar.gz

New:
----
  qpid-python-1.35.0.tar.gz

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

Other differences:
------------------
++++++ python-qpid.spec ++++++
--- /var/tmp/diff_new_pack.vNEQLM/_old  2017-03-13 15:33:42.808326290 +0100
+++ /var/tmp/diff_new_pack.vNEQLM/_new  2017-03-13 15:33:42.808326290 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-qpid
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,16 +17,18 @@
 
 
 Name:           python-qpid
-Version:        0.32
+Version:        1.35.0
 Release:        0
-Summary:        Python client library for AMQP
+Summary:        Apache Qpid Python client library for AMQP
 License:        Apache-2.0
 Group:          Development/Libraries/Python
 Url:            http://qpid.apache.org
-Source0:        
http://www.apache.org/dist/qpid/%{version}/qpid-python-%{version}.tar.gz
+Source0:        
http://www.apache.org/dist/qpid/python/%{version}/qpid-python-%{version}.tar.gz
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-xml
+Provides:       %{name}-common = %{version}
+Obsoletes:      %{name}-common < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1200
 BuildArch:      noarch
@@ -35,12 +37,36 @@
 %description
 The Apache Qpid Python client library for AMQP.
 
-%package common
-Summary:        Shared code for Qpid Python language bindings
+%files
+%defattr(-,root,root,-)
+%doc LICENSE.txt
+%doc NOTICE.txt README.md examples
+%dir %{python_sitelib}/qpid
+%{python_sitelib}/qpid/messaging/
+%{python_sitelib}/qpid/saslmech/
+%{python_sitelib}/mllib
+%{python_sitelib}/qpid/*.py*
+%{python_sitelib}/qpid/specs
+%{python_sitelib}/qpid/tests
+%{_bindir}/qpid-python-test
+%if "%{python_version}" >= "2.6"
+%{python_sitelib}/qpid_python-*.egg-info
+%endif
+
+%package -n qpid-tests
+Summary:        Conformance tests for Apache Qpid
 Group:          Development/Libraries/Python
+Requires:       python-qpid >= 1.35.0
+Requires:       python-qpid-qmf >= 1.35.0
 
-%description common
-Shared code for Qpid Python language bindings.
+%description -n qpid-tests
+Conformance tests for Apache Qpid.
+
+%files -n qpid-tests
+%defattr(-,root,root,-)
+%{python_sitelib}/qpid_tests/
+%doc NOTICE.txt
+%doc LICENSE.txt
 
 %prep
 %setup -q -n qpid-python-%{version}
@@ -62,25 +88,4 @@
 chmod +x %{buildroot}/%{python_sitelib}/qpid/managementdata.py
 chmod +x %{buildroot}/%{python_sitelib}/qpid/disp.py
 
-%files
-%defattr(-,root,root,-)
-%doc README.txt
-%doc LICENSE.txt
-%{_bindir}/qpid-python-test
-%{python_sitelib}/qpid
-%exclude %{python_sitelib}/qpid/*.py*
-%exclude %{python_sitelib}/qpid/specs
-%exclude %{python_sitelib}/qpid/tests
-%if "%{python_version}" >= "2.6"
-%{python_sitelib}/qpid_python-*.egg-info
-%endif
-
-%files common
-%defattr(-,root,root,-)
-%doc examples/README.txt
-%doc examples
-%{python_sitelib}/mllib
-%{python_sitelib}/qpid/*.py*
-%{python_sitelib}/qpid/specs
-
 %changelog

++++++ qpid-python-0.32.tar.gz -> qpid-python-1.35.0.tar.gz ++++++
++++ 12417 lines of diff (skipped)


Reply via email to