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 2026-09-08 16:55:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cinderclient (Old)
and /work/SRC/openSUSE:Factory/.python-cinderclient.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cinderclient"
Tue Sep 8 16:55:20 2026 rev:48 rq:1376131 version:9.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes
2026-08-09 21:36:57.393546050 +0200
+++
/work/SRC/openSUSE:Factory/.python-cinderclient.new.1265/python-cinderclient.changes
2026-09-08 16:57:15.386836812 +0200
@@ -1,0 +2,8 @@
+Mon Sep 7 09:10:43 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 9.10.0:
+ * Update python tested versions for hibiscus
+ * Add periodic jobs for cinderclient
+ * Update master for stable/2026.1
+
+-------------------------------------------------------------------
Old:
----
python_cinderclient-9.9.0.tar.gz
New:
----
python_cinderclient-9.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cinderclient.spec ++++++
--- /var/tmp/diff_new_pack.JqeW42/_old 2026-09-08 16:57:17.273915457 +0200
+++ /var/tmp/diff_new_pack.JqeW42/_new 2026-09-08 16:57:17.284915915 +0200
@@ -18,7 +18,7 @@
%global pythons %{primary_python}
Name: python-cinderclient
-Version: 9.9.0
+Version: 9.10.0
Release: 0
Summary: Python API and CLI for OpenStack Cinder
License: Apache-2.0
++++++ python_cinderclient-9.9.0.tar.gz -> python_cinderclient-9.10.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_cinderclient-9.9.0/.zuul.yaml
new/python_cinderclient-9.10.0/.zuul.yaml
--- old/python_cinderclient-9.9.0/.zuul.yaml 2026-03-02 10:55:37.000000000
+0100
+++ new/python_cinderclient-9.10.0/.zuul.yaml 2026-09-01 09:55:28.050960300
+0200
@@ -26,18 +26,14 @@
- ^cinderclient/tests/unit/.*$
- job:
- name: python-cinderclient-functional-py310
+ name: python-cinderclient-functional-py311
parent: python-cinderclient-functional-base
- # Python 3.10 is the default on Ubuntu 22.04 (Jammy)
- nodeset: openstack-single-node-jammy
+ # Python 3.11 is the default on Debian Bookworm
+ nodeset: devstack-single-node-debian-bookworm
vars:
- devstack_localrc:
- # current master devstack no longer supports jammy as a platform
- # (change I796eddac96313584f4a), so we must force install it
- FORCE: 'yes'
- bindep_profile: test py310
- python_version: '3.10'
- tox_envlist: functional-py310
+ bindep_profile: test py311
+ python_version: '3.11'
+ tox_envlist: functional-py311
- job:
name: python-cinderclient-functional-py313
@@ -61,13 +57,33 @@
- release-notes-jobs-python3
check:
jobs:
- - python-cinderclient-functional-py310:
- # non-voting because devstack support on python 3.10
- # is no longer tested (see change I796eddac96313584f4a)
- voting: false
+ - python-cinderclient-functional-py311
- python-cinderclient-functional-py313
- openstack-tox-pylint:
voting: false
+ periodic-weekly:
+ jobs:
+ - openstack-tox-pep8:
+ branches: master
+ - openstack-tox-py311:
+ branches: master
+ - openstack-tox-py312:
+ branches: master
+ - openstack-tox-py313:
+ branches: master
+ - openstack-tox-py314:
+ branches: master
+ - openstack-tox-docs:
+ branches: master
+ - build-openstack-releasenotes:
+ vars:
+ sphinx_python: python3
+ branches: master
+ - python-cinderclient-functional-py311:
+ branches: master
+ - python-cinderclient-functional-py313:
+ branches: master
gate:
jobs:
+ - python-cinderclient-functional-py311
- python-cinderclient-functional-py313
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_cinderclient-9.9.0/ChangeLog
new/python_cinderclient-9.10.0/ChangeLog
--- old/python_cinderclient-9.9.0/ChangeLog 2026-03-02 10:56:22.000000000
+0100
+++ new/python_cinderclient-9.10.0/ChangeLog 2026-09-01 09:56:42.523036700
+0200
@@ -1,6 +1,13 @@
CHANGES
=======
+9.10.0
+------
+
+* Update python tested versions for hibiscus
+* Add periodic jobs for cinderclient
+* Update master for stable/2026.1
+
9.9.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_cinderclient-9.9.0/PKG-INFO
new/python_cinderclient-9.10.0/PKG-INFO
--- old/python_cinderclient-9.9.0/PKG-INFO 2026-03-02 10:56:22.830705600
+0100
+++ new/python_cinderclient-9.10.0/PKG-INFO 2026-09-01 09:56:42.757034000
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: python-cinderclient
-Version: 9.9.0
+Version: 9.10.0
Summary: OpenStack Block Storage API Client Library
Author-email: OpenStack <[email protected]>
License: Apache-2.0
@@ -17,11 +17,10 @@
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
-Requires-Python: >=3.10
+Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pbr>=5.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_cinderclient-9.9.0/pyproject.toml
new/python_cinderclient-9.10.0/pyproject.toml
--- old/python_cinderclient-9.9.0/pyproject.toml 2026-03-02
10:55:37.000000000 +0100
+++ new/python_cinderclient-9.10.0/pyproject.toml 2026-09-01
09:55:28.067960300 +0200
@@ -11,7 +11,7 @@
readme = {file = "README.rst", content-type = "text/x-rst"}
license = {text = "Apache-2.0"}
dynamic = ["version", "dependencies"]
-requires-python = ">=3.10"
+requires-python = ">=3.11"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
@@ -23,7 +23,6 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_cinderclient-9.9.0/python_cinderclient.egg-info/PKG-INFO
new/python_cinderclient-9.10.0/python_cinderclient.egg-info/PKG-INFO
--- old/python_cinderclient-9.9.0/python_cinderclient.egg-info/PKG-INFO
2026-03-02 10:56:22.000000000 +0100
+++ new/python_cinderclient-9.10.0/python_cinderclient.egg-info/PKG-INFO
2026-09-01 09:56:42.629035500 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: python-cinderclient
-Version: 9.9.0
+Version: 9.10.0
Summary: OpenStack Block Storage API Client Library
Author-email: OpenStack <[email protected]>
License: Apache-2.0
@@ -17,11 +17,10 @@
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
-Requires-Python: >=3.10
+Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: pbr>=5.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_cinderclient-9.9.0/python_cinderclient.egg-info/SOURCES.txt
new/python_cinderclient-9.10.0/python_cinderclient.egg-info/SOURCES.txt
--- old/python_cinderclient-9.9.0/python_cinderclient.egg-info/SOURCES.txt
2026-03-02 10:56:22.000000000 +0100
+++ new/python_cinderclient-9.10.0/python_cinderclient.egg-info/SOURCES.txt
2026-09-01 09:56:42.680034900 +0200
@@ -225,6 +225,7 @@
releasenotes/source/2024.2.rst
releasenotes/source/2025.1.rst
releasenotes/source/2025.2.rst
+releasenotes/source/2026.1.rst
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/mitaka.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_cinderclient-9.9.0/python_cinderclient.egg-info/pbr.json
new/python_cinderclient-9.10.0/python_cinderclient.egg-info/pbr.json
--- old/python_cinderclient-9.9.0/python_cinderclient.egg-info/pbr.json
2026-03-02 10:56:22.000000000 +0100
+++ new/python_cinderclient-9.10.0/python_cinderclient.egg-info/pbr.json
2026-09-01 09:56:42.628035500 +0200
@@ -1 +1 @@
-{"git_version": "b917248", "is_release": true}
\ No newline at end of file
+{"git_version": "76f41ba", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_cinderclient-9.9.0/releasenotes/source/2026.1.rst
new/python_cinderclient-9.10.0/releasenotes/source/2026.1.rst
--- old/python_cinderclient-9.9.0/releasenotes/source/2026.1.rst
1970-01-01 01:00:00.000000000 +0100
+++ new/python_cinderclient-9.10.0/releasenotes/source/2026.1.rst
2026-09-01 09:55:28.073960300 +0200
@@ -0,0 +1,6 @@
+===========================
+2026.1 Series Release Notes
+===========================
+
+.. release-notes::
+ :branch: stable/2026.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_cinderclient-9.9.0/releasenotes/source/index.rst
new/python_cinderclient-9.10.0/releasenotes/source/index.rst
--- old/python_cinderclient-9.9.0/releasenotes/source/index.rst 2026-03-02
10:55:37.000000000 +0100
+++ new/python_cinderclient-9.10.0/releasenotes/source/index.rst
2026-09-01 09:55:28.074960500 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ 2026.1
2025.2
2025.1
2024.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_cinderclient-9.9.0/tox.ini
new/python_cinderclient-9.10.0/tox.ini
--- old/python_cinderclient-9.9.0/tox.ini 2026-03-02 10:55:37.000000000
+0100
+++ new/python_cinderclient-9.10.0/tox.ini 2026-09-01 09:55:28.076960300
+0200
@@ -107,7 +107,7 @@
# TLS (https) server certificate.
passenv = OS_*
-[testenv:functional-py{3,310,311,312,313}]
+[testenv:functional-py{3,311,312,313,314}]
deps = {[testenv:functional]deps}
setenv = {[testenv:functional]setenv}
passenv = {[testenv:functional]passenv}