Hello community,

here is the log from the commit of package python-saharaclient for 
openSUSE:Factory checked in at 2019-05-03 22:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-saharaclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-saharaclient.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-saharaclient"

Fri May  3 22:43:14 2019 rev:10 rq:692877 version:2.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2018-10-09 15:53:47.470309486 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new.5148/python-saharaclient.changes
        2019-05-03 22:43:15.875347325 +0200
@@ -1,0 +2,14 @@
+Mon Apr  8 12:06:56 UTC 2019 - [email protected]
+
+- update to version 2.2.0
+  - Add missing APIv2 features to client, OSC
+  - Update devel info: mailing list
+  - Add Python 3.6 classifier to setup.cfg
+  - Update reno for stable/rocky
+  - switch documentation job to new PTI
+  - Preparing OSC for APIv2
+  - add python 3.6 unit test job
+  - import zuul job settings from project-config
+  - Use templates for cover and lower-constraints
+
+-------------------------------------------------------------------

Old:
----
  python-saharaclient-2.0.0.tar.gz

New:
----
  python-saharaclient-2.2.0.tar.gz

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

Other differences:
------------------
++++++ python-saharaclient.spec ++++++
--- /var/tmp/diff_new_pack.t7DyAt/_old  2019-05-03 22:43:16.483348605 +0200
+++ /var/tmp/diff_new_pack.t7DyAt/_new  2019-05-03 22:43:16.487348613 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-saharaclient
 #
-# 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,13 +12,13 @@
 # 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/
 #
 
 
 %global sname saharaclient
 Name:           python-saharaclient
-Version:        2.0.0
+Version:        2.2.0
 Release:        0
 Summary:        Client library for OpenStack Sahara API
 License:        Apache-2.0
@@ -26,11 +26,9 @@
 URL:            https://launchpad.net/%{name}
 Source0:        
https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
 BuildRequires:  python-keystoneclient
 BuildRequires:  python-mock
 BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-os-testr
 BuildRequires:  python-osc-lib >= 1.11.0
 BuildRequires:  python-oslo.i18n >= 3.15.3
 BuildRequires:  python-oslo.log >= 3.36.0
@@ -41,6 +39,7 @@
 BuildRequires:  python-requests >= 2.14.2
 BuildRequires:  python-requests-mock
 BuildRequires:  python-setuptools
+BuildRequires:  python-stestr
 BuildRequires:  python-testrepository
 Requires:       python-Babel >= 2.3.4
 Requires:       python-PrettyTable
@@ -70,9 +69,6 @@
 %prep
 %autosetup -p1 -n %{name}-%{version}
 %py_req_cleanup
-# FIXME: can be removed when https://review.openstack.org/#/c/363681/ is merged
-sed -i -e 's/^\s\{4\}git_cmd\(.*\)/    "\/usr\/bin\/true"\1/' 
doc/source/conf.py
-sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build
 %py2_build
@@ -81,14 +77,14 @@
 %py2_install
 
 # Build HTML docs and man page
-PBR_VERSION=2.0.0 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
+PBR_VERSION=2.2.0 PYTHONPATH=%{buildroot}%{python2_sitelib} sphinx-build -b 
html doc/source doc/build/html
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %check
 # we don't want to depend on hacking/flake8/pep8
 rm -v saharaclient/tests/unit/test_hacking.py
-ostestr
+python2 -m stestr.cli run
 
 %files
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.t7DyAt/_old  2019-05-03 22:43:16.515348672 +0200
+++ /var/tmp/diff_new_pack.t7DyAt/_new  2019-05-03 22:43:16.515348672 +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/python-saharaclient/python-saharaclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-saharaclient/python-saharaclient.spec.j2</param>
     <param name="output-name">python-saharaclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-saharaclient/stable/rocky/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-saharaclient/stable/stein/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-saharaclient</param>
   </service>

++++++ python-saharaclient-2.0.0.tar.gz -> python-saharaclient-2.2.0.tar.gz 
++++++
++++ 5705 lines of diff (skipped)


Reply via email to