Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cinderclient for
openSUSE:Factory checked in at 2023-03-21 17:40:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
and /work/SRC/openSUSE:Factory/.python-cinderclient.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cinderclient"
Tue Mar 21 17:40:58 2023 rev:43 rq:1073024 version:9.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes
2022-05-25 20:34:35.784230503 +0200
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new.31432/python-cinderclient.changes
2023-03-21 17:40:59.469676193 +0100
@@ -1,0 +2,33 @@
+Tue Mar 7 06:55:29 UTC 2023 - [email protected]
+
+- update to version 9.3.0
+ - Update master for stable/xena
+ - Update master for stable/yoga
+ - Handle downgraded client for snapshot-create
+ - Move print operations to shell_utils
+ - Improve help text of volume create command
+ - Remove python-dev from bindep
+ - Remove the unused tool scripts
+ - Bump API max version to 3.70
+ - Update python testing as per zed cycle testing runtime
+ - Add Python3 yoga unit tests
+ - Update minimum requirements
+ - Update master for stable/zed
+ - Add Python 3 only classifier
+ - Add W503 to flake8 ignores
+ - Add support for collect-timing option
+ - Python3.11: fix crashes in ShellTest
+ - Correct "Increase default quotas for zuul jobs"
+ - Prepare for Yoga cinderclient release
+ - Add Python3 antelope unit tests
+ - Add test coverage for shell snapshot-create w/ metadata
+ - remove simplejson requirement
+ - Update bindep for ubuntu jammy
+ - Updating python testing as per Yoga testing runtime
+ - Move tempest requirement to functional env
+ - Fix extension loading from python path
+ - Continue using tox 3
+ - Python3.11: Fix argparse-related test failures
+ - Add volume reimage command
+
+-------------------------------------------------------------------
Old:
----
python-cinderclient-8.1.0.tar.gz
New:
----
python-cinderclient-9.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.9l5qBW/_old 2023-03-21 17:41:00.009678776 +0100
+++ /var/tmp/diff_new_pack.9l5qBW/_new 2023-03-21 17:41:00.013678795 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-cinderclient
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,18 @@
Name: python-cinderclient
-Version: 8.1.0
+Version: 9.3.0
Release: 0
Summary: Python API and CLI for OpenStack Cinder
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/python-cinderclient
-Source0:
https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-8.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-cinderclient/python-cinderclient-9.3.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable >= 0.7.2
BuildRequires: python3-ddt
BuildRequires: python3-fixtures
-BuildRequires: python3-keystoneauth1 >= 4.3.1
+BuildRequires: python3-keystoneauth1 >= 5.0.0
BuildRequires: python3-oslo.serialization
BuildRequires: python3-oslo.utils >= 4.8.0
BuildRequires: python3-pbr >= 5.5.0
@@ -47,11 +47,10 @@
Summary: Python API and CLI for OpenStack Cinder
Requires: python3-Babel
Requires: python3-PrettyTable >= 0.7.2
-Requires: python3-keystoneauth1 >= 4.3.1
+Requires: python3-keystoneauth1 >= 5.0.0
Requires: python3-oslo.i18n >= 5.0.1
Requires: python3-oslo.utils >= 4.8.0
Requires: python3-requests >= 2.25.1
-Requires: python3-simplejson >= 3.5.1
%if 0%{?suse_version}
Obsoletes: python2-cinderclient < 6.0.0
%endif
@@ -77,15 +76,15 @@
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n python-cinderclient-8.1.0
+%autosetup -p1 -n python-cinderclient-9.3.0
%py_req_cleanup
%build
%{py3_build}
export PYTHONPATH=.
-PBR_VERSION=8.1.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=8.1.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=9.3.0 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=9.3.0 %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
@@ -98,7 +97,7 @@
%check
rm cinderclient/tests/unit/test_shell.py
-python3 -m stestr.cli run
+%{openstack_stestr_run}
%files -n python3-cinderclient
%license LICENSE
++++++ python-cinderclient-8.1.0.tar.gz -> python-cinderclient-9.3.0.tar.gz
++++++
++++ 2547 lines of diff (skipped)