Hello community,
here is the log from the commit of package python-cinderclient for
openSUSE:Factory checked in at 2020-10-26 16:14:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
and /work/SRC/openSUSE:Factory/.python-cinderclient.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cinderclient"
Mon Oct 26 16:14:41 2020 rev:39 rq:841172 version:7.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes
2020-06-05 20:11:17.153946088 +0200
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new.3463/python-cinderclient.changes
2020-10-26 16:15:36.454898149 +0100
@@ -1,0 +2,31 @@
+Fri Oct 9 19:12:54 UTC 2020 - [email protected]
+
+- update to version 7.2.0
+ - Add note for Victoria release
+ - Add support for Cinder API mv3.61
+ - zuul functional job: drop the custom playbooks
+ - Add doc linting to pep8 target
+ - Update master for stable/ussuri
+ - Clean up some old v1 API references
+ - Add Python3 victoria unit tests
+ - use stevedore to load util plugins
+ - Bump hacking to 3.1.0
+ - Remove excess whitespace in ignore-path
+ - Add directive to document CLI
+ - Add functional-py38 job
+ - Python API in python-cinderclient
+ - Fix hacking min version to 3.0.1
+ - Fix pygments style
+ - Fix typo: dow -> down
+ - Remove Babel from requirements
+ - Switch to newer openstackdocstheme and reno versions
+ - Use importlib to take place of imp module
+ - trivial: Drop references to os-testr
+ - Add py38 package metadata
+ - Bump default tox env from py37 to py38
+ - [goal] Migrate python-cinderclient jobs to focal
+ - Add commands for default type overrides
+ - Use unittest.mock instead of third party mock
+ - Stop to use the __future__ module.
+
+-------------------------------------------------------------------
Old:
----
python-cinderclient-7.0.0.tar.gz
New:
----
python-cinderclient-7.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.2ANvly/_old 2020-10-26 16:15:37.382899003 +0100
+++ /var/tmp/diff_new_pack.2ANvly/_new 2020-10-26 16:15:37.386899006 +0100
@@ -17,13 +17,13 @@
Name: python-cinderclient
-Version: 7.0.0
+Version: 7.2.0
Release: 0
Summary: Python API and CLI for OpenStack Cinder
License: Apache-2.0
Group: Development/Languages/Python
URL: https://launchpad.net/python-cinderclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-7.0.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-7.2.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable >= 0.7.1
BuildRequires: python3-ddt
@@ -47,7 +47,7 @@
%package -n python3-cinderclient
Summary: Python API and CLI for OpenStack Cinder
Group: Development/Languages/Python
-Requires: python3-Babel >= 2.3.4
+Requires: python3-Babel
Requires: python3-PrettyTable >= 0.7.1
Requires: python3-keystoneauth1 >= 3.4.0
Requires: python3-oslo.i18n >= 3.15.3
@@ -80,14 +80,15 @@
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n python-cinderclient-7.0.0
+%autosetup -p1 -n python-cinderclient-7.2.0
%py_req_cleanup
%build
%{py3_build}
-PBR_VERSION=7.0.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=7.0.0 %sphinx_build -b man doc/source doc/build/man
+export PYTHONPATH=.
+PBR_VERSION=7.2.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=7.2.0 %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.2ANvly/_old 2020-10-26 16:15:37.450899066 +0100
+++ /var/tmp/diff_new_pack.2ANvly/_new 2020-10-26 16:15:37.450899066 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
<param name="output-name">python-cinderclient.spec</param>
- <param
name="requirements">https://opendev.org/openstack/python-cinderclient/raw/branch/stable/ussuri/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/python-cinderclient/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-cinderclient</param>
</service>
++++++ python-cinderclient-7.0.0.tar.gz -> python-cinderclient-7.2.0.tar.gz
++++++
++++ 6415 lines of diff (skipped)