Hello community,
here is the log from the commit of package python-oslo.messaging for
openSUSE:Factory checked in at 2016-05-04 08:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.messaging (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.messaging.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.messaging"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes
2015-10-30 13:42:07.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new/python-oslo.messaging.changes
2016-05-04 08:20:03.000000000 +0200
@@ -1,0 +2,26 @@
+Mon Apr 4 11:29:25 UTC 2016 - [email protected]
+
+- update to 4.6.1:
+ * Fix Break in Windows platforms
+ * Always delete exc_info tuple, even if reply fails
+ * Fail quickly if there on bad password
+ * Updated from global requirements
+ * Always set all socket timeouts
+- Adjust Requires
+
+-------------------------------------------------------------------
+Wed Mar 16 11:15:06 UTC 2016 - [email protected]
+
+- update to 4.5.1:
+ * Bump rabbit_transient_queues_ttl to 30 mins
+ * Fix Notification listener blocking behavior
+ * Update .gitreview for stable/mitaka
+- Adjust Requires
+
+-------------------------------------------------------------------
+Sun Feb 28 13:17:45 UTC 2016 - [email protected]
+
+- update to 4.5.0:
+ * too long to include, see included changes
+
+-------------------------------------------------------------------
Old:
----
oslo.messaging-2.5.0.tar.gz
New:
----
oslo.messaging-4.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.messaging.spec ++++++
--- /var/tmp/diff_new_pack.jiumZT/_old 2016-05-04 08:20:04.000000000 +0200
+++ /var/tmp/diff_new_pack.jiumZT/_new 2016-05-04 08:20:04.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.messaging
#
-# 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
@@ -17,8 +17,10 @@
%define component oslo_messaging
+%define version_unconverted 4.6.1
+
Name: python-oslo.messaging
-Version: 2.5.0
+Version: 4.6.1
Release: 0
Url: https://launchpad.net/oslo/
Summary: OpenStack Messaging API
@@ -45,24 +47,27 @@
BuildRequires: python-six
Requires: python-PyYAML >= 3.1.0
Requires: python-WebOb >= 1.2.3
-Requires: python-aioeventlet >= 0.4
Requires: python-amqp >= 1.4.0
Requires: python-cachetools >= 1.0.0
-Requires: python-eventlet >= 0.17.4
-Requires: python-futurist >= 0.1.2
+Requires: python-debtcollector >= 1.2.0
+Requires: python-eventlet >= 0.18.2
+Requires: python-futures >= 3.0
+Requires: python-futurist >= 0.11.0
Requires: python-greenlet >= 0.3.2
-Requires: python-kombu >= 3.0.7
-Requires: python-oslo.config >= 2.3.0
+Requires: python-kombu >= 3.0.25
+Requires: python-oslo.config >= 3.7.0
Requires: python-oslo.context >= 0.2.0
-Requires: python-oslo.i18n >= 1.5.0
-Requires: python-oslo.log >= 1.8.0
-Requires: python-oslo.middleware >= 2.8.0
-Requires: python-oslo.serialization >= 1.4.0
-Requires: python-oslo.service >= 0.7.0
-Requires: python-oslo.utils >= 2.0.0
+Requires: python-oslo.i18n >= 2.1.0
+Requires: python-oslo.log >= 1.14.0
+Requires: python-oslo.middleware >= 3.0.0
+Requires: python-oslo.serialization >= 1.10.0
+Requires: python-oslo.service >= 1.0.0
+Requires: python-oslo.utils >= 3.5.0
+Requires: python-pika >= 0.10.0
+Requires: python-pika-pool >= 0.1.3
+Requires: python-retrying >= 1.2.3
Requires: python-six >= 1.9.0
Requires: python-stevedore >= 1.5.0
-Requires: python-trollius >= 1.0
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
@@ -107,7 +112,8 @@
%install
%{__python2} setup.py install --skip-build --root %{buildroot}
-
+# disabling git call for last modification date from git repo
+sed '/^html_last_updated_fmt.*/,/.)/ s/^/#/' -i doc/source/conf.py
# generate html docs
sphinx-build doc/source html
# remove the sphinx-build leftovers
@@ -118,7 +124,7 @@
%files
%defattr(-,root,root,-)
%doc LICENSE README.rst AUTHORS
-%{_bindir}/oslo-messaging-zmq-receiver
+%{_bindir}/oslo-messaging-zmq-broker
%{python2_sitelib}/oslo_messaging
%{python2_sitelib}/*.egg-info
++++++ oslo.messaging-2.5.0.tar.gz -> oslo.messaging-4.6.1.tar.gz ++++++
++++ 22274 lines of diff (skipped)