Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.versionedobjects for 
openSUSE:Factory checked in at 2024-03-25 21:11:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.versionedobjects (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new.1905 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.versionedobjects"

Mon Mar 25 21:11:11 2024 rev:18 rq:1161183 version:3.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-oslo.versionedobjects/python-oslo.versionedobjects.changes
        2023-12-28 23:04:58.382138566 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.versionedobjects.new.1905/python-oslo.versionedobjects.changes
      2024-03-25 21:17:53.862787984 +0100
@@ -1,0 +2,12 @@
+Sun Mar 24 20:04:25 UTC 2024 - cloud-de...@suse.de
+
+- removed 0001-Avoid-TypeError-when-building-for-Sphinx-6.1.1-and-a.patch
+- update to version 3.3.0
+  - Avoid TypeError when building for Sphinx 6.1.1 and above
+  - Bump hacking
+  - Update python classifier in setup.cfg
+  - coveragerc: Remove non-existent path
+  - reno: Update master for unmaintained/yoga
+  - Update master for stable/2023.2
+
+-------------------------------------------------------------------

Old:
----
  0001-Avoid-TypeError-when-building-for-Sphinx-6.1.1-and-a.patch
  oslo.versionedobjects-3.2.0.tar.gz

New:
----
  oslo.versionedobjects-3.3.0.tar.gz

BETA DEBUG BEGIN:
  Old:
- removed 0001-Avoid-TypeError-when-building-for-Sphinx-6.1.1-and-a.patch
- update to version 3.3.0
BETA DEBUG END:

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

Other differences:
------------------
++++++ python-oslo.versionedobjects.spec ++++++
--- /var/tmp/diff_new_pack.wV8gRw/_old  2024-03-25 21:17:54.910826530 +0100
+++ /var/tmp/diff_new_pack.wV8gRw/_new  2024-03-25 21:17:54.910826530 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.versionedobjects
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:           python-oslo.versionedobjects
-Version:        3.2.0
+Version:        3.3.0
 Release:        0
 Summary:        Oslo Versioned Objects library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.versionedobjects
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.versionedobjects/oslo.versionedobjects-3.2.0.tar.gz
-Patch1:         0001-Avoid-TypeError-when-building-for-Sphinx-6.1.1-and-a.patch
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.versionedobjects/oslo.versionedobjects-3.3.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-iso8601 >= 0.1.11
 BuildRequires:  python3-jsonschema
@@ -83,7 +82,7 @@
 This package contains documentation files for %{name}.
 
 %prep
-%autosetup -p1 -n oslo.versionedobjects-3.2.0
+%autosetup -p1 -n oslo.versionedobjects-3.3.0
 %py_req_cleanup
 
 %build

++++++ oslo.versionedobjects-3.2.0.tar.gz -> oslo.versionedobjects-3.3.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/.coveragerc 
new/oslo.versionedobjects-3.3.0/.coveragerc
--- old/oslo.versionedobjects-3.2.0/.coveragerc 2023-08-28 15:03:17.000000000 
+0200
+++ new/oslo.versionedobjects-3.3.0/.coveragerc 2024-02-22 16:09:48.000000000 
+0100
@@ -1,7 +1,7 @@
 [run]
 branch = True
 source = oslo_versionedobjects
-omit = oslo_versionedobjects/tests/*,versionedobjects/openstack/*
+omit = oslo_versionedobjects/tests/*
 
 [report]
 ignore_errors = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/.pre-commit-config.yaml 
new/oslo.versionedobjects-3.3.0/.pre-commit-config.yaml
--- old/oslo.versionedobjects-3.2.0/.pre-commit-config.yaml     2023-08-28 
15:03:17.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/.pre-commit-config.yaml     2024-02-22 
16:09:48.000000000 +0100
@@ -32,7 +32,7 @@
       - id: flake8
         name: flake8
         additional_dependencies:
-          - hacking>=3.0.1,<3.1.0
+          - hacking>=6.1.0,<6.2.0
         language: python
         entry: flake8
         files: '^.*\.py$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/AUTHORS 
new/oslo.versionedobjects-3.3.0/AUTHORS
--- old/oslo.versionedobjects-3.2.0/AUTHORS     2023-08-28 15:03:44.000000000 
+0200
+++ new/oslo.versionedobjects-3.3.0/AUTHORS     2024-02-22 16:10:16.000000000 
+0100
@@ -102,6 +102,7 @@
 Devin Carlen <devin.car...@gmail.com>
 Dinesh Bhor <dinesh.b...@nttdata.com>
 Dirk Mueller <d...@dmllr.de>
+Dirk Müller <d...@dmllr.de>
 Dmitry Borodaenko <dborodae...@mirantis.com>
 Donal Lafferty <donal.laffe...@citrix.com>
 Doug Hellmann <doug.hellm...@dreamhost.com>
@@ -339,6 +340,7 @@
 SuperStack <superst...@superstack.org>
 Surojit Pathak <s...@yahoo-inc.com>
 Sylvain Bauza <sba...@redhat.com>
+Takashi Kajinami <kajina...@oss.nttdata.com>
 Takashi Kajinami <tkaji...@redhat.com>
 Takashi NATSUME <natsume.taka...@lab.ntt.co.jp>
 Thang Pham <thang.g.p...@gmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/ChangeLog 
new/oslo.versionedobjects-3.3.0/ChangeLog
--- old/oslo.versionedobjects-3.2.0/ChangeLog   2023-08-28 15:03:43.000000000 
+0200
+++ new/oslo.versionedobjects-3.3.0/ChangeLog   2024-02-22 16:10:15.000000000 
+0100
@@ -1,6 +1,15 @@
 CHANGES
 =======
 
+3.3.0
+-----
+
+* reno: Update master for unmaintained/yoga
+* Bump hacking
+* Update python classifier in setup.cfg
+* coveragerc: Remove non-existent path
+* Update master for stable/2023.2
+
 3.2.0
 -----
 
@@ -8,6 +17,7 @@
 * Imported Translations from Zanata
 * Revert "Moves supported python runtimes from version 3.8 to 3.10"
 * Moves supported python runtimes from version 3.8 to 3.10
+* Avoid TypeError when building for Sphinx 6.1.1 and above
 * Update master for stable/2023.1
 * Imported Translations from Zanata
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/PKG-INFO 
new/oslo.versionedobjects-3.3.0/PKG-INFO
--- old/oslo.versionedobjects-3.2.0/PKG-INFO    2023-08-28 15:03:44.163599500 
+0200
+++ new/oslo.versionedobjects-3.3.0/PKG-INFO    2024-02-22 16:10:16.318356300 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.versionedobjects
-Version: 3.2.0
+Version: 3.3.0
 Summary: Oslo Versioned Objects library
 Home-page: https://docs.openstack.org/oslo.versionedobjects/latest/
 Author: OpenStack
@@ -51,6 +51,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/doc/source/conf.py 
new/oslo.versionedobjects-3.3.0/doc/source/conf.py
--- old/oslo.versionedobjects-3.2.0/doc/source/conf.py  2023-08-28 
15:03:17.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/doc/source/conf.py  2024-02-22 
16:09:48.000000000 +0100
@@ -59,7 +59,7 @@
 # Shortened external links.
 extlinks = {
     'example': (source_tree +
-                '/%s/examples/%%s.py' % project.replace(".", "_"), ''),
+                '/%s/examples/%%s.py' % project.replace(".", "_"), None),
 }
 
 # The name of the Pygments (syntax highlighting) style to use.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.versionedobjects-3.2.0/oslo.versionedobjects.egg-info/PKG-INFO 
new/oslo.versionedobjects-3.3.0/oslo.versionedobjects.egg-info/PKG-INFO
--- old/oslo.versionedobjects-3.2.0/oslo.versionedobjects.egg-info/PKG-INFO     
2023-08-28 15:03:44.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/oslo.versionedobjects.egg-info/PKG-INFO     
2024-02-22 16:10:16.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.versionedobjects
-Version: 3.2.0
+Version: 3.3.0
 Summary: Oslo Versioned Objects library
 Home-page: https://docs.openstack.org/oslo.versionedobjects/latest/
 Author: OpenStack
@@ -51,6 +51,7 @@
 Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.versionedobjects-3.2.0/oslo.versionedobjects.egg-info/SOURCES.txt 
new/oslo.versionedobjects-3.3.0/oslo.versionedobjects.egg-info/SOURCES.txt
--- old/oslo.versionedobjects-3.2.0/oslo.versionedobjects.egg-info/SOURCES.txt  
2023-08-28 15:03:44.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/oslo.versionedobjects.egg-info/SOURCES.txt  
2024-02-22 16:10:16.000000000 +0100
@@ -60,6 +60,7 @@
 releasenotes/notes/drop-python27-support-b3e377b0dcfa4f5c.yaml
 releasenotes/notes/update_md5_for_fips-e5a8f8f438ac81fb.yaml
 releasenotes/source/2023.1.rst
+releasenotes/source/2023.2.rst
 releasenotes/source/conf.py
 releasenotes/source/index.rst
 releasenotes/source/ocata.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.versionedobjects-3.2.0/oslo.versionedobjects.egg-info/pbr.json 
new/oslo.versionedobjects-3.3.0/oslo.versionedobjects.egg-info/pbr.json
--- old/oslo.versionedobjects-3.2.0/oslo.versionedobjects.egg-info/pbr.json     
2023-08-28 15:03:44.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/oslo.versionedobjects.egg-info/pbr.json     
2024-02-22 16:10:16.000000000 +0100
@@ -1 +1 @@
-{"git_version": "6478669", "is_release": true}
\ No newline at end of file
+{"git_version": "25db0cf", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.versionedobjects-3.2.0/oslo_versionedobjects/tests/test_fields.py 
new/oslo.versionedobjects-3.3.0/oslo_versionedobjects/tests/test_fields.py
--- old/oslo.versionedobjects-3.2.0/oslo_versionedobjects/tests/test_fields.py  
2023-08-28 15:03:17.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/oslo_versionedobjects/tests/test_fields.py  
2024-02-22 16:09:48.000000000 +0100
@@ -223,7 +223,8 @@
         pattern = schema['pattern']
         for _, valid_val in self.coerce_good_values:
             self.assertRegex(valid_val, pattern)
-        invalid_vals = [x for x in self.coerce_bad_values if type(x) == 'str']
+        invalid_vals = [x for x in self.coerce_bad_values
+                        if isinstance(x, str)]
         for invalid_val in invalid_vals:
             self.assertNotRegex(invalid_val, pattern)
 
@@ -255,7 +256,8 @@
         pattern = schema['pattern']
         for _, valid_val in self.coerce_good_values:
             self.assertRegex(valid_val, pattern)
-        invalid_vals = [x for x in self.coerce_bad_values if type(x) == 'str']
+        invalid_vals = [x for x in self.coerce_bad_values
+                        if isinstance(x, str)]
         for invalid_val in invalid_vals:
             self.assertNotRegex(invalid_val, pattern)
 
@@ -312,7 +314,8 @@
         pattern = schema['pattern']
         for _, valid_val in self.coerce_good_values[:4]:
             self.assertRegex(valid_val, pattern)
-        invalid_vals = [x for x in self.coerce_bad_values if type(x) == 'str']
+        invalid_vals = [x for x in self.coerce_bad_values
+                        if isinstance(x, str)]
         for invalid_val in invalid_vals:
             self.assertNotRegex(invalid_val, pattern)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.versionedobjects-3.2.0/releasenotes/source/2023.2.rst 
new/oslo.versionedobjects-3.3.0/releasenotes/source/2023.2.rst
--- old/oslo.versionedobjects-3.2.0/releasenotes/source/2023.2.rst      
1970-01-01 01:00:00.000000000 +0100
+++ new/oslo.versionedobjects-3.3.0/releasenotes/source/2023.2.rst      
2024-02-22 16:09:48.000000000 +0100
@@ -0,0 +1,6 @@
+===========================
+2023.2 Series Release Notes
+===========================
+
+.. release-notes::
+   :branch: stable/2023.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.versionedobjects-3.2.0/releasenotes/source/index.rst 
new/oslo.versionedobjects-3.3.0/releasenotes/source/index.rst
--- old/oslo.versionedobjects-3.2.0/releasenotes/source/index.rst       
2023-08-28 15:03:17.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/releasenotes/source/index.rst       
2024-02-22 16:09:48.000000000 +0100
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   2023.2
    2023.1
    zed
    yoga
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.versionedobjects-3.2.0/releasenotes/source/yoga.rst 
new/oslo.versionedobjects-3.3.0/releasenotes/source/yoga.rst
--- old/oslo.versionedobjects-3.2.0/releasenotes/source/yoga.rst        
2023-08-28 15:03:17.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/releasenotes/source/yoga.rst        
2024-02-22 16:09:48.000000000 +0100
@@ -3,4 +3,4 @@
 =========================
 
 .. release-notes::
-   :branch: stable/yoga
+   :branch: unmaintained/yoga
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/requirements.txt 
new/oslo.versionedobjects-3.3.0/requirements.txt
--- old/oslo.versionedobjects-3.2.0/requirements.txt    2023-08-28 
15:03:17.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/requirements.txt    2024-02-22 
16:09:48.000000000 +0100
@@ -1,6 +1,3 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
 oslo.concurrency>=3.26.0 # Apache-2.0
 oslo.config>=5.2.0 # Apache-2.0
 oslo.context>=2.19.2 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/setup.cfg 
new/oslo.versionedobjects-3.3.0/setup.cfg
--- old/oslo.versionedobjects-3.2.0/setup.cfg   2023-08-28 15:03:44.167599400 
+0200
+++ new/oslo.versionedobjects-3.3.0/setup.cfg   2024-02-22 16:10:16.318356300 
+0100
@@ -18,6 +18,7 @@
        Programming Language :: Python :: 3.8
        Programming Language :: Python :: 3.9
        Programming Language :: Python :: 3.10
+       Programming Language :: Python :: 3.11
        Programming Language :: Python :: 3 :: Only
        Programming Language :: Python :: Implementation :: CPython
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.versionedobjects-3.2.0/test-requirements.txt 
new/oslo.versionedobjects-3.3.0/test-requirements.txt
--- old/oslo.versionedobjects-3.2.0/test-requirements.txt       2023-08-28 
15:03:17.000000000 +0200
+++ new/oslo.versionedobjects-3.3.0/test-requirements.txt       2024-02-22 
16:09:48.000000000 +0100
@@ -1,7 +1,4 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
-hacking>=3.1.0,<3.2.0 # Apache-2.0
+hacking>=6.1.0,<6.2.0 # Apache-2.0
 oslotest>=3.2.0 # Apache-2.0
 testtools>=2.2.0 # MIT
 coverage!=4.4,>=4.0 # Apache-2.0

Reply via email to