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 2021-12-12 00:57:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.serialization (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.serialization.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.serialization"

Sun Dec 12 00:57:37 2021 rev:18 rq:939540 version:4.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-oslo.serialization/python-oslo.serialization.changes
      2021-05-10 15:39:52.165444079 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.serialization.new.2520/python-oslo.serialization.changes
    2021-12-12 00:57:47.762592061 +0100
@@ -1,0 +2,12 @@
+Tue Oct 26 21:58:01 UTC 2021 - cloud-de...@suse.de
+
+- update to version 4.2.0
+  - Move flake8 as a pre-commit local target.
+  - Update master for stable/wallaby
+  - Remove lower-constraints remnants
+  - setup.cfg: Replace dashes with underscores
+  - Use TOX_CONSTRAINTS_FILE
+  - Add Python3 xena unit tests
+  - Drop use of deprecated collections classes
+
+-------------------------------------------------------------------

Old:
----
  oslo.serialization-4.1.0.tar.gz

New:
----
  oslo.serialization-4.2.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.serialization.spec ++++++
--- /var/tmp/diff_new_pack.Htk1qn/_old  2021-12-12 00:57:48.166592339 +0100
+++ /var/tmp/diff_new_pack.Htk1qn/_new  2021-12-12 00:57:48.166592339 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           python-oslo.serialization
-Version:        4.1.0
+Version:        4.2.0
 Release:        0
 Summary:        OpenStack serialization library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.serialization
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.serialization/oslo.serialization-4.1.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.serialization/oslo.serialization-4.2.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-mock
 BuildRequires:  python3-msgpack >= 0.5.2
@@ -63,7 +63,7 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.serialization-4.1.0
+%autosetup -p1 -n oslo.serialization-4.2.0
 sed -i -e "s,bandit.*,," test-requirements.txt
 %py_req_cleanup
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Htk1qn/_old  2021-12-12 00:57:48.190592355 +0100
+++ /var/tmp/diff_new_pack.Htk1qn/_new  2021-12-12 00:57:48.190592355 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/oslo.serialization/oslo.serialization.spec.j2</param>
+    <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.serialization/oslo.serialization.spec.j2</param>
     <param name="output-name">python-oslo.serialization.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/oslo.serialization/raw/branch/stable/wallaby/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/oslo.serialization/raw/master/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,oslo.serialization</param>
   </service>

++++++ oslo.serialization-4.1.0.tar.gz -> oslo.serialization-4.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.1.0/.pre-commit-config.yaml 
new/oslo.serialization-4.2.0/.pre-commit-config.yaml
--- old/oslo.serialization-4.1.0/.pre-commit-config.yaml        2021-02-08 
14:22:31.000000000 +0100
+++ new/oslo.serialization-4.2.0/.pre-commit-config.yaml        2021-08-19 
14:42:38.000000000 +0200
@@ -9,7 +9,7 @@
 
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: ebc15addedad713c86ef18ae9632c88e187dd0af  # v3.1.0
+    rev: 9136088a246768144165fcc3ecc3d31bb686920a # v3.3.0
     hooks:
       - id: trailing-whitespace
       # Replaces or checks mixed line ending
@@ -27,9 +27,13 @@
       - id: debug-statements
       - id: check-yaml
         files: .*\.(yaml|yml)$
-  - repo: https://gitlab.com/pycqa/flake8
-    rev: 181bb46098dddf7e2d45319ea654b4b4d58c2840 # 3.8.3
+  - repo: local
     hooks:
       - id: flake8
+        name: flake8
         additional_dependencies:
           - hacking>=3.0.1,<3.1.0
+        language: python
+        entry: flake8
+        files: '^.*\.py$'
+        exclude: '^(doc|releasenotes|tools)/.*$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.1.0/.zuul.yaml 
new/oslo.serialization-4.2.0/.zuul.yaml
--- old/oslo.serialization-4.1.0/.zuul.yaml     2021-02-08 14:22:31.000000000 
+0100
+++ new/oslo.serialization-4.2.0/.zuul.yaml     2021-08-19 14:42:38.000000000 
+0200
@@ -2,7 +2,7 @@
     templates:
       - check-requirements
       - lib-forward-testing-python3
-      - openstack-python3-wallaby-jobs
+      - openstack-python3-xena-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-4.1.0/AUTHORS 
new/oslo.serialization-4.2.0/AUTHORS
--- old/oslo.serialization-4.1.0/AUTHORS        2021-02-08 14:23:10.000000000 
+0100
+++ new/oslo.serialization-4.2.0/AUTHORS        2021-08-19 14:43:17.000000000 
+0200
@@ -84,7 +84,9 @@
 jacky06 <zhang....@99cloud.net>
 melissaml <ma....@99cloud.net>
 ricolin <rico....@easystack.cn>
+wu.shiming <wushim...@yovole.com>
 xianming.mao <xianming....@easystack.cn>
+yangyawei <yangya...@inspur.com>
 yanheven <yanhe...@qq.com>
 zhangboye <zhangb...@inspur.com>
 zhoulinhui <df.s...@foxmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.1.0/ChangeLog 
new/oslo.serialization-4.2.0/ChangeLog
--- old/oslo.serialization-4.1.0/ChangeLog      2021-02-08 14:23:10.000000000 
+0100
+++ new/oslo.serialization-4.2.0/ChangeLog      2021-08-19 14:43:17.000000000 
+0200
@@ -1,10 +1,21 @@
 CHANGES
 =======
 
+4.2.0
+-----
+
+* setup.cfg: Replace dashes with underscores
+* Move flake8 as a pre-commit local target
+* Add Python3 xena unit tests
+* Update master for stable/wallaby
+* Remove lower-constraints remnants
+* Drop use of deprecated collections classes
+
 4.1.0
 -----
 
 * Fix json to\_primitive when using IO OBjects
+* Use TOX\_CONSTRAINTS\_FILE
 * Dropping lower constraints testing
 * Use py3 as the default runtime for tox
 * Fix hacking min version to 3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.1.0/PKG-INFO 
new/oslo.serialization-4.2.0/PKG-INFO
--- old/oslo.serialization-4.1.0/PKG-INFO       2021-02-08 14:23:10.970974700 
+0100
+++ new/oslo.serialization-4.2.0/PKG-INFO       2021-08-19 14:43:17.280139700 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.serialization
-Version: 4.1.0
+Version: 4.2.0
 Summary: Oslo Serialization library
 Home-page: https://docs.openstack.org/oslo.serialization/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.1.0/lower-constraints.txt 
new/oslo.serialization-4.2.0/lower-constraints.txt
--- old/oslo.serialization-4.1.0/lower-constraints.txt  2021-02-08 
14:22:31.000000000 +0100
+++ new/oslo.serialization-4.2.0/lower-constraints.txt  1970-01-01 
01:00:00.000000000 +0100
@@ -1,35 +0,0 @@
-appdirs==1.3.0
-Babel==2.3.4
-bandit==1.4.0
-coverage==4.0
-debtcollector==1.2.0
-extras==1.0.0
-fixtures==3.0.0
-gitdb==0.6.4
-GitPython==1.0.1
-ipaddress===1.0.17
-iso8601==0.1.11
-keystoneauth1==3.4.0
-linecache2==1.0.0
-mox3==0.20.0
-msgpack==0.5.2
-netaddr==0.7.18
-netifaces==0.10.4
-os-client-config==1.28.0
-oslo.i18n==3.15.3
-oslo.utils==3.33.0
-oslotest==3.2.0
-pbr==2.0.0
-pyparsing==2.1.0
-python-mimeparse==1.6.0
-python-subunit==1.0.0
-pytz==2013.6
-requests==2.14.2
-requestsexceptions==1.2.0
-smmap==0.9.0
-stestr==2.0.0
-stevedore==1.20.0
-testtools==2.2.0
-traceback2==1.4.0
-unittest2==1.1.0
-wrapt==1.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.serialization-4.1.0/oslo.serialization.egg-info/PKG-INFO 
new/oslo.serialization-4.2.0/oslo.serialization.egg-info/PKG-INFO
--- old/oslo.serialization-4.1.0/oslo.serialization.egg-info/PKG-INFO   
2021-02-08 14:23:10.000000000 +0100
+++ new/oslo.serialization-4.2.0/oslo.serialization.egg-info/PKG-INFO   
2021-08-19 14:43:17.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.serialization
-Version: 4.1.0
+Version: 4.2.0
 Summary: Oslo Serialization library
 Home-page: https://docs.openstack.org/oslo.serialization/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.serialization-4.1.0/oslo.serialization.egg-info/SOURCES.txt 
new/oslo.serialization-4.2.0/oslo.serialization.egg-info/SOURCES.txt
--- old/oslo.serialization-4.1.0/oslo.serialization.egg-info/SOURCES.txt        
2021-02-08 14:23:10.000000000 +0100
+++ new/oslo.serialization-4.2.0/oslo.serialization.egg-info/SOURCES.txt        
2021-08-19 14:43:17.000000000 +0200
@@ -9,7 +9,6 @@
 HACKING.rst
 LICENSE
 README.rst
-lower-constraints.txt
 requirements.txt
 setup.cfg
 setup.py
@@ -58,5 +57,6 @@
 releasenotes/source/unreleased.rst
 releasenotes/source/ussuri.rst
 releasenotes/source/victoria.rst
+releasenotes/source/wallaby.rst
 releasenotes/source/_static/.placeholder
 releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.serialization-4.1.0/oslo.serialization.egg-info/pbr.json 
new/oslo.serialization-4.2.0/oslo.serialization.egg-info/pbr.json
--- old/oslo.serialization-4.1.0/oslo.serialization.egg-info/pbr.json   
2021-02-08 14:23:10.000000000 +0100
+++ new/oslo.serialization-4.2.0/oslo.serialization.egg-info/pbr.json   
2021-08-19 14:43:17.000000000 +0200
@@ -1 +1 @@
-{"git_version": "8445e61", "is_release": true}
\ No newline at end of file
+{"git_version": "2b94a4f", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.serialization-4.1.0/oslo_serialization/tests/test_jsonutils.py 
new/oslo.serialization-4.2.0/oslo_serialization/tests/test_jsonutils.py
--- old/oslo.serialization-4.1.0/oslo_serialization/tests/test_jsonutils.py     
2021-02-08 14:22:31.000000000 +0100
+++ new/oslo.serialization-4.2.0/oslo_serialization/tests/test_jsonutils.py     
2021-08-19 14:42:38.000000000 +0200
@@ -14,6 +14,7 @@
 #    under the License.
 
 import collections
+import collections.abc
 import datetime
 import functools
 import io
@@ -241,9 +242,9 @@
         self.assertEqual({'iteritems': 'iteritems'}, p)
 
     def test_mapping(self):
-        # Make sure collections.Mapping is converted to a dict
+        # Make sure collections.abc.Mapping is converted to a dict
         # and not a list.
-        class MappingClass(collections.Mapping):
+        class MappingClass(collections.abc.Mapping):
             def __init__(self):
                 self.data = dict(a=1, b=2, c=3)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.serialization-4.1.0/releasenotes/source/index.rst 
new/oslo.serialization-4.2.0/releasenotes/source/index.rst
--- old/oslo.serialization-4.1.0/releasenotes/source/index.rst  2021-02-08 
14:22:31.000000000 +0100
+++ new/oslo.serialization-4.2.0/releasenotes/source/index.rst  2021-08-19 
14:42:38.000000000 +0200
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   wallaby
    victoria
    ussuri
    train
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.serialization-4.1.0/releasenotes/source/wallaby.rst 
new/oslo.serialization-4.2.0/releasenotes/source/wallaby.rst
--- old/oslo.serialization-4.1.0/releasenotes/source/wallaby.rst        
1970-01-01 01:00:00.000000000 +0100
+++ new/oslo.serialization-4.2.0/releasenotes/source/wallaby.rst        
2021-08-19 14:42:38.000000000 +0200
@@ -0,0 +1,6 @@
+============================
+Wallaby Series Release Notes
+============================
+
+.. release-notes::
+   :branch: stable/wallaby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.1.0/setup.cfg 
new/oslo.serialization-4.2.0/setup.cfg
--- old/oslo.serialization-4.1.0/setup.cfg      2021-02-08 14:23:10.970974700 
+0100
+++ new/oslo.serialization-4.2.0/setup.cfg      2021-08-19 14:43:17.280139700 
+0200
@@ -1,12 +1,12 @@
 [metadata]
 name = oslo.serialization
 summary = Oslo Serialization library
-description-file = 
+description_file = 
        README.rst
 author = OpenStack
-author-email = openstack-disc...@lists.openstack.org
-home-page = https://docs.openstack.org/oslo.serialization/latest/
-python-requires = >=3.6
+author_email = openstack-disc...@lists.openstack.org
+home_page = https://docs.openstack.org/oslo.serialization/latest/
+python_requires = >=3.6
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.1.0/tox.ini 
new/oslo.serialization-4.2.0/tox.ini
--- old/oslo.serialization-4.1.0/tox.ini        2021-02-08 14:22:31.000000000 
+0100
+++ new/oslo.serialization-4.2.0/tox.ini        2021-08-19 14:42:38.000000000 
+0200
@@ -6,7 +6,7 @@
 
 [testenv]
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
   -r{toxinidir}/test-requirements.txt
   -r{toxinidir}/requirements.txt
 commands = stestr run --slowest {posargs}
@@ -26,7 +26,7 @@
 [testenv:docs]
 whitelist_externals = rm
 deps =
-  
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
   -r{toxinidir}/doc/requirements.txt
 commands =
   rm -fr doc/build
@@ -39,12 +39,6 @@
   rm -rf releasenotes/build
   sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -b html 
releasenotes/source releasenotes/build/html
 
-[testenv:lower-constraints]
-deps =
-  -c{toxinidir}/lower-constraints.txt
-  -r{toxinidir}/test-requirements.txt
-  -r{toxinidir}/requirements.txt
-
 [flake8]
 # E123, E125 skipped as they are invalid PEP-8.
 # W504 line break after binary operator

Reply via email to