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 2025-11-10 19:16:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
and /work/SRC/openSUSE:Factory/.python-cinderclient.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cinderclient"
Mon Nov 10 19:16:54 2025 rev:46 rq:1316753 version:9.8.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes
2024-09-04 13:23:53.875943546 +0200
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new.1980/python-cinderclient.changes
2025-11-10 19:17:03.123622007 +0100
@@ -1,0 +2,23 @@
+Sun Nov 9 12:50:43 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 9.8.0:
+ * Fix talking to older servers
+ * Remove Python 3.9 support
+ * Remove tags from README
+ * Update python versions for testing
+ * Update master for stable/2025.1
+
+-------------------------------------------------------------------
+Tue Jul 1 22:45:57 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 9.7.0:
+ * Remove Python 3.8 support
+ * Adapt unit tests to keystoneauth 5.9.0
+ * Use time.sleep() instead of eventlet.sleep()
+ * Fix outdated notes in requirement files
+ * Fix the pep8 error on Noble
+ * reno: Update master for unmaintained/2023.1
+ * Fix pdf doc build
+ * Update master for stable/2024.2
+
+-------------------------------------------------------------------
Old:
----
_service
python-cinderclient-9.6.0.tar.gz
New:
----
python_cinderclient-9.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.N9HxLZ/_old 2025-11-10 19:17:03.839652003 +0100
+++ /var/tmp/diff_new_pack.N9HxLZ/_new 2025-11-10 19:17:03.843652171 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-cinderclient
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,52 +16,45 @@
#
+%global pythons %{primary_python}
Name: python-cinderclient
-Version: 9.6.0
+Version: 9.8.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-9.6.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-cinderclient/python_cinderclient-%{version}.tar.gz
+BuildRequires: %{python_module PrettyTable >= 0.7.2}
+BuildRequires: %{python_module ddt}
+BuildRequires: %{python_module fixtures}
+BuildRequires: %{python_module keystoneauth1 >= 5.9.0}
+BuildRequires: %{python_module oslo.serialization}
+BuildRequires: %{python_module oslo.utils >= 4.8.0}
+BuildRequires: %{python_module pip}
+BuildRequires: %{python_module requests >= 2.25.1}
+BuildRequires: %{python_module requests-mock}
+BuildRequires: %{python_module stestr}
+BuildRequires: %{python_module testtools}
+BuildRequires: %{python_module wheel}
BuildRequires: openstack-macros
-BuildRequires: python3-PrettyTable >= 0.7.2
-BuildRequires: python3-ddt
-BuildRequires: python3-fixtures
-BuildRequires: python3-keystoneauth1 >= 5.0.0
-BuildRequires: python3-oslo.serialization
-BuildRequires: python3-oslo.utils >= 4.8.0
-BuildRequires: python3-pbr >= 5.5.0
-BuildRequires: python3-requests >= 2.25.1
-BuildRequires: python3-requests-mock
-BuildRequires: python3-stestr
-BuildRequires: python3-testtools
+Requires: python-Babel
+Requires: python-PrettyTable >= 0.7.2
+Requires: python-keystoneauth1 >= 5.9.0
+Requires: python-oslo.i18n >= 5.0.1
+Requires: python-oslo.utils >= 4.8.0
+Requires: python-requests >= 2.25.1
BuildArch: noarch
-
-%description
-This is a client for the OpenStack Cinder API (Block Storage. There's a
-Python API (the cinderclient module), and a command-line script (cinder).
-Each implements 100% of the OpenStack Cinder API.
-
-%package -n python3-cinderclient
-Summary: Python API and CLI for OpenStack Cinder
-Requires: python3-Babel
-Requires: python3-PrettyTable >= 0.7.2
-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
-%if 0%{?suse_version}
-Obsoletes: python2-cinderclient < 6.0.0
+%if "python%{python_nodots_ver}" == "%{primary_python}"
+Obsoletes: python3-cinderclient < %{version}
%endif
+%python_subpackages
-%description -n python3-cinderclient
+%description
This is a client for the OpenStack Cinder API (Block Storage. There's a
Python API (the cinderclient module), and a command-line script (cinder).
Each implements 100% of the OpenStack Cinder API.
-This package contains the Python 3.x module.
-
%package -n python-cinderclient-doc
Summary: Documentation for OpenStack Cinder API Client
Group: Documentation/HTML
@@ -76,20 +69,20 @@
This package contains auto-generated documentation.
%prep
-%autosetup -p1 -n python-cinderclient-9.6.0
-%py_req_cleanup
+%autosetup -p1 -n python_cinderclient-%{version}
%build
-%{py3_build}
+%pyproject_wheel
export PYTHONPATH=.
-PBR_VERSION=9.6.0 %sphinx_build -b html doc/source doc/build/html
-PBR_VERSION=9.6.0 %sphinx_build -b man doc/source doc/build/man
+PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=%{version} %sphinx_build -b man doc/source doc/build/man
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{py3_install}
+%pyproject_install
+
# man page
install -p -D -m 644 doc/build/man/cinder.1
%{buildroot}%{_mandir}/man1/cinder.1
# bash completion
@@ -99,11 +92,11 @@
rm cinderclient/tests/unit/test_shell.py
%{openstack_stestr_run}
-%files -n python3-cinderclient
+%files %{python_files}
%license LICENSE
%doc README.rst ChangeLog
-%{python3_sitelib}/cinderclient
-%{python3_sitelib}/*.egg-info
+%{python_sitelib}/cinderclient
+%{python_sitelib}/python_cinderclient-%{version}.dist-info
%{_bindir}/cinder
%{_mandir}/man1/cinder.1*
%{_sysconfdir}/bash_completion.d/cinder.bash_completion