Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-octaviaclient for
openSUSE:Factory checked in at 2026-09-08 16:55:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-octaviaclient (Old)
and /work/SRC/openSUSE:Factory/.python-octaviaclient.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-octaviaclient"
Tue Sep 8 16:55:31 2026 rev:16 rq:1376144 version:3.15.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-octaviaclient/python-octaviaclient.changes
2026-08-09 21:37:30.382669338 +0200
+++
/work/SRC/openSUSE:Factory/.python-octaviaclient.new.1265/python-octaviaclient.changes
2026-09-08 16:57:39.170828019 +0200
@@ -1,0 +2,10 @@
+Mon Sep 7 09:39:48 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.15.0:
+ * Add openstack-python3-next-jobs
+ * Remove Python 3.10 support
+ * Add pyproject.toml to support pip 23.1
+ * tox: Drop redundant override of install_command
+ * Remove unnecessary direct dependency on Pygments
+
+-------------------------------------------------------------------
Old:
----
python_octaviaclient-3.14.0.tar.gz
New:
----
python_octaviaclient-3.15.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-octaviaclient.spec ++++++
--- /var/tmp/diff_new_pack.2h5SEH/_old 2026-09-08 16:57:40.133868154 +0200
+++ /var/tmp/diff_new_pack.2h5SEH/_new 2026-09-08 16:57:40.135868237 +0200
@@ -18,7 +18,7 @@
%global pythons %{primary_python}
Name: python-octaviaclient
-Version: 3.14.0
+Version: 3.15.0
Release: 0
Summary: Octavia Plugin for the OpenStack Command-line Client
License: Apache-2.0
++++++ python_octaviaclient-3.14.0.tar.gz -> python_octaviaclient-3.15.0.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_octaviaclient-3.14.0/ChangeLog
new/python_octaviaclient-3.15.0/ChangeLog
--- old/python_octaviaclient-3.14.0/ChangeLog 2026-05-13 11:07:55.000000000
+0200
+++ new/python_octaviaclient-3.15.0/ChangeLog 2026-08-27 14:48:36.366307000
+0200
@@ -1,6 +1,15 @@
CHANGES
=======
+3.15.0
+------
+
+* Add openstack-python3-next-jobs
+* Remove Python 3.10 support
+* Add pyproject.toml to support pip 23.1
+* tox: Drop redundant override of install\_command
+* Remove unnecessary direct dependency on Pygments
+
3.14.0
------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_octaviaclient-3.14.0/PKG-INFO
new/python_octaviaclient-3.15.0/PKG-INFO
--- old/python_octaviaclient-3.14.0/PKG-INFO 2026-05-13 11:07:55.818494300
+0200
+++ new/python_octaviaclient-3.15.0/PKG-INFO 2026-08-27 14:48:36.430310500
+0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: python-octaviaclient
-Version: 3.14.0
+Version: 3.15.0
Summary: Octavia client for OpenStack Load Balancing
Home-page: https://docs.openstack.org/python-octaviaclient/latest/
Author: OpenStack
@@ -14,10 +14,11 @@
Classifier: Programming Language :: Python :: Implementation :: CPython
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
-Requires-Python: >=3.10
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
+Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: cliff!=2.9.0,>=2.8.0
Requires-Dist: keystoneauth1>=3.18.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_octaviaclient-3.14.0/doc/requirements.txt
new/python_octaviaclient-3.15.0/doc/requirements.txt
--- old/python_octaviaclient-3.14.0/doc/requirements.txt 2026-05-13
11:07:06.000000000 +0200
+++ new/python_octaviaclient-3.15.0/doc/requirements.txt 2026-08-27
14:48:10.383932400 +0200
@@ -1,5 +1,4 @@
sphinx>=2.0.0,!=2.1.0 # BSD
-setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0;python_version>='3.12'
# PSF/ZPL
openstackdocstheme>=2.2.1 # Apache-2.0
# releasenotes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_octaviaclient-3.14.0/pyproject.toml
new/python_octaviaclient-3.15.0/pyproject.toml
--- old/python_octaviaclient-3.14.0/pyproject.toml 1970-01-01
01:00:00.000000000 +0100
+++ new/python_octaviaclient-3.15.0/pyproject.toml 2026-08-27
14:48:10.390935000 +0200
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["pbr>=6.1.1"]
+build-backend = "pbr.build"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_octaviaclient-3.14.0/python_octaviaclient.egg-info/PKG-INFO
new/python_octaviaclient-3.15.0/python_octaviaclient.egg-info/PKG-INFO
--- old/python_octaviaclient-3.14.0/python_octaviaclient.egg-info/PKG-INFO
2026-05-13 11:07:55.000000000 +0200
+++ new/python_octaviaclient-3.15.0/python_octaviaclient.egg-info/PKG-INFO
2026-08-27 14:48:36.387308100 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: python-octaviaclient
-Version: 3.14.0
+Version: 3.15.0
Summary: Octavia client for OpenStack Load Balancing
Home-page: https://docs.openstack.org/python-octaviaclient/latest/
Author: OpenStack
@@ -14,10 +14,11 @@
Classifier: Programming Language :: Python :: Implementation :: CPython
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
-Requires-Python: >=3.10
+Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
+Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: cliff!=2.9.0,>=2.8.0
Requires-Dist: keystoneauth1>=3.18.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_octaviaclient-3.14.0/python_octaviaclient.egg-info/SOURCES.txt
new/python_octaviaclient-3.15.0/python_octaviaclient.egg-info/SOURCES.txt
--- old/python_octaviaclient-3.14.0/python_octaviaclient.egg-info/SOURCES.txt
2026-05-13 11:07:55.000000000 +0200
+++ new/python_octaviaclient-3.15.0/python_octaviaclient.egg-info/SOURCES.txt
2026-08-27 14:48:36.411309500 +0200
@@ -9,6 +9,7 @@
LICENSE
README.rst
bindep.txt
+pyproject.toml
requirements.txt
setup.cfg
setup.py
@@ -146,6 +147,7 @@
releasenotes/notes/listener-stats-db49f99a8a0dd90f.yaml
releasenotes/notes/load-balancer-commands-options-83cfdbb1bc5d8998.yaml
releasenotes/notes/remove-neutronclient-acb5b7d062239e6d.yaml
+releasenotes/notes/remove-py310-ff6da23adf094c1f.yaml
releasenotes/notes/remove-py38-43d418a45c0752ac.yaml
releasenotes/notes/remove-py39-18d9fc827db08abc.yaml
releasenotes/notes/remove-unneeded-attributes-in-listener-create-2e7cb2de281ac7fe.yaml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_octaviaclient-3.14.0/python_octaviaclient.egg-info/pbr.json
new/python_octaviaclient-3.15.0/python_octaviaclient.egg-info/pbr.json
--- old/python_octaviaclient-3.14.0/python_octaviaclient.egg-info/pbr.json
2026-05-13 11:07:55.000000000 +0200
+++ new/python_octaviaclient-3.15.0/python_octaviaclient.egg-info/pbr.json
2026-08-27 14:48:36.387308100 +0200
@@ -1 +1 @@
-{"git_version": "0f2fd04", "is_release": true}
\ No newline at end of file
+{"git_version": "2e6c3ed", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/python_octaviaclient-3.14.0/releasenotes/notes/remove-py310-ff6da23adf094c1f.yaml
new/python_octaviaclient-3.15.0/releasenotes/notes/remove-py310-ff6da23adf094c1f.yaml
---
old/python_octaviaclient-3.14.0/releasenotes/notes/remove-py310-ff6da23adf094c1f.yaml
1970-01-01 01:00:00.000000000 +0100
+++
new/python_octaviaclient-3.15.0/releasenotes/notes/remove-py310-ff6da23adf094c1f.yaml
2026-08-27 14:48:10.392935500 +0200
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Support for Python 3.10 has been removed. Now Python 3.11 is the minimum
+ version supported.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_octaviaclient-3.14.0/setup.cfg
new/python_octaviaclient-3.15.0/setup.cfg
--- old/python_octaviaclient-3.14.0/setup.cfg 2026-05-13 11:07:55.819494200
+0200
+++ new/python_octaviaclient-3.15.0/setup.cfg 2026-08-27 14:48:36.430310500
+0200
@@ -6,7 +6,7 @@
author = OpenStack
author_email = [email protected]
home_page = https://docs.openstack.org/python-octaviaclient/latest/
-python_requires = >=3.10
+python_requires = >=3.11
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
@@ -17,9 +17,10 @@
Programming Language :: Python :: Implementation :: CPython
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
+ Programming Language :: Python :: 3.14
[files]
packages =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_octaviaclient-3.14.0/test-requirements.txt
new/python_octaviaclient-3.15.0/test-requirements.txt
--- old/python_octaviaclient-3.14.0/test-requirements.txt 2026-05-13
11:07:06.000000000 +0200
+++ new/python_octaviaclient-3.15.0/test-requirements.txt 2026-08-27
14:48:10.394936300 +0200
@@ -2,7 +2,6 @@
requests-mock>=1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
-Pygments>=2.2.0 # BSD license
bandit!=1.6.0,>=1.1.0 # Apache-2.0
flake8-import-order>=0.19.0 # LGPLv3
pylint>=2.5.3 # GPLv2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_octaviaclient-3.14.0/tox.ini
new/python_octaviaclient-3.15.0/tox.ini
--- old/python_octaviaclient-3.14.0/tox.ini 2026-05-13 11:07:06.000000000
+0200
+++ new/python_octaviaclient-3.15.0/tox.ini 2026-08-27 14:48:10.394936300
+0200
@@ -8,7 +8,6 @@
allowlist_externals =
find
rm
-install_command = pip install {opts} {packages}
setenv =
PYTHONWARNINGS=default::DeprecationWarning
deps =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/python_octaviaclient-3.14.0/zuul.d/projects.yaml
new/python_octaviaclient-3.15.0/zuul.d/projects.yaml
--- old/python_octaviaclient-3.14.0/zuul.d/projects.yaml 2026-05-13
11:07:06.000000000 +0200
+++ new/python_octaviaclient-3.15.0/zuul.d/projects.yaml 2026-08-27
14:48:10.394936300 +0200
@@ -3,6 +3,7 @@
- check-requirements
- openstack-cover-jobs
- openstack-python3-jobs
+ - openstack-python3-next-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3