Hello community,

here is the log from the commit of package python-troveclient for 
openSUSE:Factory checked in at 2017-02-21 13:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-troveclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-troveclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-troveclient"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-troveclient/python-troveclient.changes    
2016-09-30 15:30:46.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-troveclient.new/python-troveclient.changes   
    2017-02-21 13:45:02.277247941 +0100
@@ -1,0 +2,35 @@
+Mon Feb 13 13:02:31 UTC 2017 - [email protected]
+
+- update to version 2.8.0:
+  - Replace assertTrue(a in b) with assertIn(a, b)
+  - Use lowercase project name for doc
+  - move old apiclient code out of openstack/common
+  - Enable release notes translation
+  - Get python-troveclient to use upper-constraints.txt
+  - Cluster Upgrade
+  - Update reno for stable/newton
+  - Add module-instance-count command
+  - Throw correct error on creation of size 0
+  - Show team and repo badges on README
+  - Add tests to fake
+  - Display flavor-ephemeral in trove flavor-list command
+  - Fix module-list
+  - Using assertIsNotNone() instead of assertNotEqual(None)
+  - Multi-Region Support
+  - Add a new command in the readme
+  - Allow type to be specified on cluster-create
+  - Add i18n to v1/shell.py
+  - Add fixtures to test-requirements
+  - Use i18n for shell.py
+  - Add OpenStackClient plugin and flavor list
+  - Avoid use xx=[]  for parameter in function
+  - Added limit/marker support for config group lists
+  - Use strutils.to_slug() instead of utils.slugify()
+  - Fix Swift Authentication for log commands
+  - Time to get rid of slave_of
+  - Add support for module-reapply command
+  - Updated from global requirements
+  - Delete unnessary as e
+  - Avoid use xx=[]  for parameter initial value
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-troveclient.spec ++++++
--- /var/tmp/diff_new_pack.pgdOk3/_old  2017-02-21 13:45:02.857166129 +0100
+++ /var/tmp/diff_new_pack.pgdOk3/_new  2017-02-21 13:45:02.857166129 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-troveclient
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:           python-troveclient
-Version:        2.5.0
+Version:        2.8.0
 Release:        0
 Summary:        Client library for OpenStack DBaaS API
 License:        Apache-2.0
@@ -25,37 +25,36 @@
 Url:            http://launchpad.net/%{name}
 Source0:        
https://pypi.io/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-PrettyTable >= 0.7
+BuildRequires:  python-PrettyTable >= 0.7.1
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
 BuildRequires:  python-httplib2 >= 0.7.5
-BuildRequires:  python-keystoneauth1 >= 2.10.0
+BuildRequires:  python-keystoneauth1 >= 2.17.0
 BuildRequires:  python-mistralclient >= 2.0.0
 BuildRequires:  python-mock >= 2.0
-BuildRequires:  python-oslo.utils >= 3.16.0
-BuildRequires:  python-oslosphinx >= 2.5.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-oslo.utils >= 3.18.0
+BuildRequires:  python-oslosphinx >= 4.7.0
+BuildRequires:  python-pbr >= 1.8
 BuildRequires:  python-pycrypto >= 2.6
 BuildRequires:  python-requests >= 2.10.0
-BuildRequires:  python-requests-mock >= 1.0
+BuildRequires:  python-requests-mock >= 1.1
 BuildRequires:  python-setuptools >= 16.0
 BuildRequires:  python-simplejson >= 2.2.0
-BuildRequires:  python-swiftclient >= 2.2.0
+BuildRequires:  python-swiftclient >= 3.2.0
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:       python-Babel >= 2.3.4
-Requires:       python-PrettyTable >= 0.7
-Requires:       python-keystoneauth1 >= 2.10.0
+Requires:       python-PrettyTable >= 0.7.1
+Requires:       python-keystoneauth1 >= 2.17.0
 Requires:       python-mistralclient >= 2.0.0
 Requires:       python-oslo.i18n >= 2.1.0
-Requires:       python-oslo.utils >= 3.16.0
-Requires:       python-pbr >= 1.6
+Requires:       python-oslo.utils >= 3.18.0
+Requires:       python-pbr >= 1.8
 Requires:       python-requests >= 2.10.0
-Requires:       python-setuptools >= 16.0
 Requires:       python-simplejson >= 2.2.0
 Requires:       python-six >= 1.9.0
-Requires:       python-swiftclient >= 2.2.0
+Requires:       python-swiftclient >= 3.2.0
 BuildArch:      noarch
 
 %description
@@ -67,14 +66,15 @@
 Summary:        Documentation for OpenStack DBaaS API.
 Group:          Documentation
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Documentation for the client library for interacting with Openstack
 DBaaS API.
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup -n %{name}-%{version}
+%py_req_cleanup
 
 %build
 %py2_build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.pgdOk3/_old  2017-02-21 13:45:02.889161615 +0100
+++ /var/tmp/diff_new_pack.pgdOk3/_new  2017-02-21 13:45:02.889161615 +0100
@@ -1,13 +1,12 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/python-troveclient/python-troveclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/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/master/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">[email protected]</param>
+    <param name="changelog-provider">gh,openstack,python-troveclient</param>
   </service>
   <service mode="disabled" name="download_files">
-    <param name="changesgenerate">enable</param>
-  </service>
-  <service name="refresh_patches" mode="disabled">
-    <param name="changesgenerate">enable</param>
   </service>
+  <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ python-troveclient-2.5.0.tar.gz -> python-troveclient-2.8.0.tar.gz ++++++
++++ 8667 lines of diff (skipped)


Reply via email to