Hello community,

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

Package is "python-saharaclient"

Tue Oct  9 15:53:45 2018 rev:9 rq:640680 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-saharaclient/python-saharaclient.changes  
2018-03-19 23:36:52.580604078 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-saharaclient.new/python-saharaclient.changes 
    2018-10-09 15:53:47.470309486 +0200
@@ -1,0 +2,31 @@
+Mon Sep  3 17:30:35 UTC 2018 - [email protected]
+
+- update to version 2.0.0
+  - Clean S3 data source create/update
+  - fix tox python3 overrides
+  - Remove PyPI downloads
+  - Fix build with Sphinx 1.7.x
+  - Correct a missed job_execution->job
+  - Reflect change to multiple clusters creation
+  - Trivial: Update pypi url to new url
+  - Allow S3 credentials in data source create
+  - Revert "Fix the cover tox target (switch to stestr)"
+  - Adding boot from volume
+  - Reflect response fixes for jobs/jobs templates
+  - Add release note link in README
+  - Support of S3 data sources in OSC
+  - Adding boot from volume to osc
+  - Support of the improved force-delete in client
+  - Switch to using stestr
+  - Fix the cover tox target (switch to stestr)
+  - Rework saharaclient authentication
+- remove 0001-Fix-build-with-Sphinx-1.7.x.patch (upstream)
+
+-------------------------------------------------------------------
+Wed Aug  1 07:05:09 UTC 2018 - [email protected]
+
+- Updated to 1.6.0
+  Added patch 0001-Fix-build-with-Sphinx-1.7.x.patch
+     https://review.openstack.org/#/c/564136/
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-saharaclient.spec ++++++
--- /var/tmp/diff_new_pack.uzdo8O/_old  2018-10-09 15:53:47.958308907 +0200
+++ /var/tmp/diff_new_pack.uzdo8O/_new  2018-10-09 15:53:47.962308902 +0200
@@ -18,35 +18,36 @@
 
 %global sname saharaclient
 Name:           python-saharaclient
-Version:        1.5.0
+Version:        2.0.0
 Release:        0
 Summary:        Client library for OpenStack Sahara API
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://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-devel
-BuildRequires:  python-keystoneclient >= 3.8.0
-BuildRequires:  python-mock >= 2.0.0
-BuildRequires:  python-os-testr >= 1.0.0
-BuildRequires:  python-osc-lib >= 1.8.0
+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
 BuildRequires:  python-oslo.serialization >= 2.18.0
 BuildRequires:  python-oslo.utils >= 3.33.0
-BuildRequires:  python-oslotest >= 3.2.0
+BuildRequires:  python-oslotest
 BuildRequires:  python-pbr >= 2.0.0
 BuildRequires:  python-requests >= 2.14.2
-BuildRequires:  python-requests-mock >= 1.1.0
-BuildRequires:  python-setuptools >= 16.0
-BuildRequires:  python-testrepository >= 0.0.18
+BuildRequires:  python-requests-mock
+BuildRequires:  python-setuptools
+BuildRequires:  python-testrepository
 Requires:       python-Babel >= 2.3.4
-Requires:       python-PrettyTable >= 0.7.1
-Requires:       python-keystoneauth1 >= 3.3.0
-Requires:       python-keystoneclient >= 3.8.0
+Requires:       python-PrettyTable
+Requires:       python-keystoneauth1 >= 3.4.0
+Requires:       python-keystoneclient
 Requires:       python-openstackclient >= 3.12.0
-Requires:       python-osc-lib >= 1.8.0
+Requires:       python-osc-lib >= 1.11.0
 Requires:       python-oslo.i18n >= 3.15.3
 Requires:       python-oslo.log >= 3.36.0
 Requires:       python-oslo.serialization >= 2.18.0
@@ -62,13 +63,12 @@
 Summary:        Documentation for Client library for OpenStack Sahara API
 Group:          Documentation/HTML
 BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme >= 1.18.1
 
 %description doc
 Python client library for interacting with OpenStack Sahara API.
 
 %prep
-%autosetup -n %{name}-%{version}
+%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
@@ -81,7 +81,7 @@
 %py2_install
 
 # Build HTML docs and man page
-%{__python2} setup.py build_sphinx
+PBR_VERSION=2.0.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}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.uzdo8O/_old  2018-10-09 15:53:47.982308879 +0200
+++ /var/tmp/diff_new_pack.uzdo8O/_new  2018-10-09 15:53:47.982308879 +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-saharaclient/python-saharaclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-saharaclient/python-saharaclient.spec.j2</param>
     <param name="output-name">python-saharaclient.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-saharaclient/stable/rocky/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-saharaclient</param>
   </service>

++++++ python-saharaclient-1.5.0.tar.gz -> python-saharaclient-2.0.0.tar.gz 
++++++
++++ 3668 lines of diff (skipped)


Reply via email to