Hello community,
here is the log from the commit of package python-cinderclient for
openSUSE:Factory checked in at 2019-12-04 13:48:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
and /work/SRC/openSUSE:Factory/.python-cinderclient.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cinderclient"
Wed Dec 4 13:48:18 2019 rev:36 rq:736648 version:5.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes
2019-06-12 13:16:01.696707891 +0200
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new.4691/python-cinderclient.changes
2019-12-04 14:18:47.546361784 +0100
@@ -1,0 +2,70 @@
+Wed Oct 9 12:57:11 UTC 2019 - [email protected]
+
+- update to version 5.0.0
+ - Migrate the functional job to Zuul v3
+ - Add bash completion for groups
+ - Add 'is_public' support in '--filters' option
+ - Blacklist sphinx 2.1.0 (autodoc bug)
+ - Update sphinx dependency
+ - Fix max version handling for help output
+ - Add missed 'Server ID' output in attachment-list
+ - Don't run DSVM tests for doc changes
+ - Fix: Quota update successfully executes with no params
+ - Add transfer-list --sort argument
+ - Drop 'endpoints' and 'credentials' commands
+ - Fix incorrect punctuation
+ - Remove dsvm-functional-identity-v3-only job
+ - Replace assertRaisesRegexp with assertRaisesRegex
+ - Cleanup the home page
+ - Update master for stable/stein
+ - Drop py35 jobs
+ - Don't quote {posargs} in tox.ini
+ - Change openstack-dev to openstack-discuss
+ - Raise API max version for Rocky updates
+ - Fix bash_completion cache path
+ - Remove bash-completion calls from base.py
+ - Drop support for OS_TENANT_NAME and OS_TENANT_ID
+ - Drop support for --allow-multiattach
+ - Bump openstackdocstheme to 1.20.0
+ - Re-enable shell UUID completion cache
+ - Handle auth redirects
+ - More shell completion cache additions
+ - Add custom CA support for get_server_version
+ - Fix shell upload-to-image with no volume type
+ - Fix incorrect use of flake8:noqa
+ - Remove promote/reenable replication
+ - Remove i18n.enable_lazy() translation
+ - Flag safe usage of sha1 w/ #nosec
+ - Fix: cinder group-list not working with non-admin user
+ - OpenDev Migration Patch
+ - Enable warnings-as-error for doc builds
+ - Autonegotiate API version for shell
+ - Add Python 3 Train unit tests
+ - Drop support for --sort_key and --sort_dir
+ - Add release note for major version bump
+ - Replace openstack.org git:// URLs with https://
+ - Optional filters parameters should be passed only once
+ - Remove some old info from README
+ - Add support for backup user ID
+ - Use openstack-python3-train-jobs for python3 test runtime
+ - Fix doc build error
+ - Update api-ref location
+ - Switch to the new canonical constraints URL on master
+ - Tests: Don't write bash-completion cache files
+ - Correct discover_version response
+ - Change cache uniqifier from using md5 to sha-1
+ - Update docs to refer to PROJECT instead of TENANT
+ - Remove py35 from setup.cfg
+ - add python 3.7 unit test job
+ - Remove nonexistent job from gate
+ - Drop use of git.openstack.org
+ - Change PDF file name
+ - Raise API max version for Stein updates
+ - Add support for building pdf documentation
+ - Drop support for Cinder v1 API
+ - Add dependency on requests lib
+ - Add Python 3.6 classifier to setup.cfg
+ - Remove the hard-coded version number.
+ - Change bash completion dir permissions to 0750
+
+-------------------------------------------------------------------
Old:
----
python-cinderclient-4.2.0.tar.gz
New:
----
python-cinderclient-5.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.3tr9hI/_old 2019-12-04 14:18:48.078361852 +0100
+++ /var/tmp/diff_new_pack.3tr9hI/_new 2019-12-04 14:18:48.082361853 +0100
@@ -17,15 +17,14 @@
Name: python-cinderclient
-Version: 4.2.0
+Version: 5.0.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-4.2.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-5.0.0.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-devel
BuildRequires: python2-PrettyTable >= 0.7.1
BuildRequires: python2-ddt
BuildRequires: python2-fixtures
@@ -34,26 +33,21 @@
BuildRequires: python2-oslo.serialization
BuildRequires: python2-oslo.utils >= 3.33.0
BuildRequires: python2-pbr >= 2.0.0
-BuildRequires: python2-python-subunit
BuildRequires: python2-requests >= 2.14.2
BuildRequires: python2-requests-mock
BuildRequires: python2-stestr
-BuildRequires: python2-testscenarios
BuildRequires: python2-testtools
BuildRequires: python3-PrettyTable >= 0.7.1
BuildRequires: python3-ddt
-BuildRequires: python3-devel
BuildRequires: python3-fixtures
BuildRequires: python3-keystoneauth1 >= 3.4.0
BuildRequires: python3-mock
BuildRequires: python3-oslo.serialization
BuildRequires: python3-oslo.utils >= 3.33.0
BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-python-subunit
BuildRequires: python3-requests >= 2.14.2
BuildRequires: python3-requests-mock
BuildRequires: python3-stestr
-BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
Requires: python-Babel >= 2.3.4
Requires: python-PrettyTable >= 0.7.1
@@ -82,9 +76,9 @@
%package -n python-cinderclient-doc
Summary: Documentation for OpenStack Cinder API Client
Group: Documentation/HTML
-BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme
-BuildRequires: python-reno
+BuildRequires: python3-Sphinx
+BuildRequires: python3-openstackdocstheme
+BuildRequires: python3-reno
%description -n python-cinderclient-doc
This is a client for the OpenStack Cinder API (Block Storage. There's a
@@ -93,14 +87,14 @@
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n python-cinderclient-4.2.0
+%autosetup -p1 -n python-cinderclient-5.0.0
%py_req_cleanup
%build
%{python_build}
-PBR_VERSION=4.2.0 sphinx-build -b html doc/source doc/build/html
-PBR_VERSION=4.2.0 sphinx-build -b man doc/source doc/build/man
+PBR_VERSION=5.0.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=5.0.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.3tr9hI/_old 2019-12-04 14:18:48.106361855 +0100
+++ /var/tmp/diff_new_pack.3tr9hI/_new 2019-12-04 14:18:48.106361855 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-cinderclient/python-cinderclient.spec.j2</param>
<param name="output-name">python-cinderclient.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/python-cinderclient/stable/stein/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/python-cinderclient/stable/train/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,python-cinderclient</param>
</service>
++++++ python-cinderclient-4.2.0.tar.gz -> python-cinderclient-5.0.0.tar.gz
++++++
++++ 9890 lines of diff (skipped)