Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-oslo.policy for 
openSUSE:Factory checked in at 2022-10-01 17:44:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.policy (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.policy.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.policy"

Sat Oct  1 17:44:07 2022 rev:19 rq:1007441 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.policy/python-oslo.policy.changes    
2022-06-04 23:27:33.748787751 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.policy.new.2275/python-oslo.policy.changes
  2022-10-01 17:44:32.929822058 +0200
@@ -1,0 +2,7 @@
+Sat Oct  1 12:38:50 UTC 2022 - [email protected]
+
+- update to version 4.0.0
+  - Drop python3.6/3.7 support in testing runtime
+  - Fix generation of sample policy files
+
+-------------------------------------------------------------------

Old:
----
  oslo.policy-3.12.1.tar.gz

New:
----
  oslo.policy-4.0.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.policy.spec ++++++
--- /var/tmp/diff_new_pack.yk10JX/_old  2022-10-01 17:44:33.369822858 +0200
+++ /var/tmp/diff_new_pack.yk10JX/_new  2022-10-01 17:44:33.373822865 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           python-oslo.policy
-Version:        3.12.1
+Version:        4.0.0
 Release:        0
 Summary:        OpenStack Oslo Policy library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/oslo.policy
-Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.policy/oslo.policy-3.12.1.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/oslo.policy/oslo.policy-4.0.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PyYAML >= 5.1
 BuildRequires:  python3-oslo.config >= 6.0.0
@@ -73,7 +73,7 @@
 Documentation for the Oslo Policy library.
 
 %prep
-%autosetup -p1 -n oslo.policy-3.12.1
+%autosetup -p1 -n oslo.policy-4.0.0
 %py_req_cleanup
 
 %build

++++++ oslo.policy-3.12.1.tar.gz -> oslo.policy-4.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.policy-3.12.1/ChangeLog 
new/oslo.policy-4.0.0/ChangeLog
--- old/oslo.policy-3.12.1/ChangeLog    2022-04-29 11:20:37.000000000 +0200
+++ new/oslo.policy-4.0.0/ChangeLog     2022-06-17 12:12:44.000000000 +0200
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+4.0.0
+-----
+
+* Fix generation of sample policy files
+* Drop python3.6/3.7 support in testing runtime
+
 3.12.1
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.policy-3.12.1/PKG-INFO 
new/oslo.policy-4.0.0/PKG-INFO
--- old/oslo.policy-3.12.1/PKG-INFO     2022-04-29 11:20:37.853400200 +0200
+++ new/oslo.policy-4.0.0/PKG-INFO      2022-06-17 12:12:45.064735400 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.policy
-Version: 3.12.1
+Version: 4.0.0
 Summary: Oslo Policy library
 Home-page: https://docs.openstack.org/oslo.policy/latest/
 Author: OpenStack
@@ -42,10 +42,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.policy-3.12.1/oslo.policy.egg-info/PKG-INFO 
new/oslo.policy-4.0.0/oslo.policy.egg-info/PKG-INFO
--- old/oslo.policy-3.12.1/oslo.policy.egg-info/PKG-INFO        2022-04-29 
11:20:37.000000000 +0200
+++ new/oslo.policy-4.0.0/oslo.policy.egg-info/PKG-INFO 2022-06-17 
12:12:44.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: oslo.policy
-Version: 3.12.1
+Version: 4.0.0
 Summary: Oslo Policy library
 Home-page: https://docs.openstack.org/oslo.policy/latest/
 Author: OpenStack
@@ -42,10 +42,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.policy-3.12.1/oslo.policy.egg-info/pbr.json 
new/oslo.policy-4.0.0/oslo.policy.egg-info/pbr.json
--- old/oslo.policy-3.12.1/oslo.policy.egg-info/pbr.json        2022-04-29 
11:20:37.000000000 +0200
+++ new/oslo.policy-4.0.0/oslo.policy.egg-info/pbr.json 2022-06-17 
12:12:44.000000000 +0200
@@ -1 +1 @@
-{"git_version": "9673a74", "is_release": true}
\ No newline at end of file
+{"git_version": "5bd767b", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.policy-3.12.1/oslo_policy/generator.py 
new/oslo.policy-4.0.0/oslo_policy/generator.py
--- old/oslo.policy-3.12.1/oslo_policy/generator.py     2022-04-29 
11:20:01.000000000 +0200
+++ new/oslo.policy-4.0.0/oslo_policy/generator.py      2022-06-17 
12:12:13.000000000 +0200
@@ -545,8 +545,9 @@
     conf.register_opts(GENERATOR_OPTS + RULE_OPTS)
     conf(args)
     _check_for_namespace_opt(conf)
-    _generate_sample(conf.namespace, conf.output_file, conf.format,
-                     conf.exclude_deprecated)
+    _generate_sample(conf.namespace, output_file=conf.output_file,
+                     output_format=conf.format,
+                     exclude_deprecated=conf.exclude_deprecated)
 
 
 def generate_policy(args=None):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.policy-3.12.1/setup.cfg 
new/oslo.policy-4.0.0/setup.cfg
--- old/oslo.policy-3.12.1/setup.cfg    2022-04-29 11:20:37.853400200 +0200
+++ new/oslo.policy-4.0.0/setup.cfg     2022-06-17 12:12:45.064735400 +0200
@@ -6,7 +6,7 @@
 author = OpenStack
 author_email = [email protected]
 home_page = https://docs.openstack.org/oslo.policy/latest/
-python_requires = >=3.6
+python_requires = >=3.8
 classifier = 
        Environment :: OpenStack
        Intended Audience :: Information Technology
@@ -15,8 +15,6 @@
        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

Reply via email to