Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.privsep for 
openSUSE:Factory checked in at 2022-10-03 13:46:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.privsep (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.privsep.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.privsep"

Mon Oct  3 13:46:26 2022 rev:19 rq:1007554 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.privsep/python-oslo.privsep.changes  
2022-05-25 20:34:54.756256978 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.privsep.new.2275/python-oslo.privsep.changes
        2022-10-03 13:47:15.573679082 +0200
@@ -1,0 +2,7 @@
+Sun Oct  2 14:48:40 UTC 2022 - cloud-de...@suse.de
+
+- update to version 3.0.1
+  - Remove logic for Python < 3.8
+  - Drop python3.6/3.7 support in testing runtime
+
+-------------------------------------------------------------------

Old:
----
  oslo.privsep-2.8.0.tar.gz

New:
----
  oslo.privsep-3.0.1.tar.gz

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

Other differences:
------------------
++++++ python-oslo.privsep.spec ++++++
--- /var/tmp/diff_new_pack.Wtgb5L/_old  2022-10-03 13:47:16.101680244 +0200
+++ /var/tmp/diff_new_pack.Wtgb5L/_new  2022-10-03 13:47:16.105680252 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           python-oslo.privsep
-Version:        2.8.0
+Version:        3.0.1
 Release:        0
 Summary:        OpenStack library for privilege separation
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.privsep
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-2.8.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.privsep/oslo.privsep-3.0.1.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-cffi >= 1.14.0
 BuildRequires:  python3-eventlet >= 0.21.0
@@ -68,7 +68,7 @@
 Documentation for oslo.privsep
 
 %prep
-%autosetup -p1 -n oslo.privsep-2.8.0
+%autosetup -p1 -n oslo.privsep-3.0.1
 %py_req_cleanup
 
 %build

++++++ oslo.privsep-2.8.0.tar.gz -> oslo.privsep-3.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-2.8.0/AUTHORS 
new/oslo.privsep-3.0.1/AUTHORS
--- old/oslo.privsep-2.8.0/AUTHORS      2022-04-27 17:31:23.000000000 +0200
+++ new/oslo.privsep-3.0.1/AUTHORS      2022-08-24 15:26:19.000000000 +0200
@@ -37,6 +37,7 @@
 Sean McGinnis <sean.mcgin...@gmail.com>
 Stephen Finucane <stephen...@redhat.com>
 Swapnil Kulkarni (coolsvap) <m...@coolsvap.net>
+Takashi Kajinami <tkaji...@redhat.com>
 Thierry Carrez <thie...@openstack.org>
 TommyLike <tommylik...@gmail.com>
 Tony Breeds <t...@bakeyournoodle.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-2.8.0/ChangeLog 
new/oslo.privsep-3.0.1/ChangeLog
--- old/oslo.privsep-2.8.0/ChangeLog    2022-04-27 17:31:23.000000000 +0200
+++ new/oslo.privsep-3.0.1/ChangeLog    2022-08-24 15:26:19.000000000 +0200
@@ -1,6 +1,16 @@
 CHANGES
 =======
 
+3.0.1
+-----
+
+* Remove logic for Python < 3.8
+
+3.0.0
+-----
+
+* Drop python3.6/3.7 support in testing runtime
+
 2.8.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-2.8.0/PKG-INFO 
new/oslo.privsep-3.0.1/PKG-INFO
--- old/oslo.privsep-2.8.0/PKG-INFO     2022-04-27 17:31:23.932678500 +0200
+++ new/oslo.privsep-3.0.1/PKG-INFO     2022-08-24 15:26:20.076241000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.privsep
-Version: 2.8.0
+Version: 3.0.1
 Summary: OpenStack library for privilege separation
 Home-page: https://docs.openstack.org/oslo.privsep/latest/
 Author: OpenStack
@@ -51,9 +51,8 @@
 Classifier: Operating System :: POSIX :: Linux
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
-Requires-Python: >=3.6
+Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-2.8.0/oslo.privsep.egg-info/PKG-INFO 
new/oslo.privsep-3.0.1/oslo.privsep.egg-info/PKG-INFO
--- old/oslo.privsep-2.8.0/oslo.privsep.egg-info/PKG-INFO       2022-04-27 
17:31:23.000000000 +0200
+++ new/oslo.privsep-3.0.1/oslo.privsep.egg-info/PKG-INFO       2022-08-24 
15:26:19.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.privsep
-Version: 2.8.0
+Version: 3.0.1
 Summary: OpenStack library for privilege separation
 Home-page: https://docs.openstack.org/oslo.privsep/latest/
 Author: OpenStack
@@ -51,9 +51,8 @@
 Classifier: Operating System :: POSIX :: Linux
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.6
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: Implementation :: CPython
-Requires-Python: >=3.6
+Requires-Python: >=3.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-2.8.0/oslo.privsep.egg-info/pbr.json 
new/oslo.privsep-3.0.1/oslo.privsep.egg-info/pbr.json
--- old/oslo.privsep-2.8.0/oslo.privsep.egg-info/pbr.json       2022-04-27 
17:31:23.000000000 +0200
+++ new/oslo.privsep-3.0.1/oslo.privsep.egg-info/pbr.json       2022-08-24 
15:26:19.000000000 +0200
@@ -1 +1 @@
-{"git_version": "fa16f4d", "is_release": true}
\ No newline at end of file
+{"git_version": "e62d408", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-2.8.0/oslo_privsep/tests/test_daemon.py 
new/oslo.privsep-3.0.1/oslo_privsep/tests/test_daemon.py
--- old/oslo.privsep-2.8.0/oslo_privsep/tests/test_daemon.py    2022-04-27 
17:30:41.000000000 +0200
+++ new/oslo.privsep-3.0.1/oslo_privsep/tests/test_daemon.py    2022-08-24 
15:25:39.000000000 +0200
@@ -74,8 +74,7 @@
 
 class LogRecorder(pylogging.Formatter):
     def __init__(self, logs, *args, **kwargs):
-        if sys.version_info >= (3, 8):
-            kwargs['validate'] = False
+        kwargs['validate'] = False
         super(LogRecorder, self).__init__(*args, **kwargs)
         self.logs = logs
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.privsep-2.8.0/setup.cfg 
new/oslo.privsep-3.0.1/setup.cfg
--- old/oslo.privsep-2.8.0/setup.cfg    2022-04-27 17:31:23.932678500 +0200
+++ new/oslo.privsep-3.0.1/setup.cfg    2022-08-24 15:26:20.076241000 +0200
@@ -6,7 +6,7 @@
 author = OpenStack
 author_email = openstack-disc...@lists.openstack.org
 home_page = https://docs.openstack.org/oslo.privsep/latest/
-python_requires = >=3.6
+python_requires = >=3.8
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
@@ -15,9 +15,8 @@
        Operating System :: POSIX :: Linux
        Programming Language :: Python
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.6
-       Programming Language :: Python :: 3.7
        Programming Language :: Python :: 3.8
+       Programming Language :: Python :: 3.9
        Programming Language :: Python :: 3 :: Only
        Programming Language :: Python :: Implementation :: CPython
 

Reply via email to