Hello community,

here is the log from the commit of package python-oslo.messaging for 
openSUSE:Factory checked in at 2020-02-18 10:41:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.messaging (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.messaging.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.messaging"

Tue Feb 18 10:41:22 2020 rev:18 rq:774915 version:10.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes  
    2019-05-03 22:42:27.827246168 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new.26092/python-oslo.messaging.changes
   2020-02-18 10:41:42.197103391 +0100
@@ -1,0 +2,40 @@
+Wed Oct  9 12:26:51 UTC 2019 - cloud-de...@suse.de
+
+- update to version 10.2.0
+  - Replace git.openstack.org URLs with opendev.org URLs
+  - doc: Cleanup admin docs
+  - Add Python 3 Train unit tests
+  - Support kafka message compression
+  - Introduce RabbitMQ driver documentation
+  - Download kafka from archive.apache.org
+  - Handle collections.abc deprecations
+  - Update master for stable/stein
+  - Use default exchange for direct messaging
+  - Add the "transport_options" parameter to the amqp1 and kafka drivers.
+  - Clarify the documentation for pooled Notification Listeners
+  - Add transport_options parameter
+  - Implement the transport options
+  - Dropping the py35 testing
+  - Consider the topic parameter as an array in client-notify
+  - Fix nits on kafka compression help text
+  - Add thread name to the RabbitMQ heartbeat thread
+  - Replace openstack.org git:// URLs with https://
+  - Update messaging intermediaries for amqp1 tests
+  - Remove log translation and i18n
+  - Retry to declare a queue after internal error
+  - Unmark RabbitMQ heartbeat as experimental
+  - Add help msg to payload for CLI notifier
+  - Blacklist sphinx 2.1.0 (autodoc bug)
+  - Handle unexpected failures during call monitor heartbeat
+  - Allow users run the rabbitmq heartbeat inside a standard pthread.
+  - Cap Bandit below 1.6.0 and update Sphinx requirement
+  - Implement mandatory flag for RabbitMQ driver
+  - Add the mandatory flag for direct send
+  - fix typos
+  - Explain why Listener connections cannot be pooled
+  - OpenDev Migration Patch
+  - Bump the openstackdocstheme extension to 1.20
+  - Fix switch connection destination when a rabbitmq cluster node disappear
+  - Correcting typo in acknowledge spelling
+
+-------------------------------------------------------------------

Old:
----
  oslo.messaging-9.5.0.tar.gz

New:
----
  oslo.messaging-10.2.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.messaging.spec ++++++
--- /var/tmp/diff_new_pack.3law5x/_old  2020-02-18 10:41:43.869106802 +0100
+++ /var/tmp/diff_new_pack.3law5x/_new  2020-02-18 10:41:43.877106819 +0100
@@ -17,15 +17,14 @@
 
 
 Name:           python-oslo.messaging
-Version:        9.5.0
+Version:        10.2.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-9.5.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.messaging/oslo.messaging-10.2.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python2-PyYAML >= 3.12
 BuildRequires:  python2-WebOb >= 1.7.1
 BuildRequires:  python2-amqp >= 2.4.1
@@ -36,11 +35,11 @@
 BuildRequires:  python2-fixtures
 BuildRequires:  python2-futurist >= 1.2.0
 BuildRequires:  python2-greenlet
-BuildRequires:  python2-kombu >= 4.0.0
+BuildRequires:  python2-kombu >= 4.6.1
 BuildRequires:  python2-mock
 BuildRequires:  python2-monotonic >= 0.6
 BuildRequires:  python2-oslo.config >= 5.2.0
-BuildRequires:  python2-oslo.i18n >= 3.15.3
+BuildRequires:  python2-oslo.i18n
 BuildRequires:  python2-oslo.log >= 3.36.0
 BuildRequires:  python2-oslo.middleware >= 3.31.0
 BuildRequires:  python2-oslo.serialization >= 2.18.0
@@ -49,15 +48,10 @@
 BuildRequires:  python2-oslotest
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-pifpaf
-BuildRequires:  python2-pika
-BuildRequires:  python2-pika-pool
 BuildRequires:  python2-pyngus
-BuildRequires:  python2-python-subunit
-BuildRequires:  python2-redis
 BuildRequires:  python2-six >= 1.10.0
 BuildRequires:  python2-stestr
 BuildRequires:  python2-stevedore >= 1.20.0
-BuildRequires:  python2-tenacity
 BuildRequires:  python2-testscenarios
 BuildRequires:  python2-testtools
 BuildRequires:  python3-PyYAML >= 3.12
@@ -66,15 +60,14 @@
 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-kombu >= 4.0.0
+BuildRequires:  python3-kombu >= 4.6.1
 BuildRequires:  python3-mock
 BuildRequires:  python3-oslo.config >= 5.2.0
-BuildRequires:  python3-oslo.i18n >= 3.15.3
+BuildRequires:  python3-oslo.i18n
 BuildRequires:  python3-oslo.log >= 3.36.0
 BuildRequires:  python3-oslo.middleware >= 3.31.0
 BuildRequires:  python3-oslo.serialization >= 2.18.0
@@ -83,15 +76,10 @@
 BuildRequires:  python3-oslotest
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-pifpaf
-BuildRequires:  python3-pika
-BuildRequires:  python3-pika-pool
 BuildRequires:  python3-pyngus
-BuildRequires:  python3-python-subunit
-BuildRequires:  python3-redis
 BuildRequires:  python3-six >= 1.10.0
 BuildRequires:  python3-stestr
 BuildRequires:  python3-stevedore >= 1.20.0
-BuildRequires:  python3-tenacity
 BuildRequires:  python3-testscenarios
 BuildRequires:  python3-testtools
 Requires:       python-PyYAML >= 3.12
@@ -101,22 +89,18 @@
 Requires:       python-debtcollector >= 1.2.0
 Requires:       python-futurist >= 1.2.0
 Requires:       python-greenlet
-Requires:       python-kombu >= 4.0.0
+Requires:       python-kombu >= 4.6.1
 Requires:       python-oslo.config >= 5.2.0
-Requires:       python-oslo.i18n >= 3.15.3
+Requires:       python-oslo.i18n
 Requires:       python-oslo.log >= 3.36.0
 Requires:       python-oslo.middleware >= 3.31.0
 Requires:       python-oslo.serialization >= 2.18.0
 Requires:       python-oslo.service >= 1.24.0
 Requires:       python-oslo.utils >= 3.33.0
-Requires:       python-pika
-Requires:       python-pika-pool
 Requires:       python-six >= 1.10.0
 Requires:       python-stevedore >= 1.20.0
 BuildArch:      noarch
 %ifpython2
-BuildRequires:  python-futures
-Requires:       python-futures
 Requires:       python-monotonic >= 0.6
 %endif
 %if 0%{?suse_version}
@@ -136,8 +120,8 @@
 %package -n python-oslo.messaging-doc
 Summary:        Documentation for OpenStack messaging library
 Group:          Development/Languages/Python
-BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
 
 %description -n python-oslo.messaging-doc
 The Oslo messaging API supports RPC and notifications over a number
@@ -145,20 +129,23 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.messaging-9.5.0
+%autosetup -p1 -n oslo.messaging-10.2.0
 %py_req_cleanup
+
+%if !0%{?suse_version}
 # 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.
 rm -f oslo_messaging/tests/drivers/test_amqp_driver.py
+%endif
 
 %build
 %{python_build}
 
 # generate html docs
-%{__python2} setup.py build_sphinx
+PYTHONPATH=. PBR_VERSION=%{version} %sphinx_build -b html doc/source 
doc/build/html
 # remove the sphinx-build leftovers
-rm -rf build/sphinx/html/.{doctrees,buildinfo}
+rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 %{python_install}
@@ -182,6 +169,6 @@
 
 %files -n python-oslo.messaging-doc
 %license LICENSE
-%doc build/sphinx/html
+%doc doc/build/html
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3law5x/_old  2020-02-18 10:41:43.913106892 +0100
+++ /var/tmp/diff_new_pack.3law5x/_new  2020-02-18 10:41:43.913106892 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.messaging/oslo.messaging.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/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/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/oslo.messaging/stable/train/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,oslo.messaging</param>
   </service>

++++++ oslo.messaging-9.5.0.tar.gz -> oslo.messaging-10.2.0.tar.gz ++++++
++++ 4805 lines of diff (skipped)


Reply via email to