Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.context for
openSUSE:Factory checked in at 2022-08-16 17:08:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.context (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.context.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.context"
Tue Aug 16 17:08:03 2022 rev:20 rq:996555 version:5.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.context/python-oslo.context.changes
2022-06-19 21:12:01.562229835 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.context.new.1521/python-oslo.context.changes
2022-08-16 17:08:05.419940293 +0200
@@ -1,0 +2,9 @@
+Tue Aug 16 08:44:17 UTC 2022 - [email protected]
+
+- update to version 5.0.0
+ - Add Python3 zed unit tests
+ - Drop python3.6/3.7 support in testing runtime
+ - Update master for stable/yoga
+ - Remove unnecessary unicode prefixes
+
+-------------------------------------------------------------------
Old:
----
oslo.context-4.1.0.tar.gz
New:
----
oslo.context-5.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.context.spec ++++++
--- /var/tmp/diff_new_pack.2CNteQ/_old 2022-08-16 17:08:05.947941871 +0200
+++ /var/tmp/diff_new_pack.2CNteQ/_new 2022-08-16 17:08:05.951941883 +0200
@@ -18,13 +18,13 @@
%bcond_without test
Name: python-oslo.context
-Version: 4.1.0
+Version: 5.0.0
Release: 0
Summary: OpenStack Oslo context library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.context
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-4.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.context/oslo.context-5.0.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-pbr >= 2.0.0
BuildArch: noarch
@@ -63,7 +63,7 @@
Documentation for the oslo-context library.
%prep
-%autosetup -p1 -n oslo.context-4.1.0
+%autosetup -p1 -n oslo.context-5.0.0
%py_req_cleanup
%build
++++++ oslo.context-4.1.0.tar.gz -> oslo.context-5.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/.zuul.yaml
new/oslo.context-5.0.0/.zuul.yaml
--- old/oslo.context-4.1.0/.zuul.yaml 2022-02-16 19:48:48.000000000 +0100
+++ new/oslo.context-5.0.0/.zuul.yaml 2022-07-12 11:23:38.000000000 +0200
@@ -2,7 +2,7 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-python3-yoga-jobs
+ - openstack-python3-zed-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/AUTHORS
new/oslo.context-5.0.0/AUTHORS
--- old/oslo.context-4.1.0/AUTHORS 2022-02-16 19:49:28.000000000 +0100
+++ new/oslo.context-5.0.0/AUTHORS 2022-07-12 11:24:52.000000000 +0200
@@ -63,6 +63,7 @@
melissaml <[email protected]>
pengyuesheng <[email protected]>
ricolin <[email protected]>
+songwenping <[email protected]>
wangqi <[email protected]>
wu.shiming <[email protected]>
yangyawei <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/ChangeLog
new/oslo.context-5.0.0/ChangeLog
--- old/oslo.context-4.1.0/ChangeLog 2022-02-16 19:49:28.000000000 +0100
+++ new/oslo.context-5.0.0/ChangeLog 2022-07-12 11:24:52.000000000 +0200
@@ -1,6 +1,14 @@
CHANGES
=======
+5.0.0
+-----
+
+* Drop python3.6/3.7 support in testing runtime
+* Remove unnecessary unicode prefixes
+* Add Python3 zed unit tests
+* Update master for stable/yoga
+
4.1.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/PKG-INFO
new/oslo.context-5.0.0/PKG-INFO
--- old/oslo.context-4.1.0/PKG-INFO 2022-02-16 19:49:28.687795000 +0100
+++ new/oslo.context-5.0.0/PKG-INFO 2022-07-12 11:24:52.573099900 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.context
-Version: 4.1.0
+Version: 5.0.0
Summary: Oslo Context library
Home-page: https://docs.openstack.org/oslo.context/latest/
Author: OpenStack
@@ -45,9 +45,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.context-4.1.0/doc/source/conf.py
new/oslo.context-5.0.0/doc/source/conf.py
--- old/oslo.context-4.1.0/doc/source/conf.py 2022-02-16 19:48:48.000000000
+0100
+++ new/oslo.context-5.0.0/doc/source/conf.py 2022-07-12 11:23:38.000000000
+0200
@@ -38,8 +38,8 @@
master_doc = 'index'
# General information about the project.
-project = u'oslo.context'
-copyright = u'2016, OpenStack Foundation'
+project = 'oslo.context'
+copyright = '2016, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@@ -68,8 +68,8 @@
latex_documents = [
('index',
'%s.tex' % project,
- u'%s Documentation' % project,
- u'OpenStack Foundation', 'manual'),
+ '%s Documentation' % project,
+ 'OpenStack Foundation', 'manual'),
]
# openstackdocstheme options
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/oslo.context.egg-info/PKG-INFO
new/oslo.context-5.0.0/oslo.context.egg-info/PKG-INFO
--- old/oslo.context-4.1.0/oslo.context.egg-info/PKG-INFO 2022-02-16
19:49:28.000000000 +0100
+++ new/oslo.context-5.0.0/oslo.context.egg-info/PKG-INFO 2022-07-12
11:24:52.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.context
-Version: 4.1.0
+Version: 5.0.0
Summary: Oslo Context library
Home-page: https://docs.openstack.org/oslo.context/latest/
Author: OpenStack
@@ -45,9 +45,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.context-4.1.0/oslo.context.egg-info/SOURCES.txt
new/oslo.context-5.0.0/oslo.context.egg-info/SOURCES.txt
--- old/oslo.context-4.1.0/oslo.context.egg-info/SOURCES.txt 2022-02-16
19:49:28.000000000 +0100
+++ new/oslo.context-5.0.0/oslo.context.egg-info/SOURCES.txt 2022-07-12
11:24:52.000000000 +0200
@@ -62,5 +62,6 @@
releasenotes/source/victoria.rst
releasenotes/source/wallaby.rst
releasenotes/source/xena.rst
+releasenotes/source/yoga.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.context-4.1.0/oslo.context.egg-info/pbr.json
new/oslo.context-5.0.0/oslo.context.egg-info/pbr.json
--- old/oslo.context-4.1.0/oslo.context.egg-info/pbr.json 2022-02-16
19:49:28.000000000 +0100
+++ new/oslo.context-5.0.0/oslo.context.egg-info/pbr.json 2022-07-12
11:24:52.000000000 +0200
@@ -1 +1 @@
-{"git_version": "3400cc2", "is_release": true}
\ No newline at end of file
+{"git_version": "f388eb9", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/releasenotes/source/conf.py
new/oslo.context-5.0.0/releasenotes/source/conf.py
--- old/oslo.context-4.1.0/releasenotes/source/conf.py 2022-02-16
19:48:48.000000000 +0100
+++ new/oslo.context-5.0.0/releasenotes/source/conf.py 2022-07-12
11:23:38.000000000 +0200
@@ -54,7 +54,7 @@
master_doc = 'index'
# General information about the project.
-copyright = u'2016, oslo.context Developers'
+copyright = '2016, oslo.context Developers'
# Release notes do not need a version in the title, they span
# multiple versions.
@@ -188,8 +188,8 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'oslo.contextReleaseNotes.tex',
- u'oslo.context Release Notes Documentation',
- u'oslo.context Developers', 'manual'),
+ 'oslo.context Release Notes Documentation',
+ 'oslo.context Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -218,8 +218,8 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'oslo.contextReleaseNotes',
- u'oslo.context Release Notes Documentation',
- [u'oslo.context Developers'], 1)
+ 'oslo.context Release Notes Documentation',
+ ['oslo.context Developers'], 1)
]
# If true, show URL addresses after external links.
@@ -232,8 +232,8 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'oslo.contextReleaseNotes',
- u'oslo.context Release Notes Documentation',
- u'oslo.context Developers', 'oslo.contextReleaseNotes',
+ 'oslo.context Release Notes Documentation',
+ 'oslo.context Developers', 'oslo.contextReleaseNotes',
'One line description of project.',
'Miscellaneous'),
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/releasenotes/source/index.rst
new/oslo.context-5.0.0/releasenotes/source/index.rst
--- old/oslo.context-4.1.0/releasenotes/source/index.rst 2022-02-16
19:48:48.000000000 +0100
+++ new/oslo.context-5.0.0/releasenotes/source/index.rst 2022-07-12
11:23:38.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ yoga
xena
wallaby
victoria
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/releasenotes/source/yoga.rst
new/oslo.context-5.0.0/releasenotes/source/yoga.rst
--- old/oslo.context-4.1.0/releasenotes/source/yoga.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.context-5.0.0/releasenotes/source/yoga.rst 2022-07-12
11:23:38.000000000 +0200
@@ -0,0 +1,6 @@
+=========================
+Yoga Series Release Notes
+=========================
+
+.. release-notes::
+ :branch: stable/yoga
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.context-4.1.0/setup.cfg
new/oslo.context-5.0.0/setup.cfg
--- old/oslo.context-4.1.0/setup.cfg 2022-02-16 19:49:28.691795000 +0100
+++ new/oslo.context-5.0.0/setup.cfg 2022-07-12 11:24:52.577099800 +0200
@@ -6,7 +6,7 @@
author = OpenStack
author_email = [email protected]
home_page = https://docs.openstack.org/oslo.context/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