Hello community,
here is the log from the commit of package python-oslo.messaging for
openSUSE:Factory checked in at 2019-05-03 22:42:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.messaging (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.messaging.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.messaging"
Fri May 3 22:42:26 2019 rev:17 rq:692859 version:9.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes
2018-09-07 15:38:58.602563650 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new.5148/python-oslo.messaging.changes
2019-05-03 22:42:27.827246168 +0200
@@ -1,0 +2,53 @@
+Mon Apr 8 11:37:20 UTC 2019 - [email protected]
+
+- update to version 9.5.0
+ - Use '/' for the vhost if the transport_url has no trailing '/'
+ - Use ensure_connection to prevent loss of connection error logs
+ - Add a test for rabbit URLs lacking terminating '/'
+ - Fix the coverage tox tests
+ - Update mailinglist from dev to discuss
+ - Change python3.5 job to python3.7 job on Stein+
+ - import zuul job settings from project-config
+ - Remove rabbit_durable_queues deprecated option
+ - Remove deprecated amqp1 options
+ - Fix oslo.messaging default transport
+ - Remove setting of DEVSTACK_GATE_EXERCISES
+ - Update reno for stable/rocky
+ - Remove default_{host,port} deprecated options
+ - add python 3.6 unit test job
+ - Allow transport_url initialization in ConfFixture constructor
+ - add lib-forward-testing-python3 test job
+ - Avoid unnecessary use of items()
+ - Issue blocking ACK for RPC requests from the consumer thread
+ - Don't use monotonic with Python >=3.3
+ - Remove the deprecated ZeroMQ driver
+ - Use default exchange for direct messaging
+ - always build universal wheels
+ - doc: Remove crud from conf.py file
+ - Refactor GetTransportSadPathTestCase
+ - Bump amqp requirement version to >= 2.4.0
+ - Avoid logging passwords on connection events
+ - Kafka driver deployment guide
+ - Remove rpc_backend and ConfFixture.transport_driver
+ - Switch driver to confluent-kafka client library
+ - Bump amqp requirement version to >=2.4.1
+ - Update hacking version
+ - Using pip as a python module
+ - Clean up .gitignore references to personal tools
+ - Mark telemetry tests nv and remove from gate
+ - Remove deprecated rabbit options
+ - add python 3.7 unit test job
+ - Add release note about deprecated option removals
+ - Use templates for cover and lower-constraints
+ - Call listener stop only if listener is initialized
+
+-------------------------------------------------------------------
+Wed Mar 6 22:09:37 UTC 2019 - [email protected]
+
+- update to version 8.1.2
+ - Update UPPER_CONSTRAINTS_FILE for stable/rocky
+ - Avoid logging passwords on connection events
+ - Update .gitreview for stable/rocky
+ - import zuul job settings from project-config
+
+-------------------------------------------------------------------
Old:
----
oslo.messaging-8.1.0.tar.gz
New:
----
oslo.messaging-9.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.messaging.spec ++++++
--- /var/tmp/diff_new_pack.jyUdMZ/_old 2019-05-03 22:42:28.247247052 +0200
+++ /var/tmp/diff_new_pack.jyUdMZ/_new 2019-05-03 22:42:28.251247060 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.messaging
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,30 +12,30 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python-oslo.messaging
-Version: 8.1.0
+Version: 9.5.0
Release: 0
Summary: OpenStack oslo.messaging library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/oslo.messaging
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.messaging/oslo.messaging-8.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.messaging/oslo.messaging-9.5.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python2-PyYAML >= 3.12
BuildRequires: python2-WebOb >= 1.7.1
-BuildRequires: python2-amqp >= 2.3.0
+BuildRequires: python2-amqp >= 2.4.1
BuildRequires: python2-cachetools >= 2.0.0
+BuildRequires: python2-confluent-kafka
BuildRequires: python2-debtcollector >= 1.2.0
BuildRequires: python2-eventlet
BuildRequires: python2-fixtures
BuildRequires: python2-futurist >= 1.2.0
BuildRequires: python2-greenlet
-BuildRequires: python2-kafka-python
BuildRequires: python2-kombu >= 4.0.0
BuildRequires: python2-mock
BuildRequires: python2-monotonic >= 0.6
@@ -53,28 +53,26 @@
BuildRequires: python2-pika-pool
BuildRequires: python2-pyngus
BuildRequires: python2-python-subunit
-BuildRequires: python2-pyzmq
BuildRequires: python2-redis
BuildRequires: python2-six >= 1.10.0
BuildRequires: python2-stestr
BuildRequires: python2-stevedore >= 1.20.0
-BuildRequires: python2-tenacity >= 4.4.0
+BuildRequires: python2-tenacity
BuildRequires: python2-testscenarios
BuildRequires: python2-testtools
BuildRequires: python3-PyYAML >= 3.12
BuildRequires: python3-WebOb >= 1.7.1
-BuildRequires: python3-amqp >= 2.3.0
+BuildRequires: python3-amqp >= 2.4.1
BuildRequires: python3-cachetools >= 2.0.0
+BuildRequires: python3-confluent-kafka
BuildRequires: python3-debtcollector >= 1.2.0
BuildRequires: python3-devel
BuildRequires: python3-eventlet
BuildRequires: python3-fixtures
BuildRequires: python3-futurist >= 1.2.0
BuildRequires: python3-greenlet
-BuildRequires: python3-kafka-python
BuildRequires: python3-kombu >= 4.0.0
BuildRequires: python3-mock
-BuildRequires: python3-monotonic >= 0.6
BuildRequires: python3-oslo.config >= 5.2.0
BuildRequires: python3-oslo.i18n >= 3.15.3
BuildRequires: python3-oslo.log >= 3.36.0
@@ -89,23 +87,21 @@
BuildRequires: python3-pika-pool
BuildRequires: python3-pyngus
BuildRequires: python3-python-subunit
-BuildRequires: python3-pyzmq
BuildRequires: python3-redis
BuildRequires: python3-six >= 1.10.0
BuildRequires: python3-stestr
BuildRequires: python3-stevedore >= 1.20.0
-BuildRequires: python3-tenacity >= 4.4.0
+BuildRequires: python3-tenacity
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
Requires: python-PyYAML >= 3.12
Requires: python-WebOb >= 1.7.1
-Requires: python-amqp >= 2.3.0
+Requires: python-amqp >= 2.4.1
Requires: python-cachetools >= 2.0.0
Requires: python-debtcollector >= 1.2.0
Requires: python-futurist >= 1.2.0
Requires: python-greenlet
Requires: python-kombu >= 4.0.0
-Requires: python-monotonic >= 0.6
Requires: python-oslo.config >= 5.2.0
Requires: python-oslo.i18n >= 3.15.3
Requires: python-oslo.log >= 3.36.0
@@ -117,11 +113,11 @@
Requires: python-pika-pool
Requires: python-six >= 1.10.0
Requires: python-stevedore >= 1.20.0
-Requires: python-tenacity >= 4.4.0
BuildArch: noarch
%ifpython2
-BuildRequires: python-futures >= 3.0.0
-Requires: python-futures >= 3.0.0
+BuildRequires: python-futures
+Requires: python-futures
+Requires: python-monotonic >= 0.6
%endif
%if 0%{?suse_version}
Requires(post): update-alternatives
@@ -149,9 +145,8 @@
This package contains the documentation.
%prep
-%autosetup -p1 -n oslo.messaging-8.1.0
+%autosetup -p1 -n oslo.messaging-9.5.0
%py_req_cleanup
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
# FIXME(jpena): since version 5.23.0, four tests in the amqp driver are
# failing. Let's remove the tests for now, so we can build a package and
# figure out whatis wrong.
@@ -167,18 +162,12 @@
%install
%{python_install}
-%python_clone -a %{buildroot}%{_bindir}/oslo-messaging-zmq-broker
-%python_clone -a %{buildroot}%{_bindir}/oslo-messaging-zmq-proxy
%python_clone -a %{buildroot}%{_bindir}/oslo-messaging-send-notification
%post
-%python_install_alternative oslo-messaging-zmq-broker
-%python_install_alternative oslo-messaging-zmq-proxy
%python_install_alternative oslo-messaging-send-notification
%postun
-%python_uninstall_alternative oslo-messaging-zmq-broker
-%python_uninstall_alternative oslo-messaging-zmq-proxy
%python_uninstall_alternative oslo-messaging-send-notification
%check
@@ -189,8 +178,6 @@
%doc README.rst ChangeLog
%{python_sitelib}/oslo_messaging
%{python_sitelib}/*.egg-info
-%python_alternative %{_bindir}/oslo-messaging-zmq-broker
-%python_alternative %{_bindir}/oslo-messaging-zmq-proxy
%python_alternative %{_bindir}/oslo-messaging-send-notification
%files -n python-oslo.messaging-doc
++++++ _service ++++++
--- /var/tmp/diff_new_pack.jyUdMZ/_old 2019-05-03 22:42:28.275247111 +0200
+++ /var/tmp/diff_new_pack.jyUdMZ/_new 2019-05-03 22:42:28.275247111 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.messaging/oslo.messaging.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.messaging/oslo.messaging.spec.j2</param>
<param name="output-name">python-oslo.messaging.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/oslo.messaging/stable/rocky/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/oslo.messaging/stable/stein/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.messaging</param>
</service>
++++++ oslo.messaging-8.1.0.tar.gz -> oslo.messaging-9.5.0.tar.gz ++++++
++++ 10421 lines of diff (skipped)