Hello community,

here is the log from the commit of package python-oslo.messaging for 
openSUSE:Factory checked in at 2018-01-24 15:27:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.messaging (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.messaging.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.messaging"

Wed Jan 24 15:27:46 2018 rev:14 rq:567275 version:5.35.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-oslo.messaging/python-oslo.messaging.changes  
    2017-08-28 15:30:54.048893377 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.messaging.new/python-oslo.messaging.changes
 2018-01-24 15:27:49.073901102 +0100
@@ -1,0 +2,61 @@
+Mon Jan 15 11:56:37 UTC 2018 - [email protected]
+
+- update to version 5.35.0
+  - Fix default value of RPC dispatcher access_policy
+  - Ensure RPC endpoint target attribute is correct
+  - Add support for virtual hosts
+  - Imported Translations from Zanata
+  - Flesh out transport_url help
+  - Avoid tox_install.sh for constraints support
+  - don't convert generator to list unless required
+  - Fix wrong transport warnings in functional tests
+  - Suppress excessive debug logs when consume rabbit
+  - Add zmq packages that are no longer in bindep-fallback
+  - Catch socket.timeout when doing heartbeat_check
+  - Add kafka driver vhost emulation
+  - Fix some reST field lists in docstrings
+  - Provide bindep_profile in openstack-tox job setup
+  - Fix typo in contributor docs title
+  - Remove pbr version from setup.py
+  - Prevent rabbit from raising unexpected exceptions
+  - Update links in README
+  - Fix use of print function on python3
+  - Warn when wrong transport instance is used
+  - Remove envelope argument from driver send() interface
+  - Remove stable/newton from zuul settings
+  - sort when using groupby
+  - Zuul: add file extension to playbook path
+  - fix 'configration' typo
+  - Update kafka functional test
+  - Move legacy zuulv3 tests into oslo.messaging repo
+  - Remove the test that counts kombu connect calls
+  - Class-level _exchanges in FakeExchangeManager
+  - Remove unnecessary setUp function in testcase
+  - Fix a typo
+  - Create doc/requirements.txt
+  - Update amqp 1.0 driver deployment guide
+  - Remove setting of version/release from releasenotes
+  - fix batch handling
+  - Update reno for stable/pike
+  - rabbitmq: don't wait for message ack/requeue
+  - Updated from global requirements
+  - Add licenses and remove unused import in doc/source/conf.py
+
+-------------------------------------------------------------------
+Wed Nov 22 10:30:15 UTC 2017 - [email protected]
+
+- Add 0001-Catch-socket.timeout-when-doing-heartbeat_check.patch:
+  fix a specific kind of reconnection error when rabbitmq node goes
+  down.
+
+-------------------------------------------------------------------
+Thu Sep 28 06:51:46 UTC 2017 - [email protected]
+
+- update to version 5.30.1
+  - Add support for virtual hosts
+  - Updated from global requirements
+  - Update .gitreview for stable/pike
+  - Remove the test that counts kombu connect calls
+  - Update UPPER_CONSTRAINTS_FILE for stable/pike
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-oslo.messaging.spec ++++++
--- /var/tmp/diff_new_pack.TLr5Cp/_old  2018-01-24 15:27:49.757869113 +0100
+++ /var/tmp/diff_new_pack.TLr5Cp/_new  2018-01-24 15:27:49.761868925 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.messaging
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,73 +16,72 @@
 #
 
 
-%global sname oslo.messaging
 Name:           python-oslo.messaging
-Version:        5.30.0
+Version:        5.35.0
 Release:        0
 Summary:        OpenStack oslo.messaging library
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://launchpad.net/%{sname}
-Source0:        
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+Url:            https://launchpad.net/oslo.messaging
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.messaging/oslo.messaging-5.35.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PyYAML >= 3.10.0
+BuildRequires:  python-PyYAML >= 3.10
 BuildRequires:  python-WebOb >= 1.7.1
-BuildRequires:  python-amqp >= 2.1.0
-BuildRequires:  python-cachetools >= 1.1.0
+BuildRequires:  python-amqp >= 2.1.1
+BuildRequires:  python-cachetools >= 2.0.0
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
 BuildRequires:  python-eventlet >= 0.18.2
 BuildRequires:  python-fixtures >= 3.0.0
-BuildRequires:  python-futures >= 3.0
-BuildRequires:  python-futurist >= 0.11.0
-BuildRequires:  python-greenlet >= 0.3.2
+BuildRequires:  python-futures >= 3.0.0
+BuildRequires:  python-futurist >= 1.2.0
+BuildRequires:  python-greenlet >= 0.4.10
 BuildRequires:  python-kafka-python >= 1.3.1
 BuildRequires:  python-kombu >= 4.0.0
-BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-mock >= 2.0.0
 BuildRequires:  python-monotonic >= 0.6
-BuildRequires:  python-oslo.config >= 4.0.0
-BuildRequires:  python-oslo.i18n >= 2.1.0
-BuildRequires:  python-oslo.log >= 3.22.0
-BuildRequires:  python-oslo.middleware >= 3.27.0
-BuildRequires:  python-oslo.serialization >= 1.10.0
-BuildRequires:  python-oslo.service >= 1.10.0
-BuildRequires:  python-oslo.utils >= 3.20.0
+BuildRequires:  python-oslo.config >= 4.6.0
+BuildRequires:  python-oslo.i18n >= 3.15.3
+BuildRequires:  python-oslo.log >= 3.30.0
+BuildRequires:  python-oslo.middleware >= 3.31.0
+BuildRequires:  python-oslo.serialization >= 2.18.0
+BuildRequires:  python-oslo.service >= 1.24.0
+BuildRequires:  python-oslo.utils >= 3.31.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-pifpaf >= 0.10.0
 BuildRequires:  python-pika >= 0.10.0
 BuildRequires:  python-pika-pool >= 0.1.3
-BuildRequires:  python-pyngus >= 2.0.2
-BuildRequires:  python-python-subunit >= 0.0.18
+BuildRequires:  python-pyngus >= 2.2.0
+BuildRequires:  python-python-subunit >= 1.0.0
 BuildRequires:  python-pyzmq >= 14.3.1
 BuildRequires:  python-redis >= 2.10.0
-BuildRequires:  python-six >= 1.9.0
+BuildRequires:  python-six >= 1.10.0
 BuildRequires:  python-stevedore >= 1.20.0
 BuildRequires:  python-tenacity >= 3.2.1
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 1.4.0
-Requires:       python-PyYAML >= 3.10.0
+BuildRequires:  python-testtools >= 2.2.0
+Requires:       python-PyYAML >= 3.10
 Requires:       python-WebOb >= 1.7.1
-Requires:       python-amqp >= 2.1.0
-Requires:       python-cachetools >= 1.1.0
+Requires:       python-amqp >= 2.1.1
+Requires:       python-cachetools >= 2.0.0
 Requires:       python-debtcollector >= 1.2.0
-Requires:       python-futures >= 3.0
-Requires:       python-futurist >= 0.11.0
-Requires:       python-greenlet >= 0.3.2
+Requires:       python-futures >= 3.0.0
+Requires:       python-futurist >= 1.2.0
+Requires:       python-greenlet >= 0.4.10
 Requires:       python-kombu >= 4.0.0
 Requires:       python-monotonic >= 0.6
-Requires:       python-oslo.config >= 4.0.0
-Requires:       python-oslo.i18n >= 2.1.0
-Requires:       python-oslo.log >= 3.22.0
-Requires:       python-oslo.middleware >= 3.27.0
-Requires:       python-oslo.serialization >= 1.10.0
-Requires:       python-oslo.service >= 1.10.0
-Requires:       python-oslo.utils >= 3.20.0
+Requires:       python-oslo.config >= 4.6.0
+Requires:       python-oslo.i18n >= 3.15.3
+Requires:       python-oslo.log >= 3.30.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.31.0
 Requires:       python-pika >= 0.10.0
 Requires:       python-pika-pool >= 0.1.3
-Requires:       python-six >= 1.9.0
+Requires:       python-six >= 1.10.0
 Requires:       python-stevedore >= 1.20.0
 Requires:       python-tenacity >= 3.2.1
 BuildArch:      noarch
@@ -95,7 +94,7 @@
 Summary:        Documentation for OpenStack messaging library
 Group:          Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.11.0
+BuildRequires:  python-openstackdocstheme >= 1.17.0
 
 %description doc
 The Oslo messaging API supports RPC and notifications over a number
@@ -103,7 +102,7 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n %{sname}-%{version}
+%autosetup -p1 -n oslo.messaging-5.35.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
@@ -123,7 +122,10 @@
 %{py2_install}
 
 %check
-%{__python2} setup.py testr --slowest
+# skip the zmq tests - theses are flaky
+testr init
+testr list-tests| grep -e zmq -v > test-list
+testr run --load-list test-list
 
 %files
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.TLr5Cp/_old  2018-01-24 15:27:49.793867429 +0100
+++ /var/tmp/diff_new_pack.TLr5Cp/_new  2018-01-24 15:27:49.797867241 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.messaging/oslo.messaging.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/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/rpm-packaging/stable/pike/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,oslo.messaging</param>
   </service>

++++++ oslo.messaging-5.30.0.tar.gz -> oslo.messaging-5.35.0.tar.gz ++++++
++++ 6632 lines of diff (skipped)


Reply via email to