Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.log for openSUSE:Factory 
checked in at 2023-05-03 15:42:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.log (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.log.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.log"

Wed May  3 15:42:23 2023 rev:23 rq:1084311 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes  
2022-06-19 21:11:57.990224522 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.log.new.1533/python-oslo.log.changes    
    2023-05-03 15:42:24.670766811 +0200
@@ -1,0 +2,13 @@
+Wed May  3 12:19:00 UTC 2023 - cloud-de...@suse.de
+
+- update to version 5.2.0
+  - Make the eventlet logging fix execution conditional
+  - Fix logging in eventlet native threads
+  - Update TOX_CONSTRAINTS_FILE for stable/2023.1
+  - Revert "Fix logging in eventlet native threads"
+  - Update .gitreview for stable/2023.1
+  - tox - fix allowlist_external issues
+  - Revert "Make the eventlet logging fix execution conditional"
+  - Add 'revert bugfix #1983863' release note
+
+-------------------------------------------------------------------

Old:
----
  oslo.log-5.0.0.tar.gz

New:
----
  oslo.log-5.2.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.log.spec ++++++
--- /var/tmp/diff_new_pack.R5pcDj/_old  2023-05-03 15:42:25.186769868 +0200
+++ /var/tmp/diff_new_pack.R5pcDj/_new  2023-05-03 15:42:25.190769892 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.log
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           python-oslo.log
-Version:        5.0.0
+Version:        5.2.0
 Release:        0
 Summary:        OpenStack log library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.log
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-5.0.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-5.2.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-monotonic
 BuildRequires:  python3-oslo.config >= 5.2.0
@@ -76,21 +76,21 @@
 Documentation for the oslo.log library.
 
 %prep
-%autosetup -p1 -n oslo.log-5.0.0
+%autosetup -p1 -n oslo.log-5.2.0
 %py_req_cleanup
 
 %build
 %{py3_build}
 
 # generate html docs
-PYTHONPATH=. PBR_VERSION=5.0.0 %sphinx_build -b html doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=5.2.0 %sphinx_build -b html doc/source doc/build/html
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 %{py3_install}
 
 %check
-python3 -m stestr.cli run
+%{openstack_stestr_run}
 
 %files -n python3-oslo.log
 %license LICENSE

++++++ oslo.log-5.0.0.tar.gz -> oslo.log-5.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.log-5.0.0/AUTHORS new/oslo.log-5.2.0/AUTHORS
--- old/oslo.log-5.0.0/AUTHORS  2022-05-19 11:47:52.000000000 +0200
+++ new/oslo.log-5.2.0/AUTHORS  2023-03-21 17:19:26.000000000 +0100
@@ -50,6 +50,7 @@
 Edan David <ed...@mellanox.com>
 Edwin Zhai <edwin.z...@intel.com>
 Elena Ezhova <eezh...@mirantis.com>
+Elod Illes <elod.il...@est.tech>
 Eric Brown <bro...@vmware.com>
 Eric Harney <ehar...@redhat.com>
 Eric Windisch <e...@cloudscaling.com>
@@ -127,6 +128,7 @@
 Radomir Dopieralski <openst...@sheep.art.pl>
 Rajesh Tailor <rajesh.tai...@nttdata.com>
 Rick Harris <rconradhar...@gmail.com>
+Rodolfo Alonso Hernandez <ralon...@redhat.com>
 Roman Podoliaka <rpodoly...@mirantis.com>
 Ronald Bradford <ronald.bradf...@gmail.com>
 Russell Bryant <rbry...@redhat.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.log-5.0.0/ChangeLog new/oslo.log-5.2.0/ChangeLog
--- old/oslo.log-5.0.0/ChangeLog        2022-05-19 11:47:52.000000000 +0200
+++ new/oslo.log-5.2.0/ChangeLog        2023-03-21 17:19:26.000000000 +0100
@@ -1,6 +1,30 @@
 CHANGES
 =======
 
+5.2.0
+-----
+
+* Add 'revert bugfix #1983863' release note
+* Revert "Fix logging in eventlet native threads"
+* Revert "Make the eventlet logging fix execution conditional"
+* Update TOX\_CONSTRAINTS\_FILE for stable/2023.1
+* Update .gitreview for stable/2023.1
+
+5.1.0
+-----
+
+* tox - fix allowlist\_external issues
+
+5.0.2
+-----
+
+* Make the eventlet logging fix execution conditional
+
+5.0.1
+-----
+
+* Fix logging in eventlet native threads
+
 5.0.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.log-5.0.0/PKG-INFO new/oslo.log-5.2.0/PKG-INFO
--- old/oslo.log-5.0.0/PKG-INFO 2022-05-19 11:47:52.769834800 +0200
+++ new/oslo.log-5.2.0/PKG-INFO 2023-03-21 17:19:26.847390700 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: oslo.log
-Version: 5.0.0
+Version: 5.2.0
 Summary: oslo.log library
 Home-page: https://docs.openstack.org/oslo.log/latest
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.log-5.0.0/oslo.log.egg-info/PKG-INFO 
new/oslo.log-5.2.0/oslo.log.egg-info/PKG-INFO
--- old/oslo.log-5.0.0/oslo.log.egg-info/PKG-INFO       2022-05-19 
11:47:52.000000000 +0200
+++ new/oslo.log-5.2.0/oslo.log.egg-info/PKG-INFO       2023-03-21 
17:19:26.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: oslo.log
-Version: 5.0.0
+Version: 5.2.0
 Summary: oslo.log library
 Home-page: https://docs.openstack.org/oslo.log/latest
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.log-5.0.0/oslo.log.egg-info/SOURCES.txt 
new/oslo.log-5.2.0/oslo.log.egg-info/SOURCES.txt
--- old/oslo.log-5.0.0/oslo.log.egg-info/SOURCES.txt    2022-05-19 
11:47:52.000000000 +0200
+++ new/oslo.log-5.2.0/oslo.log.egg-info/SOURCES.txt    2023-03-21 
17:19:26.000000000 +0100
@@ -102,6 +102,7 @@
 releasenotes/notes/remove-log-format-b4b949701cee3315.yaml
 releasenotes/notes/remove-syslog-rfc-format-7a06772c0bb48e9b.yaml
 releasenotes/notes/remove-verbose-option-d0d1381e182d1be1.yaml
+releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml
 releasenotes/notes/systemd-journal-support-fcbc34b3c5ce93ec.yaml
 releasenotes/notes/use-json-option-96f71da54a3b9a18.yaml
 releasenotes/notes/use-project-in-user-identity-93fd6e0a2e434a6f.yaml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.log-5.0.0/oslo.log.egg-info/pbr.json 
new/oslo.log-5.2.0/oslo.log.egg-info/pbr.json
--- old/oslo.log-5.0.0/oslo.log.egg-info/pbr.json       2022-05-19 
11:47:52.000000000 +0200
+++ new/oslo.log-5.2.0/oslo.log.egg-info/pbr.json       2023-03-21 
17:19:26.000000000 +0100
@@ -1 +1 @@
-{"git_version": "6401da7", "is_release": true}
\ No newline at end of file
+{"git_version": "16a8a42", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oslo.log-5.0.0/releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml
 
new/oslo.log-5.2.0/releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml
--- 
old/oslo.log-5.0.0/releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/oslo.log-5.2.0/releasenotes/notes/revert-native-threads-logging-e5e103eb81b4acad.yaml
   2023-03-21 17:18:57.000000000 +0100
@@ -0,0 +1,8 @@
+---
+other:
+  - |
+    This release reverts fix for `Bug #1983863
+    <https://bugs.launchpad.net/oslo.log/+bug/1983863>`_: Fixed logging in
+    eventlet native threads.
+    This fix caused gate problems during cross-project testing and needed
+    to be removed from 2023.1 Antelope release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.log-5.0.0/tox.ini new/oslo.log-5.2.0/tox.ini
--- old/oslo.log-5.0.0/tox.ini  2022-05-19 11:47:22.000000000 +0200
+++ new/oslo.log-5.2.0/tox.ini  2023-03-21 17:18:57.000000000 +0100
@@ -5,10 +5,10 @@
 
 [testenv]
 basepython = python3
-whitelist_externals =
+allowlist_externals =
   find
 deps =
-  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
   -r{toxinidir}/test-requirements.txt
 commands =
   find . -type f -name "*.pyc" -delete
@@ -25,18 +25,18 @@
 commands = {posargs}
 
 [testenv:docs]
-whitelist_externals = rm
+allowlist_externals = rm
 deps =
-  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
   -r{toxinidir}/doc/requirements.txt
 commands =
   rm -fr doc/build
   sphinx-build -a -E -W --keep-going -b html doc/source doc/build/html
 
 [testenv:releasenotes]
-whitelist_externals = rm
+allowlist_externals = rm
 deps =
-  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+  
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
   -r{toxinidir}/doc/requirements.txt
 commands =
   rm -rf releasenotes/build

Reply via email to