Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-masakariclient for 
openSUSE:Factory checked in at 2026-09-08 16:55:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-masakariclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-masakariclient.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-masakariclient"

Tue Sep  8 16:55:34 2026 rev:17 rq:1376148 version:8.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-masakariclient/python-masakariclient.changes  
    2026-03-10 17:48:20.727243672 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-masakariclient.new.1265/python-masakariclient.changes
    2026-09-08 16:57:45.535093252 +0200
@@ -1,0 +2,10 @@
+Mon Sep  7 09:44:27 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 8.9.0:
+  * Bump hacking
+  * Remove Python 3.10 support
+  * Add more basic information to README
+  * Drop explicit dependency on python-subunit
+  * Update master for stable/2026.1
+
+-------------------------------------------------------------------

Old:
----
  python_masakariclient-8.8.0.tar.gz

New:
----
  python_masakariclient-8.9.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-masakariclient.spec ++++++
--- /var/tmp/diff_new_pack.MBIMr7/_old  2026-09-08 16:57:47.428172146 +0200
+++ /var/tmp/diff_new_pack.MBIMr7/_new  2026-09-08 16:57:47.429172188 +0200
@@ -18,7 +18,7 @@
 
 %global pythons %{primary_python}
 Name:           python-masakariclient
-Version:        8.8.0
+Version:        8.9.0
 Release:        0
 Summary:        Python API and CLI for OpenStack Masakari
 License:        Apache-2.0

++++++ python_masakariclient-8.8.0.tar.gz -> python_masakariclient-8.9.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_masakariclient-8.8.0/ChangeLog 
new/python_masakariclient-8.9.0/ChangeLog
--- old/python_masakariclient-8.8.0/ChangeLog   2026-02-27 16:33:09.000000000 
+0100
+++ new/python_masakariclient-8.9.0/ChangeLog   2026-08-27 12:35:08.604510800 
+0200
@@ -1,6 +1,15 @@
 CHANGES
 =======
 
+8.9.0
+-----
+
+* Bump hacking
+* Remove Python 3.10 support
+* Add more basic information to README
+* Drop explicit dependency on python-subunit
+* Update master for stable/2026.1
+
 8.8.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_masakariclient-8.8.0/PKG-INFO 
new/python_masakariclient-8.9.0/PKG-INFO
--- old/python_masakariclient-8.8.0/PKG-INFO    2026-02-27 16:33:09.158369000 
+0100
+++ new/python_masakariclient-8.9.0/PKG-INFO    2026-08-27 12:35:08.720526200 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: python-masakariclient
-Version: 8.8.0
+Version: 8.9.0
 Summary: masakariclient module and a CLI tool for masakari
 Home-page: https://docs.openstack.org/python-masakariclient/latest/
 Author: OpenStack
@@ -14,11 +14,10 @@
 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
 Classifier: Programming Language :: Python :: 3.13
-Requires-Python: >=3.10
+Requires-Python: >=3.11
 License-File: LICENSE
 Requires-Dist: openstacksdk>=0.13.0
 Requires-Dist: osc-lib>=1.8.0
@@ -39,11 +38,18 @@
 python-masakariclient
 =====================
 
+.. image:: https://governance.openstack.org/tc/badges/python-masakariclient.svg
+
+.. Change things from this point on
+
 masakariclient module and a CLI tool for masakari
 
-Please fill here a long description which must be at least 3 lines wrapped on
-80 cols, so that distribution package maintainers can use it in their packages.
-Note that this is a hard requirement.
+This is a client library for Masakari. It provides a Python API
+(the ``masakariclient`` module), A command line tool (``masakari``), and
+`OpenStack Client`_ extension.
+
+.. _Masakari: https://opendev.org/openstack/masakari
+.. _OpenStack Client: https://docs.openstack.org/python-openstackclient/latest/
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/python-masakariclient/latest/
@@ -51,8 +57,3 @@
 * Bugs: https://bugs.launchpad.net/python-masakariclient
 * Release Notes: https://docs.openstack.org/releasenotes/python-masakariclient
 
-Features
---------
-
-* TODO
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_masakariclient-8.8.0/README.rst 
new/python_masakariclient-8.9.0/README.rst
--- old/python_masakariclient-8.8.0/README.rst  2026-02-27 16:32:24.000000000 
+0100
+++ new/python_masakariclient-8.9.0/README.rst  2026-08-27 12:34:19.462602600 
+0200
@@ -2,19 +2,21 @@
 python-masakariclient
 =====================
 
+.. image:: https://governance.openstack.org/tc/badges/python-masakariclient.svg
+
+.. Change things from this point on
+
 masakariclient module and a CLI tool for masakari
 
-Please fill here a long description which must be at least 3 lines wrapped on
-80 cols, so that distribution package maintainers can use it in their packages.
-Note that this is a hard requirement.
+This is a client library for Masakari. It provides a Python API
+(the ``masakariclient`` module), A command line tool (``masakari``), and
+`OpenStack Client`_ extension.
+
+.. _Masakari: https://opendev.org/openstack/masakari
+.. _OpenStack Client: https://docs.openstack.org/python-openstackclient/latest/
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/python-masakariclient/latest/
 * Source: https://opendev.org/openstack/python-masakariclient
 * Bugs: https://bugs.launchpad.net/python-masakariclient
 * Release Notes: https://docs.openstack.org/releasenotes/python-masakariclient
-
-Features
---------
-
-* TODO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_masakariclient-8.8.0/python_masakariclient.egg-info/PKG-INFO 
new/python_masakariclient-8.9.0/python_masakariclient.egg-info/PKG-INFO
--- old/python_masakariclient-8.8.0/python_masakariclient.egg-info/PKG-INFO     
2026-02-27 16:33:09.000000000 +0100
+++ new/python_masakariclient-8.9.0/python_masakariclient.egg-info/PKG-INFO     
2026-08-27 12:35:08.639515400 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: python-masakariclient
-Version: 8.8.0
+Version: 8.9.0
 Summary: masakariclient module and a CLI tool for masakari
 Home-page: https://docs.openstack.org/python-masakariclient/latest/
 Author: OpenStack
@@ -14,11 +14,10 @@
 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
 Classifier: Programming Language :: Python :: 3.13
-Requires-Python: >=3.10
+Requires-Python: >=3.11
 License-File: LICENSE
 Requires-Dist: openstacksdk>=0.13.0
 Requires-Dist: osc-lib>=1.8.0
@@ -39,11 +38,18 @@
 python-masakariclient
 =====================
 
+.. image:: https://governance.openstack.org/tc/badges/python-masakariclient.svg
+
+.. Change things from this point on
+
 masakariclient module and a CLI tool for masakari
 
-Please fill here a long description which must be at least 3 lines wrapped on
-80 cols, so that distribution package maintainers can use it in their packages.
-Note that this is a hard requirement.
+This is a client library for Masakari. It provides a Python API
+(the ``masakariclient`` module), A command line tool (``masakari``), and
+`OpenStack Client`_ extension.
+
+.. _Masakari: https://opendev.org/openstack/masakari
+.. _OpenStack Client: https://docs.openstack.org/python-openstackclient/latest/
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/python-masakariclient/latest/
@@ -51,8 +57,3 @@
 * Bugs: https://bugs.launchpad.net/python-masakariclient
 * Release Notes: https://docs.openstack.org/releasenotes/python-masakariclient
 
-Features
---------
-
-* TODO
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_masakariclient-8.8.0/python_masakariclient.egg-info/SOURCES.txt 
new/python_masakariclient-8.9.0/python_masakariclient.egg-info/SOURCES.txt
--- old/python_masakariclient-8.8.0/python_masakariclient.egg-info/SOURCES.txt  
2026-02-27 16:33:09.000000000 +0100
+++ new/python_masakariclient-8.9.0/python_masakariclient.egg-info/SOURCES.txt  
2026-08-27 12:35:08.687521700 +0200
@@ -62,6 +62,7 @@
 releasenotes/notes/deprecate-cli-9ffee25a5c3d1b3b.yaml
 releasenotes/notes/drop-py-2-7-d3c0f239678a4c83.yaml
 releasenotes/notes/drop-the-legacy-client-1b25f27aa5525295.yaml
+releasenotes/notes/remove-py310-b83a42ac8f587164.yaml
 releasenotes/notes/remove-py38-py39-68bd210ea9f4c192.yaml
 releasenotes/source/2023.1.rst
 releasenotes/source/2023.2.rst
@@ -69,6 +70,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/rocky.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_masakariclient-8.8.0/python_masakariclient.egg-info/pbr.json 
new/python_masakariclient-8.9.0/python_masakariclient.egg-info/pbr.json
--- old/python_masakariclient-8.8.0/python_masakariclient.egg-info/pbr.json     
2026-02-27 16:33:09.000000000 +0100
+++ new/python_masakariclient-8.9.0/python_masakariclient.egg-info/pbr.json     
2026-08-27 12:35:08.639515400 +0200
@@ -1 +1 @@
-{"git_version": "59dc1c5", "is_release": true}
\ No newline at end of file
+{"git_version": "8f6e305", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python_masakariclient-8.8.0/releasenotes/notes/remove-py310-b83a42ac8f587164.yaml
 
new/python_masakariclient-8.9.0/releasenotes/notes/remove-py310-b83a42ac8f587164.yaml
--- 
old/python_masakariclient-8.8.0/releasenotes/notes/remove-py310-b83a42ac8f587164.yaml
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/python_masakariclient-8.9.0/releasenotes/notes/remove-py310-b83a42ac8f587164.yaml
       2026-08-27 12:34:19.466612300 +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_masakariclient-8.8.0/releasenotes/source/2026.1.rst 
new/python_masakariclient-8.9.0/releasenotes/source/2026.1.rst
--- old/python_masakariclient-8.8.0/releasenotes/source/2026.1.rst      
1970-01-01 01:00:00.000000000 +0100
+++ new/python_masakariclient-8.9.0/releasenotes/source/2026.1.rst      
2026-08-27 12:34:19.470621800 +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_masakariclient-8.8.0/releasenotes/source/index.rst 
new/python_masakariclient-8.9.0/releasenotes/source/index.rst
--- old/python_masakariclient-8.8.0/releasenotes/source/index.rst       
2026-02-27 16:32:24.000000000 +0100
+++ new/python_masakariclient-8.9.0/releasenotes/source/index.rst       
2026-08-27 12:34:19.470621800 +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_masakariclient-8.8.0/setup.cfg 
new/python_masakariclient-8.9.0/setup.cfg
--- old/python_masakariclient-8.8.0/setup.cfg   2026-02-27 16:33:09.159369000 
+0100
+++ new/python_masakariclient-8.9.0/setup.cfg   2026-08-27 12:35:08.721526400 
+0200
@@ -6,7 +6,7 @@
 author = OpenStack
 author_email = [email protected]
 home_page = https://docs.openstack.org/python-masakariclient/latest/
-python_requires = >=3.10
+python_requires = >=3.11
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
@@ -17,7 +17,6 @@
        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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_masakariclient-8.8.0/test-requirements.txt 
new/python_masakariclient-8.9.0/test-requirements.txt
--- old/python_masakariclient-8.8.0/test-requirements.txt       2026-02-27 
16:32:24.000000000 +0100
+++ new/python_masakariclient-8.9.0/test-requirements.txt       2026-08-27 
12:34:19.474631500 +0200
@@ -1,6 +1,5 @@
 coverage!=4.4,>=4.0 # Apache-2.0
 ddt>=1.0.1 # MIT
-python-subunit>=1.0.0 # Apache-2.0/BSD
 oslotest>=3.2.0 # Apache-2.0
 requests-mock>=1.2.0 # Apache-2.0
 stestr>=1.0.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python_masakariclient-8.8.0/tox.ini 
new/python_masakariclient-8.9.0/tox.ini
--- old/python_masakariclient-8.8.0/tox.ini     2026-02-27 16:32:24.000000000 
+0100
+++ new/python_masakariclient-8.9.0/tox.ini     2026-08-27 12:34:19.474631500 
+0200
@@ -27,7 +27,7 @@
 skip_install = True
 deps =
   
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-  hacking>=7.0.0,<7.1.0
+  hacking>=8.1.0,<8.2.0
 commands =
   flake8 {posargs}
 

Reply via email to