Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.serialization for 
openSUSE:Factory checked in at 2026-07-14 13:49:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.serialization (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.serialization.new.1991 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.serialization"

Tue Jul 14 13:49:22 2026 rev:27 rq:1365420 version:5.11.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-oslo.serialization/python-oslo.serialization.changes
      2026-05-19 17:48:47.296689475 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.serialization.new.1991/python-oslo.serialization.changes
    2026-07-14 13:50:35.984362780 +0200
@@ -1,0 +2,9 @@
+Mon Jul 13 16:30:08 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 5.11.0:
+  * zuul: Use openstack-python3-next-jobs template
+  * pre-commit: Bump versions
+  * Do not install code to build release notes
+  * Remove Python 3.10 support
+
+-------------------------------------------------------------------

Old:
----
  oslo_serialization-5.10.0.tar.gz

New:
----
  oslo_serialization-5.11.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.serialization.spec ++++++
--- /var/tmp/diff_new_pack.ZeW1C3/_old  2026-07-14 13:50:36.728388393 +0200
+++ /var/tmp/diff_new_pack.ZeW1C3/_new  2026-07-14 13:50:36.732388530 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-oslo.serialization
-Version:        5.10.0
+Version:        5.11.0
 Release:        0
 Summary:        OpenStack serialization library
 License:        Apache-2.0

++++++ oslo_serialization-5.10.0.tar.gz -> oslo_serialization-5.11.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo_serialization-5.10.0/.pre-commit-config.yaml 
new/oslo_serialization-5.11.0/.pre-commit-config.yaml
--- old/oslo_serialization-5.10.0/.pre-commit-config.yaml       2026-05-18 
11:17:17.000000000 +0200
+++ new/oslo_serialization-5.11.0/.pre-commit-config.yaml       2026-07-10 
14:46:07.000000000 +0200
@@ -13,13 +13,13 @@
       - id: check-yaml
         files: .*\.(yaml|yml)$
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.14.8
+    rev: v0.15.19
     hooks:
       - id: ruff-check
         args: ['--fix', '--unsafe-fixes']
       - id: ruff-format
   - repo: https://opendev.org/openstack/hacking
-    rev: 8.0.0
+    rev: 8.1.0
     hooks:
       - id: hacking
         additional_dependencies: []
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo_serialization-5.10.0/.zuul.yaml 
new/oslo_serialization-5.11.0/.zuul.yaml
--- old/oslo_serialization-5.10.0/.zuul.yaml    2026-05-18 11:17:17.000000000 
+0200
+++ new/oslo_serialization-5.11.0/.zuul.yaml    2026-07-10 14:46:07.000000000 
+0200
@@ -1,8 +1,11 @@
+---
+
 - project:
     templates:
       - check-requirements
       - lib-forward-testing-python3
       - openstack-python3-jobs
+      - openstack-python3-next-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
       - release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo_serialization-5.10.0/ChangeLog 
new/oslo_serialization-5.11.0/ChangeLog
--- old/oslo_serialization-5.10.0/ChangeLog     2026-05-18 11:18:01.000000000 
+0200
+++ new/oslo_serialization-5.11.0/ChangeLog     2026-07-10 14:46:55.000000000 
+0200
@@ -1,6 +1,14 @@
 CHANGES
 =======
 
+5.11.0
+------
+
+* zuul: Use openstack-python3-next-jobs template
+* pre-commit: Bump versions
+* Do not install code to build release notes
+* Remove Python 3.10 support
+
 5.10.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo_serialization-5.10.0/PKG-INFO 
new/oslo_serialization-5.11.0/PKG-INFO
--- old/oslo_serialization-5.10.0/PKG-INFO      2026-05-18 11:18:01.456874100 
+0200
+++ new/oslo_serialization-5.11.0/PKG-INFO      2026-07-10 14:46:55.154266400 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: oslo.serialization
-Version: 5.10.0
+Version: 5.11.0
 Summary: Oslo Serialization library
 Author-email: OpenStack <[email protected]>
 License-Expression: Apache-2.0
@@ -12,14 +12,14 @@
 Classifier: Operating System :: POSIX :: Linux
 Classifier: Programming Language :: Python
 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
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Typing :: Typed
-Requires-Python: >=3.10
+Requires-Python: >=3.11
 Description-Content-Type: text/x-rst
 License-File: LICENSE
 Requires-Dist: msgpack>=0.5.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo_serialization-5.10.0/oslo.serialization.egg-info/PKG-INFO 
new/oslo_serialization-5.11.0/oslo.serialization.egg-info/PKG-INFO
--- old/oslo_serialization-5.10.0/oslo.serialization.egg-info/PKG-INFO  
2026-05-18 11:18:01.000000000 +0200
+++ new/oslo_serialization-5.11.0/oslo.serialization.egg-info/PKG-INFO  
2026-07-10 14:46:55.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: oslo.serialization
-Version: 5.10.0
+Version: 5.11.0
 Summary: Oslo Serialization library
 Author-email: OpenStack <[email protected]>
 License-Expression: Apache-2.0
@@ -12,14 +12,14 @@
 Classifier: Operating System :: POSIX :: Linux
 Classifier: Programming Language :: Python
 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
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Typing :: Typed
-Requires-Python: >=3.10
+Requires-Python: >=3.11
 Description-Content-Type: text/x-rst
 License-File: LICENSE
 Requires-Dist: msgpack>=0.5.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo_serialization-5.10.0/oslo.serialization.egg-info/SOURCES.txt 
new/oslo_serialization-5.11.0/oslo.serialization.egg-info/SOURCES.txt
--- old/oslo_serialization-5.10.0/oslo.serialization.egg-info/SOURCES.txt       
2026-05-18 11:18:01.000000000 +0200
+++ new/oslo_serialization-5.11.0/oslo.serialization.egg-info/SOURCES.txt       
2026-07-10 14:46:55.000000000 +0200
@@ -51,6 +51,7 @@
 releasenotes/notes/drop-python27-support-185668eec068ffa5.yaml
 releasenotes/notes/implement-zoneinfo-to-remove-pytz-c136b33bbfbfe59f.yaml
 releasenotes/notes/jsonutils-to_primitive-value-error-89338f90310e9518.yaml
+releasenotes/notes/remove-py310-45ed4baad69ee8ea.yaml
 releasenotes/notes/remove-py38-2c724027a885cf0b.yaml
 releasenotes/notes/remove-py39-402c99b2b1322f16.yaml
 releasenotes/notes/remove-yamlutils-94c921247ab33003.yaml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo_serialization-5.10.0/oslo.serialization.egg-info/pbr.json 
new/oslo_serialization-5.11.0/oslo.serialization.egg-info/pbr.json
--- old/oslo_serialization-5.10.0/oslo.serialization.egg-info/pbr.json  
2026-05-18 11:18:01.000000000 +0200
+++ new/oslo_serialization-5.11.0/oslo.serialization.egg-info/pbr.json  
2026-07-10 14:46:55.000000000 +0200
@@ -1 +1 @@
-{"git_version": "cd64272", "is_release": true}
\ No newline at end of file
+{"git_version": "c451745", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo_serialization-5.10.0/oslo_serialization/msgpackutils.py 
new/oslo_serialization-5.11.0/oslo_serialization/msgpackutils.py
--- old/oslo_serialization-5.10.0/oslo_serialization/msgpackutils.py    
2026-05-18 11:17:17.000000000 +0200
+++ new/oslo_serialization-5.11.0/oslo_serialization/msgpackutils.py    
2026-07-10 14:46:07.000000000 +0200
@@ -31,7 +31,7 @@
 import datetime
 import functools
 import itertools
-from typing import Any, Protocol, TypeVar, TYPE_CHECKING
+from typing import Any, Protocol, Self, TypeVar, TYPE_CHECKING
 import uuid
 from xmlrpc import client as xmlrpclib
 import zoneinfo
@@ -46,8 +46,6 @@
     netaddr = None  # type: ignore
 
 if TYPE_CHECKING:
-    from typing_extensions import Self
-
     # this is not subscriptable until Python 3.11
     ItertoolsCountT = itertools.count[Any]
 else:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo_serialization-5.10.0/pyproject.toml 
new/oslo_serialization-5.11.0/pyproject.toml
--- old/oslo_serialization-5.10.0/pyproject.toml        2026-05-18 
11:17:17.000000000 +0200
+++ new/oslo_serialization-5.11.0/pyproject.toml        2026-07-10 
14:46:07.000000000 +0200
@@ -10,7 +10,7 @@
     {name = "OpenStack", email = "[email protected]"},
 ]
 license = "Apache-2.0"
-requires-python = ">=3.10"
+requires-python = ">=3.11"
 dynamic = ["version", "dependencies"]
 classifiers = [
     "Environment :: OpenStack",
@@ -19,10 +19,10 @@
     "Operating System :: POSIX :: Linux",
     "Programming Language :: Python",
     "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",
     "Programming Language :: Python :: 3 :: Only",
     "Programming Language :: Python :: Implementation :: CPython",
     "Typing :: Typed",
@@ -36,7 +36,7 @@
 include = ["oslo_serialization"]
 
 [tool.mypy]
-python_version = "3.10"
+python_version = "3.11"
 show_column_numbers = true
 show_error_context = true
 strict = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo_serialization-5.10.0/releasenotes/notes/remove-py310-45ed4baad69ee8ea.yaml
 
new/oslo_serialization-5.11.0/releasenotes/notes/remove-py310-45ed4baad69ee8ea.yaml
--- 
old/oslo_serialization-5.10.0/releasenotes/notes/remove-py310-45ed4baad69ee8ea.yaml
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/oslo_serialization-5.11.0/releasenotes/notes/remove-py310-45ed4baad69ee8ea.yaml
 2026-07-10 14:46:07.000000000 +0200
@@ -0,0 +1,5 @@
+---
+upgrade:
+  - |
+    Support for Python 3.10 has been removed. Now the minimum python version
+    supported is 3.11.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo_serialization-5.10.0/tox.ini 
new/oslo_serialization-5.11.0/tox.ini
--- old/oslo_serialization-5.10.0/tox.ini       2026-05-18 11:17:17.000000000 
+0200
+++ new/oslo_serialization-5.11.0/tox.ini       2026-07-10 14:46:07.000000000 
+0200
@@ -7,7 +7,6 @@
   
{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
 deps =
   -r{toxinidir}/test-requirements.txt
-  -r{toxinidir}/requirements.txt
 commands = stestr run --slowest {posargs}
 
 [testenv:pep8]
@@ -53,6 +52,7 @@
   sphinx-build -W --keep-going -b html doc/source doc/build/html
 
 [testenv:releasenotes]
+skip_install = true
 allowlist_externals = rm
 deps = {[testenv:docs]deps}
 commands =

Reply via email to