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 2022-05-25 20:34:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.serialization (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.serialization.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.serialization"

Wed May 25 20:34:38 2022 rev:19 rq:979082 version:4.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-oslo.serialization/python-oslo.serialization.changes
      2021-12-12 00:57:47.762592061 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.serialization.new.2254/python-oslo.serialization.changes
    2022-05-25 20:35:03.812269615 +0200
@@ -1,0 +2,8 @@
+Tue May 24 21:27:55 UTC 2022 - [email protected]
+
+- update to version 4.3.0
+  - setup.cfg: Replace dashes with underscores
+  - Update master for stable/xena
+  - Add Python3 yoga unit tests
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-oslo.serialization.spec ++++++
--- /var/tmp/diff_new_pack.oUFtjC/_old  2022-05-25 20:35:04.312270313 +0200
+++ /var/tmp/diff_new_pack.oUFtjC/_new  2022-05-25 20:35:04.312270313 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.serialization
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,14 @@
 
 
 Name:           python-oslo.serialization
-Version:        4.2.0
+Version:        4.3.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.2.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.serialization/oslo.serialization-4.3.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python3-mock
 BuildRequires:  python3-msgpack >= 0.5.2
 BuildRequires:  python3-netaddr
 BuildRequires:  python3-oslo.i18n
@@ -44,7 +43,6 @@
 Requires:       python3-msgpack >= 0.5.2
 Requires:       python3-oslo.utils >= 3.33.0
 Requires:       python3-pytz >= 2013.6
-Requires:       python3-six
 
 %description -n python3-oslo.serialization
 The oslo.serialization library provides support for representing objects
@@ -63,7 +61,7 @@
 This package contains the documentation.
 
 %prep
-%autosetup -p1 -n oslo.serialization-4.2.0
+%autosetup -p1 -n oslo.serialization-4.3.0
 sed -i -e "s,bandit.*,," test-requirements.txt
 %py_req_cleanup
 

++++++ oslo.serialization-4.2.0.tar.gz -> oslo.serialization-4.3.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.2.0/.zuul.yaml 
new/oslo.serialization-4.3.0/.zuul.yaml
--- old/oslo.serialization-4.2.0/.zuul.yaml     2021-08-19 14:42:38.000000000 
+0200
+++ new/oslo.serialization-4.3.0/.zuul.yaml     2022-02-16 17:20:13.000000000 
+0100
@@ -2,7 +2,7 @@
     templates:
       - check-requirements
       - lib-forward-testing-python3
-      - openstack-python3-xena-jobs
+      - openstack-python3-yoga-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.2.0/AUTHORS 
new/oslo.serialization-4.3.0/AUTHORS
--- old/oslo.serialization-4.2.0/AUTHORS        2021-08-19 14:43:17.000000000 
+0200
+++ new/oslo.serialization-4.3.0/AUTHORS        2022-02-16 17:20:46.000000000 
+0100
@@ -82,6 +82,7 @@
 gecong1973 <[email protected]>
 gujin <[email protected]>
 jacky06 <[email protected]>
+jiangzhilin <[email protected]>
 melissaml <[email protected]>
 ricolin <[email protected]>
 wu.shiming <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.2.0/ChangeLog 
new/oslo.serialization-4.3.0/ChangeLog
--- old/oslo.serialization-4.2.0/ChangeLog      2021-08-19 14:43:17.000000000 
+0200
+++ new/oslo.serialization-4.3.0/ChangeLog      2022-02-16 17:20:46.000000000 
+0100
@@ -1,10 +1,17 @@
 CHANGES
 =======
 
+4.3.0
+-----
+
+* Add Python3 yoga unit tests
+* Update master for stable/xena
+
 4.2.0
 -----
 
 * setup.cfg: Replace dashes with underscores
+* setup.cfg: Replace dashes with underscores
 * Move flake8 as a pre-commit local target
 * Add Python3 xena unit tests
 * Update master for stable/wallaby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.serialization-4.2.0/PKG-INFO 
new/oslo.serialization-4.3.0/PKG-INFO
--- old/oslo.serialization-4.2.0/PKG-INFO       2021-08-19 14:43:17.280139700 
+0200
+++ new/oslo.serialization-4.3.0/PKG-INFO       2022-02-16 17:20:47.077769500 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.serialization
-Version: 4.2.0
+Version: 4.3.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.2.0/oslo.serialization.egg-info/PKG-INFO 
new/oslo.serialization-4.3.0/oslo.serialization.egg-info/PKG-INFO
--- old/oslo.serialization-4.2.0/oslo.serialization.egg-info/PKG-INFO   
2021-08-19 14:43:17.000000000 +0200
+++ new/oslo.serialization-4.3.0/oslo.serialization.egg-info/PKG-INFO   
2022-02-16 17:20:46.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.serialization
-Version: 4.2.0
+Version: 4.3.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.2.0/oslo.serialization.egg-info/SOURCES.txt 
new/oslo.serialization-4.3.0/oslo.serialization.egg-info/SOURCES.txt
--- old/oslo.serialization-4.2.0/oslo.serialization.egg-info/SOURCES.txt        
2021-08-19 14:43:17.000000000 +0200
+++ new/oslo.serialization-4.3.0/oslo.serialization.egg-info/SOURCES.txt        
2022-02-16 17:20:47.000000000 +0100
@@ -58,5 +58,6 @@
 releasenotes/source/ussuri.rst
 releasenotes/source/victoria.rst
 releasenotes/source/wallaby.rst
+releasenotes/source/xena.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.2.0/oslo.serialization.egg-info/pbr.json 
new/oslo.serialization-4.3.0/oslo.serialization.egg-info/pbr.json
--- old/oslo.serialization-4.2.0/oslo.serialization.egg-info/pbr.json   
2021-08-19 14:43:17.000000000 +0200
+++ new/oslo.serialization-4.3.0/oslo.serialization.egg-info/pbr.json   
2022-02-16 17:20:46.000000000 +0100
@@ -1 +1 @@
-{"git_version": "2b94a4f", "is_release": true}
\ No newline at end of file
+{"git_version": "6910f75", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.serialization-4.2.0/releasenotes/source/index.rst 
new/oslo.serialization-4.3.0/releasenotes/source/index.rst
--- old/oslo.serialization-4.2.0/releasenotes/source/index.rst  2021-08-19 
14:42:38.000000000 +0200
+++ new/oslo.serialization-4.3.0/releasenotes/source/index.rst  2022-02-16 
17:20:13.000000000 +0100
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   xena
    wallaby
    victoria
    ussuri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.serialization-4.2.0/releasenotes/source/xena.rst 
new/oslo.serialization-4.3.0/releasenotes/source/xena.rst
--- old/oslo.serialization-4.2.0/releasenotes/source/xena.rst   1970-01-01 
01:00:00.000000000 +0100
+++ new/oslo.serialization-4.3.0/releasenotes/source/xena.rst   2022-02-16 
17:20:13.000000000 +0100
@@ -0,0 +1,6 @@
+=========================
+Xena Series Release Notes
+=========================
+
+.. release-notes::
+   :branch: stable/xena

Reply via email to