Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.i18n for
openSUSE:Factory checked in at 2023-03-21 17:41:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.i18n (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.i18n.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.i18n"
Tue Mar 21 17:41:01 2023 rev:20 rq:1073027 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.i18n/python-oslo.i18n.changes
2022-08-11 18:31:54.074203122 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.i18n.new.31432/python-oslo.i18n.changes
2023-03-21 17:41:02.437690389 +0100
@@ -1,0 +2,11 @@
+Tue Mar 7 06:52:53 UTC 2023 - [email protected]
+
+- update to version 6.0.0
+ - Drop python3.6/3.7 support in testing runtime
+ - setup.cfg: Replace dashes by underscores
+ - Fix formatting of release list
+ - Imported Translations from Zanata
+ - Remove unnecessary unicode prefixes
+ - Update CI to use unversioned jobs template
+
+-------------------------------------------------------------------
Old:
----
oslo.i18n-5.1.0.tar.gz
New:
----
oslo.i18n-6.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.i18n.spec ++++++
--- /var/tmp/diff_new_pack.JqByQZ/_old 2023-03-21 17:41:02.981692991 +0100
+++ /var/tmp/diff_new_pack.JqByQZ/_new 2023-03-21 17:41:02.981692991 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.i18n
#
-# 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.i18n
-Version: 5.1.0
+Version: 6.0.0
Release: 0
Summary: OpenStack i18n library
License: Apache-2.0
Group: Development/Languages/Python
URL: https://docs.openstack.org/oslo.i18n
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.i18n/oslo.i18n-5.1.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.i18n/oslo.i18n-6.0.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-oslotest
BuildRequires: python3-pbr >= 2.0.0
@@ -56,7 +56,7 @@
Documentation for the oslo.i18n library.
%prep
-%autosetup -p1 -n oslo.i18n-5.1.0
+%autosetup -p1 -n oslo.i18n-6.0.0
%py_req_cleanup
%build
@@ -71,7 +71,7 @@
rm -rf doc/build/html/.{doctrees,buildinfo}
%check
-python3 -m stestr.cli run
+%{openstack_stestr_run}
%files -n python3-oslo.i18n
%license LICENSE
++++++ oslo.i18n-5.1.0.tar.gz -> oslo.i18n-6.0.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/.zuul.yaml
new/oslo.i18n-6.0.0/.zuul.yaml
--- old/oslo.i18n-5.1.0/.zuul.yaml 2021-09-06 10:27:12.000000000 +0200
+++ new/oslo.i18n-6.0.0/.zuul.yaml 2023-02-10 17:03:22.000000000 +0100
@@ -3,7 +3,7 @@
- check-requirements
- lib-forward-testing-python3
- openstack-cover-jobs
- - openstack-python3-xena-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.i18n-5.1.0/AUTHORS new/oslo.i18n-6.0.0/AUTHORS
--- old/oslo.i18n-5.1.0/AUTHORS 2021-09-06 10:27:46.000000000 +0200
+++ new/oslo.i18n-6.0.0/AUTHORS 2023-02-10 17:03:52.000000000 +0100
@@ -62,6 +62,7 @@
Sergey Kraynev <[email protected]>
Stephen Finucane <[email protected]>
Steve Martinelli <[email protected]>
+Takashi Kajinami <[email protected]>
Thomas Herve <[email protected]>
Tony Breeds <[email protected]>
Victor Sergeyev <[email protected]>
@@ -82,6 +83,7 @@
malei <[email protected]>
melissaml <[email protected]>
ricolin <[email protected]>
+songwenping <[email protected]>
tonybrad <[email protected]>
venkatamahesh <[email protected]>
wangzihao <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/ChangeLog
new/oslo.i18n-6.0.0/ChangeLog
--- old/oslo.i18n-5.1.0/ChangeLog 2021-09-06 10:27:46.000000000 +0200
+++ new/oslo.i18n-6.0.0/ChangeLog 2023-02-10 17:03:52.000000000 +0100
@@ -1,6 +1,16 @@
CHANGES
=======
+6.0.0
+-----
+
+* Imported Translations from Zanata
+* 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
+* setup.cfg: Replace dashes by underscores
+
5.1.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/PKG-INFO new/oslo.i18n-6.0.0/PKG-INFO
--- old/oslo.i18n-5.1.0/PKG-INFO 2021-09-06 10:27:47.058373700 +0200
+++ new/oslo.i18n-6.0.0/PKG-INFO 2023-02-10 17:03:52.640647400 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.i18n
-Version: 5.1.0
+Version: 6.0.0
Summary: Oslo i18n library
Home-page: https://docs.openstack.org/oslo.i18n/latest
Author: OpenStack
@@ -46,9 +46,7 @@
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 :: 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.i18n-5.1.0/doc/source/conf.py
new/oslo.i18n-6.0.0/doc/source/conf.py
--- old/oslo.i18n-5.1.0/doc/source/conf.py 2021-09-06 10:27:12.000000000
+0200
+++ new/oslo.i18n-6.0.0/doc/source/conf.py 2023-02-10 17:03:22.000000000
+0100
@@ -33,8 +33,8 @@
master_doc = 'index'
# General information about the project.
-project = u'oslo.i18n'
-copyright = u'2014, OpenStack Foundation'
+project = 'oslo.i18n'
+copyright = '2014, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/oslo.i18n.egg-info/PKG-INFO
new/oslo.i18n-6.0.0/oslo.i18n.egg-info/PKG-INFO
--- old/oslo.i18n-5.1.0/oslo.i18n.egg-info/PKG-INFO 2021-09-06
10:27:46.000000000 +0200
+++ new/oslo.i18n-6.0.0/oslo.i18n.egg-info/PKG-INFO 2023-02-10
17:03:52.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: oslo.i18n
-Version: 5.1.0
+Version: 6.0.0
Summary: Oslo i18n library
Home-page: https://docs.openstack.org/oslo.i18n/latest
Author: OpenStack
@@ -46,9 +46,7 @@
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 :: 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.i18n-5.1.0/oslo.i18n.egg-info/pbr.json
new/oslo.i18n-6.0.0/oslo.i18n.egg-info/pbr.json
--- old/oslo.i18n-5.1.0/oslo.i18n.egg-info/pbr.json 2021-09-06
10:27:46.000000000 +0200
+++ new/oslo.i18n-6.0.0/oslo.i18n.egg-info/pbr.json 2023-02-10
17:03:52.000000000 +0100
@@ -1 +1 @@
-{"git_version": "b031d17", "is_release": true}
\ No newline at end of file
+{"git_version": "03605c2", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/oslo_i18n/_message.py
new/oslo.i18n-6.0.0/oslo_i18n/_message.py
--- old/oslo.i18n-5.1.0/oslo_i18n/_message.py 2021-09-06 10:27:12.000000000
+0200
+++ new/oslo.i18n-6.0.0/oslo_i18n/_message.py 2023-02-10 17:03:22.000000000
+0100
@@ -168,8 +168,8 @@
# Do not translate this log message even if it is used as a
# warning message as a wrong translation of this message could
# cause infinite recursion
- msg = (u'Failed to insert replacement values into translated '
- u'message %s (Original: %r): %s')
+ msg = ('Failed to insert replacement values into translated '
+ 'message %s (Original: %r): %s')
warnings.warn(msg % (translated_message, self.msgid, err))
LOG.debug(msg, translated_message, self.msgid, err)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/oslo_i18n/tests/test_fixture.py
new/oslo.i18n-6.0.0/oslo_i18n/tests/test_fixture.py
--- old/oslo.i18n-5.1.0/oslo_i18n/tests/test_fixture.py 2021-09-06
10:27:12.000000000 +0200
+++ new/oslo.i18n-6.0.0/oslo_i18n/tests/test_fixture.py 2023-02-10
17:03:22.000000000 +0100
@@ -38,7 +38,7 @@
msg = self.trans_fixture.immediate('this is a lazy message')
self.assertNotIsInstance(msg, _message.Message)
self.assertIsInstance(msg, str)
- self.assertEqual(u'this is a lazy message', msg)
+ self.assertEqual('this is a lazy message', msg)
class ToggleLazyFixtureText(test_base.BaseTestCase):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/oslo_i18n/tests/test_message.py
new/oslo.i18n-6.0.0/oslo_i18n/tests/test_message.py
--- old/oslo.i18n-5.1.0/oslo_i18n/tests/test_message.py 2021-09-06
10:27:12.000000000 +0200
+++ new/oslo.i18n-6.0.0/oslo_i18n/tests/test_message.py 2023-02-10
17:03:22.000000000 +0100
@@ -166,7 +166,7 @@
result = _message.Message(msgid) % params
# Now set up ugettext to return the translated version of
# the original message, with a bad format string.
- wrong_type = u'Wrong type %(arg1)d'
+ wrong_type = 'Wrong type %(arg1)d'
trans.return_value.gettext.return_value = wrong_type
trans_result = result.translation()
expected = msgid % params
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/oslo_i18n/tests/test_public_api.py
new/oslo.i18n-6.0.0/oslo_i18n/tests/test_public_api.py
--- old/oslo.i18n-5.1.0/oslo_i18n/tests/test_public_api.py 2021-09-06
10:27:12.000000000 +0200
+++ new/oslo.i18n-6.0.0/oslo_i18n/tests/test_public_api.py 2023-02-10
17:03:22.000000000 +0100
@@ -37,4 +37,4 @@
oslo_i18n.enable_lazy(original)
def test_translate(self):
- oslo_i18n.translate(u'string')
+ oslo_i18n.translate('string')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/releasenotes/source/conf.py
new/oslo.i18n-6.0.0/releasenotes/source/conf.py
--- old/oslo.i18n-5.1.0/releasenotes/source/conf.py 2021-09-06
10:27:12.000000000 +0200
+++ new/oslo.i18n-6.0.0/releasenotes/source/conf.py 2023-02-10
17:03:22.000000000 +0100
@@ -58,8 +58,8 @@
master_doc = 'index'
# General information about the project.
-project = u'oslo.i18n Release Notes'
-copyright = u'2016, oslo.i18n Developers'
+project = 'oslo.i18n Release Notes'
+copyright = '2016, oslo.i18n Developers'
# Release notes do not need a version in the title, they span
# multiple versions.
@@ -210,8 +210,8 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'oslo.i18nReleaseNotes.tex',
- u'oslo.i18n Release Notes Documentation',
- u'oslo.i18n Developers', 'manual'),
+ 'oslo.i18n Release Notes Documentation',
+ 'oslo.i18n Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -241,8 +241,8 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'oslo.i18nReleaseNotes',
- u'oslo.i18n Release Notes Documentation',
- [u'oslo.i18n Developers'], 1)
+ 'oslo.i18n Release Notes Documentation',
+ ['oslo.i18n Developers'], 1)
]
# If true, show URL addresses after external links.
@@ -256,8 +256,8 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'oslo.i18nReleaseNotes',
- u'oslo.i18n Release Notes Documentation',
- u'oslo.i18n Developers', 'oslo.i18nReleaseNotes',
+ 'oslo.i18n Release Notes Documentation',
+ 'oslo.i18n Developers', 'oslo.i18nReleaseNotes',
'One line description of project.',
'Miscellaneous'),
]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/releasenotes/source/index.rst
new/oslo.i18n-6.0.0/releasenotes/source/index.rst
--- old/oslo.i18n-5.1.0/releasenotes/source/index.rst 2021-09-06
10:27:12.000000000 +0200
+++ new/oslo.i18n-6.0.0/releasenotes/source/index.rst 2023-02-10
17:03:22.000000000 +0100
@@ -2,15 +2,15 @@
oslo.i18n 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.i18n-5.1.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
new/oslo.i18n-6.0.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
---
old/oslo.i18n-5.1.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2021-09-06 10:27:12.000000000 +0200
+++
new/oslo.i18n-6.0.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2023-02-10 17:03:22.000000000 +0100
@@ -2,15 +2,16 @@
# Andi Chandler <[email protected]>, 2018. #zanata
# Andi Chandler <[email protected]>, 2019. #zanata
# Andi Chandler <[email protected]>, 2020. #zanata
+# Andi Chandler <[email protected]>, 2022. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.i18n Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-05-26 13:59+0000\n"
+"POT-Creation-Date: 2022-05-11 15:45+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2020-05-04 09:30+0000\n"
+"PO-Revision-Date: 2022-06-13 07:40+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -63,5 +64,8 @@
msgid "Ussuri Series Release Notes"
msgstr "Ussuri Series Release Notes"
+msgid "Victoria Series Release Notes"
+msgstr "Victoria Series Release Notes"
+
msgid "oslo.i18n Release Notes"
msgstr "oslo.i18n Release Notes"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.i18n-5.1.0/setup.cfg
new/oslo.i18n-6.0.0/setup.cfg
--- old/oslo.i18n-5.1.0/setup.cfg 2021-09-06 10:27:47.058373700 +0200
+++ new/oslo.i18n-6.0.0/setup.cfg 2023-02-10 17:03:52.640647400 +0100
@@ -1,12 +1,12 @@
[metadata]
name = oslo.i18n
summary = Oslo i18n library
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = [email protected]
-home-page = https://docs.openstack.org/oslo.i18n/latest
-python-requires = >=3.6
+author_email = [email protected]
+home_page = https://docs.openstack.org/oslo.i18n/latest
+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 :: Only
Programming Language :: Python :: Implementation :: CPython