Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.rootwrap for
openSUSE:Factory checked in at 2023-03-07 16:49:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.rootwrap (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.rootwrap.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.rootwrap"
Tue Mar 7 16:49:41 2023 rev:16 rq:1069738 version:7.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-oslo.rootwrap/python-oslo.rootwrap.changes
2022-05-25 20:34:49.548249711 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.rootwrap.new.31432/python-oslo.rootwrap.changes
2023-03-07 16:50:16.101563738 +0100
@@ -1,0 +2,10 @@
+Mon Mar 6 20:57:22 UTC 2023 - [email protected]
+
+- update to version 7.0.1
+ - Drop python3.6/3.7 support in testing runtime
+ - Fix issues related to tox4
+ - Update CI to use unversioned jobs template
+ - Remove unnecessary unicode prefixes
+ - Fix formatting of release list
+
+-------------------------------------------------------------------
Old:
----
oslo.rootwrap-6.3.1.tar.gz
New:
----
oslo.rootwrap-7.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.rootwrap.spec ++++++
--- /var/tmp/diff_new_pack.swZOiT/_old 2023-03-07 16:50:16.641566580 +0100
+++ /var/tmp/diff_new_pack.swZOiT/_new 2023-03-07 16:50:16.645566601 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.rootwrap
#
-# 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.rootwrap
-Version: 6.3.1
+Version: 7.0.1
Release: 0
Summary: Filtering shell commands to run as root from OpenStack services
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.rootwrap
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.rootwrap/oslo.rootwrap-6.3.1.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.rootwrap/oslo.rootwrap-7.0.1.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-eventlet
BuildRequires: python3-fixtures
@@ -63,14 +63,14 @@
Documentation for the OpenStack oslo.rootwrap library.
%prep
-%autosetup -p1 -n oslo.rootwrap-6.3.1
+%autosetup -p1 -n oslo.rootwrap-7.0.1
%py_req_cleanup
%build
%{py3_build}
# generate html docs
-PBR_VERSION=6.3.1 %sphinx_build -b html doc/source doc/build/html
+PBR_VERSION=7.0.1 %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
@@ -78,7 +78,7 @@
%check
export PYTHONPATH=.
-python3 -m stestr.cli run
+%{openstack_stestr_run}
%files -n python3-oslo.rootwrap
%license LICENSE
++++++ oslo.rootwrap-6.3.1.tar.gz -> oslo.rootwrap-7.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/.zuul.yaml
new/oslo.rootwrap-7.0.1/.zuul.yaml
--- old/oslo.rootwrap-6.3.1/.zuul.yaml 2022-02-21 16:30:59.000000000 +0100
+++ new/oslo.rootwrap-7.0.1/.zuul.yaml 2023-02-21 18:25:38.000000000 +0100
@@ -2,7 +2,7 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-python3-wallaby-jobs
+ - openstack-python3-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/AUTHORS
new/oslo.rootwrap-7.0.1/AUTHORS
--- old/oslo.rootwrap-6.3.1/AUTHORS 2022-02-21 16:31:28.000000000 +0100
+++ new/oslo.rootwrap-7.0.1/AUTHORS 2023-02-21 18:26:04.000000000 +0100
@@ -49,6 +49,7 @@
Sergey Kraynev <[email protected]>
Sergey Lukjanov <[email protected]>
Stanislav Kudriashev <[email protected]>
+Stephen Finucane <[email protected]>
Stephen Ma <[email protected]>
Steve Martinelli <[email protected]>
Swapnil Kulkarni (coolsvap) <[email protected]>
@@ -75,6 +76,7 @@
melissaml <[email protected]>
pengyuesheng <[email protected]>
ricolin <[email protected]>
+songwenping <[email protected]>
sonu.kumar <[email protected]>
wangzihao <[email protected]>
wu.shiming <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/ChangeLog
new/oslo.rootwrap-7.0.1/ChangeLog
--- old/oslo.rootwrap-6.3.1/ChangeLog 2022-02-21 16:31:28.000000000 +0100
+++ new/oslo.rootwrap-7.0.1/ChangeLog 2023-02-21 18:26:04.000000000 +0100
@@ -1,6 +1,19 @@
CHANGES
=======
+7.0.1
+-----
+
+* Fix issues related to tox4
+
+7.0.0
+-----
+
+* Fix formatting of release list
+* Drop python3.6/3.7 support in testing runtime
+* Remove unnecessary unicode prefixes
+* Update CI to use unversioned jobs template
+
6.3.1
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/PKG-INFO
new/oslo.rootwrap-7.0.1/PKG-INFO
--- old/oslo.rootwrap-6.3.1/PKG-INFO 2022-02-21 16:31:28.416208300 +0100
+++ new/oslo.rootwrap-7.0.1/PKG-INFO 2023-02-21 18:26:04.232213000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.rootwrap
-Version: 6.3.1
+Version: 7.0.1
Summary: Oslo Rootwrap
Home-page: https://docs.openstack.org/oslo.rootwrap/latest/
Author: OpenStack
@@ -46,9 +46,8 @@
Classifier: Operating System :: OS Independent
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.rootwrap-6.3.1/doc/source/conf.py
new/oslo.rootwrap-7.0.1/doc/source/conf.py
--- old/oslo.rootwrap-6.3.1/doc/source/conf.py 2022-02-21 16:30:59.000000000
+0100
+++ new/oslo.rootwrap-7.0.1/doc/source/conf.py 2023-02-21 18:25:38.000000000
+0100
@@ -43,8 +43,8 @@
master_doc = 'index'
# General information about the project.
-project = u'oslo.rootwrap'
-copyright = u'2014, OpenStack Foundation'
+project = 'oslo.rootwrap'
+copyright = '2014, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@@ -74,6 +74,6 @@
latex_documents = [
('index',
'%s.tex' % project,
- u'%s Documentation' % project,
- u'OpenStack Foundation', 'manual'),
+ '%s Documentation' % project,
+ 'OpenStack Foundation', 'manual'),
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/oslo.rootwrap.egg-info/PKG-INFO
new/oslo.rootwrap-7.0.1/oslo.rootwrap.egg-info/PKG-INFO
--- old/oslo.rootwrap-6.3.1/oslo.rootwrap.egg-info/PKG-INFO 2022-02-21
16:31:28.000000000 +0100
+++ new/oslo.rootwrap-7.0.1/oslo.rootwrap.egg-info/PKG-INFO 2023-02-21
18:26:04.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.rootwrap
-Version: 6.3.1
+Version: 7.0.1
Summary: Oslo Rootwrap
Home-page: https://docs.openstack.org/oslo.rootwrap/latest/
Author: OpenStack
@@ -46,9 +46,8 @@
Classifier: Operating System :: OS Independent
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.rootwrap-6.3.1/oslo.rootwrap.egg-info/pbr.json
new/oslo.rootwrap-7.0.1/oslo.rootwrap.egg-info/pbr.json
--- old/oslo.rootwrap-6.3.1/oslo.rootwrap.egg-info/pbr.json 2022-02-21
16:31:28.000000000 +0100
+++ new/oslo.rootwrap-7.0.1/oslo.rootwrap.egg-info/pbr.json 2023-02-21
18:26:04.000000000 +0100
@@ -1 +1 @@
-{"git_version": "1b1b960", "is_release": true}
\ No newline at end of file
+{"git_version": "b72372b", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/releasenotes/source/conf.py
new/oslo.rootwrap-7.0.1/releasenotes/source/conf.py
--- old/oslo.rootwrap-6.3.1/releasenotes/source/conf.py 2022-02-21
16:30:59.000000000 +0100
+++ new/oslo.rootwrap-7.0.1/releasenotes/source/conf.py 2023-02-21
18:25:38.000000000 +0100
@@ -59,7 +59,7 @@
master_doc = 'index'
# General information about the project.
-copyright = u'2016, oslo.rootwrap Developers'
+copyright = '2016, oslo.rootwrap Developers'
# Release notes do not need a version in the title, they span
# multiple versions.
@@ -195,8 +195,8 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'oslo.rootwrapReleaseNotes.tex',
- u'oslo.rootwrap Release Notes Documentation',
- u'oslo.rootwrap Developers', 'manual'),
+ 'oslo.rootwrap Release Notes Documentation',
+ 'oslo.rootwrap Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -226,8 +226,8 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'oslo.rootwrapReleaseNotes',
- u'oslo.rootwrap Release Notes Documentation',
- [u'oslo.rootwrap Developers'], 1)
+ 'oslo.rootwrap Release Notes Documentation',
+ ['oslo.rootwrap Developers'], 1)
]
# If true, show URL addresses after external links.
@@ -241,8 +241,8 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'oslo.rootwrapReleaseNotes',
- u'oslo.rootwrap Release Notes Documentation',
- u'oslo.rootwrap Developers', 'oslo.rootwrapReleaseNotes',
+ 'oslo.rootwrap Release Notes Documentation',
+ 'oslo.rootwrap Developers', 'oslo.rootwrapReleaseNotes',
'Allows fine-grained filtering of shell commands to run as root from'
' OpenStack services.',
'Miscellaneous'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/releasenotes/source/index.rst
new/oslo.rootwrap-7.0.1/releasenotes/source/index.rst
--- old/oslo.rootwrap-6.3.1/releasenotes/source/index.rst 2022-02-21
16:30:59.000000000 +0100
+++ new/oslo.rootwrap-7.0.1/releasenotes/source/index.rst 2023-02-21
18:25:38.000000000 +0100
@@ -2,15 +2,15 @@
oslo.rootwrap Release Notes
=============================
- .. toctree::
- :maxdepth: 1
+.. toctree::
+ :maxdepth: 1
- unreleased
- victoria
- ussuri
- train
- stein
- rocky
- queens
- pike
- ocata
+ unreleased
+ victoria
+ ussuri
+ train
+ stein
+ rocky
+ queens
+ pike
+ ocata
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/setup.cfg
new/oslo.rootwrap-7.0.1/setup.cfg
--- old/oslo.rootwrap-6.3.1/setup.cfg 2022-02-21 16:31:28.416208300 +0100
+++ new/oslo.rootwrap-7.0.1/setup.cfg 2023-02-21 18:26:04.232213000 +0100
@@ -6,7 +6,7 @@
description_file =
README.rst
home_page = https://docs.openstack.org/oslo.rootwrap/latest/
-python_requires = >=3.6
+python_requires = >=3.8
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack
@@ -16,9 +16,8 @@
Operating System :: OS Independent
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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.rootwrap-6.3.1/tox.ini
new/oslo.rootwrap-7.0.1/tox.ini
--- old/oslo.rootwrap-6.3.1/tox.ini 2022-02-21 16:30:59.000000000 +0100
+++ new/oslo.rootwrap-7.0.1/tox.ini 2023-02-21 18:25:38.000000000 +0100
@@ -1,17 +1,15 @@
[tox]
minversion = 3.1
envlist = py3,pep8
-ignore_basepython_conflict = true
[testenv]
-basepython = python3
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
# Functional tests with Eventlet involve monkeypatching, so force them to be
# run in a separate process
-whitelist_externals = env
+allowlist_externals = env
commands =
stestr run --slowest (?!tests.test_functional_eventlet)tests {posargs}
env TEST_EVENTLET=1 stestr run --slowest tests.test_functional_eventlet
@@ -40,7 +38,7 @@
commands = {posargs}
[testenv:docs]
-whitelist_externals = rm
+allowlist_externals = rm
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
@@ -63,7 +61,7 @@
commands = python3 benchmark/benchmark.py
[testenv:releasenotes]
-whitelist_externals = rm
+allowlist_externals = rm
deps =
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt