Hello community,

here is the log from the commit of package python-troveclient for 
openSUSE:Factory checked in at 2018-09-07 15:39:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-troveclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-troveclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-troveclient"

Fri Sep  7 15:39:40 2018 rev:11 rq:633124 version:2.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-troveclient/python-troveclient.changes    
2018-03-19 23:37:03.916195155 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-troveclient.new/python-troveclient.changes   
    2018-09-07 15:39:41.570517544 +0200
@@ -1,0 +2,30 @@
+Mon Sep  3 17:25:15 UTC 2018 - [email protected]
+
+- update to version 2.16.0
+  - Add 'update' command to OSC
+  - Update reno for stable/queens
+  - Add configuration-default to OSC
+  - Remove now obsolete Zuul job name
+  - Add detach-replica to OSC
+  - Add cluster-modules to OSC
+  - Update the troveclient's README.
+  - Replace 'raise StopIteration' with 'return'
+  - Fix invalid mock in OSC cluster creating unittest
+  - Handle error response for webob>=1.6.0
+  - Clean imports in code
+  - Migrate to Zuul v3 native job definitions
+  - Add promote-to-replica-source to OSC
+  - Add cluster-grow and cluster-shrink to OSC
+  - Trivial: Update pypi url to new url
+  - Add eject-replica-source to OSC
+  - Follow the new PTI for document build
+  - Add log-list to OSC
+  - Add execution-delete to OSC
+  - fix tox python3 overrides
+  - Updated from global requirements
+  - Correctly mocking builtin open in test_v1_shell
+  - Change testenv from py34 to py35
+  - Add configuration-instances to OSC
+  - add lower-constraints job
+
+-------------------------------------------------------------------

Old:
----
  python-troveclient-2.14.0.tar.gz

New:
----
  python-troveclient-2.16.0.tar.gz

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

Other differences:
------------------
++++++ python-troveclient.spec ++++++
--- /var/tmp/diff_new_pack.NpUgqd/_old  2018-09-07 15:39:41.998517085 +0200
+++ /var/tmp/diff_new_pack.NpUgqd/_new  2018-09-07 15:39:42.002517081 +0200
@@ -17,36 +17,36 @@
 
 
 Name:           python-troveclient
-Version:        2.14.0
+Version:        2.16.0
 Release:        0
 Summary:        Client library for OpenStack DBaaS API
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            http://launchpad.net/%{name}
+URL:            https://launchpad.net/%{name}
 Source0:        
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PrettyTable >= 0.7.1
+BuildRequires:  python-PrettyTable >= 0.7.2
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-BuildRequires:  python-httplib2 >= 0.9.1
-BuildRequires:  python-keystoneauth1 >= 3.3.0
+BuildRequires:  python-httplib2
+BuildRequires:  python-keystoneauth1 >= 3.4.0
 BuildRequires:  python-mistralclient >= 3.1.0
-BuildRequires:  python-mock >= 2.0.0
+BuildRequires:  python-mock
 BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-oslosphinx
 BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-pycrypto >= 2.6
 BuildRequires:  python-requests >= 2.14.2
-BuildRequires:  python-requests-mock >= 1.1.0
-BuildRequires:  python-setuptools >= 16.0
+BuildRequires:  python-requests-mock
+BuildRequires:  python-setuptools
 BuildRequires:  python-simplejson >= 3.5.1
+BuildRequires:  python-sphinxcontrib-apidoc
 BuildRequires:  python-swiftclient >= 3.2.0
-BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 2.2.0
+BuildRequires:  python-testrepository
+BuildRequires:  python-testscenarios
+BuildRequires:  python-testtools
 Requires:       python-Babel >= 2.3.4
-Requires:       python-PrettyTable >= 0.7.1
-Requires:       python-keystoneauth1 >= 3.3.0
+Requires:       python-PrettyTable >= 0.7.2
+Requires:       python-keystoneauth1 >= 3.4.0
 Requires:       python-mistralclient >= 3.1.0
 Requires:       python-oslo.i18n >= 3.15.3
 Requires:       python-oslo.utils >= 3.33.0
@@ -66,7 +66,7 @@
 Summary:        Documentation for OpenStack DBaaS API.
 Group:          Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.18.1
+BuildRequires:  python-openstackdocstheme
 
 %description doc
 Documentation for the client library for interacting with Openstack
@@ -80,7 +80,7 @@
 %build
 %py2_build
 # Generate html docs
-%{__python2} setup.py build_sphinx
+PBR_VERSION=%version sphinx-build -b html doc/source doc/build/html
 # Remove the Sphinx-build leftovers
 rm -rf html/.{doctrees,buildinfo}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.NpUgqd/_old  2018-09-07 15:39:42.026517055 +0200
+++ /var/tmp/diff_new_pack.NpUgqd/_new  2018-09-07 15:39:42.026517055 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-troveclient/python-troveclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-troveclient/python-troveclient.spec.j2</param>
     <param name="output-name">python-troveclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-troveclient/stable/rocky/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-troveclient</param>
   </service>

++++++ python-troveclient-2.14.0.tar.gz -> python-troveclient-2.16.0.tar.gz 
++++++
++++ 2186 lines of diff (skipped)


Reply via email to