Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oslo.log for openSUSE:Factory
checked in at 2021-12-12 00:57:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.log (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.log.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.log"
Sun Dec 12 00:57:32 2021 rev:21 rq:939532 version:4.6.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes
2020-10-26 16:17:28.382991094 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.log.new.2520/python-oslo.log.changes
2021-12-12 00:57:36.970584650 +0100
@@ -1,0 +2,20 @@
+Tue Oct 26 21:41:15 UTC 2021 - [email protected]
+
+- update to version 4.6.0
+ - Add Xena to versionutils
+ - Remove references to 'sys.version_info'
+ - Use TOX_CONSTRAINTS_FILE
+ - Update master for stable/victoria
+ - setup.cfg: Replace dashes with underscores
+ - Drop lower-constraints
+ - Adding pre-commit
+ - Use py3 as the default runtime for tox
+ - Dropping lower constraints testing
+ - Move flake8 as a pre-commit local target.
+ - Imported Translations from Zanata
+ - Ussuri+ is python3 only
+ - remove unicode from code
+ - Add Python3 wallaby unit tests
+ - Fix log_rotate_interval help text formatting
+
+-------------------------------------------------------------------
Old:
----
oslo.log-4.4.0.tar.gz
New:
----
oslo.log-4.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.log.spec ++++++
--- /var/tmp/diff_new_pack.cx3OUT/_old 2021-12-12 00:57:38.034585381 +0100
+++ /var/tmp/diff_new_pack.cx3OUT/_new 2021-12-12 00:57:38.034585381 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-oslo.log
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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.log
-Version: 4.4.0
+Version: 4.6.0
Release: 0
Summary: OpenStack log library
License: Apache-2.0
Group: Development/Languages/Python
-URL: https://launchpad.net/oslo.log
-Source0:
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-4.4.0.tar.gz
+URL: https://docs.openstack.org/oslo.log
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-4.6.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-mock
BuildRequires: python3-monotonic
@@ -48,7 +48,6 @@
%package -n python3-oslo.log
Summary: OpenStack log library
-Group: Development/Languages/Python
Requires: python3-debtcollector >= 1.19.0
Requires: python3-monotonic
Requires: python3-oslo.config >= 5.2.0
@@ -73,7 +72,6 @@
%package -n python-oslo.log-doc
Summary: Documentation for OpenStack log library
-Group: Development/Languages/Python
BuildRequires: python3-Sphinx
BuildRequires: python3-openstackdocstheme
@@ -81,14 +79,14 @@
Documentation for the oslo.log library.
%prep
-%autosetup -p1 -n oslo.log-4.4.0
+%autosetup -p1 -n oslo.log-4.6.0
%py_req_cleanup
%build
%{py3_build}
# generate html docs
-PYTHONPATH=. PBR_VERSION=4.4.0 %sphinx_build -b html doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=4.6.0 %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
++++++ _service ++++++
--- /var/tmp/diff_new_pack.cx3OUT/_old 2021-12-12 00:57:38.058585397 +0100
+++ /var/tmp/diff_new_pack.cx3OUT/_new 2021-12-12 00:57:38.058585397 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/oslo.log/oslo.log.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.log/oslo.log.spec.j2</param>
<param name="output-name">python-oslo.log.spec</param>
- <param
name="requirements">https://opendev.org/openstack/oslo.log/raw/branch/stable/victoria/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/oslo.log/raw/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.log</param>
</service>
++++++ oslo.log-4.4.0.tar.gz -> oslo.log-4.6.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/.pre-commit-config.yaml
new/oslo.log-4.6.0/.pre-commit-config.yaml
--- old/oslo.log-4.4.0/.pre-commit-config.yaml 1970-01-01 01:00:00.000000000
+0100
+++ new/oslo.log-4.6.0/.pre-commit-config.yaml 2021-07-01 14:36:18.000000000
+0200
@@ -0,0 +1,39 @@
+# We from the Oslo project decided to pin repos based on the
+# commit hash instead of the version tag to prevend arbitrary
+# code from running in developer's machines. To update to a
+# newer version, run `pre-commit autoupdate` and then replace
+# the newer versions with their commit hash.
+
+default_language_version:
+ python: python3
+
+repos:
+ - repo: https://github.com/pre-commit/pre-commit-hooks
+ rev: ebc15addedad713c86ef18ae9632c88e187dd0af # v3.1.0
+ hooks:
+ - id: trailing-whitespace
+ # Replaces or checks mixed line ending
+ - id: mixed-line-ending
+ args: ['--fix', 'lf']
+ exclude: '.*\.(svg)$'
+ # Forbid files which have a UTF-8 byte-order marker
+ - id: check-byte-order-marker
+ # Checks that non-binary executables have a proper shebang
+ - id: check-executables-have-shebangs
+ # Check for files that contain merge conflict strings.
+ - id: check-merge-conflict
+ # Check for debugger imports and py37+ breakpoint()
+ # calls in python source
+ - id: debug-statements
+ - id: check-yaml
+ files: .*\.(yaml|yml)$
+ - repo: local
+ hooks:
+ - id: flake8
+ name: flake8
+ additional_dependencies:
+ - hacking>=3.0.1,<3.1.0
+ language: python
+ entry: flake8
+ files: '^.*\.py$'
+ exclude: '^(doc|releasenotes|tools)/.*$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/.zuul.yaml
new/oslo.log-4.6.0/.zuul.yaml
--- old/oslo.log-4.4.0/.zuul.yaml 2020-08-26 22:14:34.000000000 +0200
+++ new/oslo.log-4.6.0/.zuul.yaml 2021-07-01 14:36:18.000000000 +0200
@@ -47,8 +47,7 @@
templates:
- check-requirements
- lib-forward-testing-python3
- - openstack-lower-constraints-jobs
- - openstack-python3-victoria-jobs
+ - openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/AUTHORS new/oslo.log-4.6.0/AUTHORS
--- old/oslo.log-4.4.0/AUTHORS 2020-08-26 22:15:25.000000000 +0200
+++ new/oslo.log-4.6.0/AUTHORS 2021-07-01 14:36:51.000000000 +0200
@@ -33,6 +33,7 @@
Cyril Roelandt <[email protected]>
Daisuke Fujita <[email protected]>
Dan Prince <[email protected]>
+Daniel Bengtsson <[email protected]>
Daniel Vincze <[email protected]>
Davanum Srinivas <[email protected]>
Davanum Srinivas <[email protected]>
@@ -80,6 +81,7 @@
John Griffith <[email protected]>
John L. Villalovos <[email protected]>
John Stanford <[email protected]>
+Jorhson Deng <[email protected]>
Joshua Harlow <[email protected]>
Joshua Harlow <[email protected]>
Joshua Harlow <[email protected]>
@@ -162,6 +164,7 @@
abhishekkekane <[email protected]>
avnish <[email protected]>
caoyuan <[email protected]>
+dengzhaosen <[email protected]>
eeldill <[email protected]>
gecong1973 <[email protected]>
gengchc2 <[email protected]>
@@ -176,10 +179,12 @@
melissaml <[email protected]>
pengyuesheng <[email protected]>
ricolin <[email protected]>
+songwenping <[email protected]>
sonu.kumar <[email protected]>
tanlin <[email protected]>
venkatamahesh <[email protected]>
wangqi <[email protected]>
+xuanyandong <[email protected]>
yan.haifeng <[email protected]>
zhang-jinnan <[email protected]>
zhouxinyong <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/ChangeLog new/oslo.log-4.6.0/ChangeLog
--- old/oslo.log-4.4.0/ChangeLog 2020-08-26 22:15:25.000000000 +0200
+++ new/oslo.log-4.6.0/ChangeLog 2021-07-01 14:36:51.000000000 +0200
@@ -1,6 +1,29 @@
CHANGES
=======
+4.6.0
+-----
+
+* Ussuri+ is python3 only
+* setup.cfg: Replace dashes with underscores
+* Remove references to 'sys.version\_info'
+
+4.5.0
+-----
+
+* Drop lower-constraints
+* Fix log\_rotate\_interval help text formatting
+* Move flake8 as a pre-commit local target
+* Add Xena to versionutils
+* remove unicode from code
+* Dropping lower constraints testing
+* Use TOX\_CONSTRAINTS\_FILE
+* Use py3 as the default runtime for tox
+* Imported Translations from Zanata
+* Add Python3 wallaby unit tests
+* Update master for stable/victoria
+* Adding pre-commit
+
4.4.0
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/PKG-INFO new/oslo.log-4.6.0/PKG-INFO
--- old/oslo.log-4.4.0/PKG-INFO 2020-08-26 22:15:25.000000000 +0200
+++ new/oslo.log-4.6.0/PKG-INFO 2021-07-01 14:36:52.107553000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: oslo.log
-Version: 4.4.0
+Version: 4.6.0
Summary: oslo.log library
Home-page: https://docs.openstack.org/oslo.log/latest
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/doc/source/conf.py
new/oslo.log-4.6.0/doc/source/conf.py
--- old/oslo.log-4.4.0/doc/source/conf.py 2020-08-26 22:14:34.000000000
+0200
+++ new/oslo.log-4.6.0/doc/source/conf.py 2021-07-01 14:36:18.000000000
+0200
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2020 Red Hat, Inc.
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -36,7 +38,7 @@
master_doc = 'index'
# General information about the project.
-copyright = u'2014, OpenStack Foundation'
+copyright = '2014, OpenStack Foundation'
# -- Options for HTML output --------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/lower-constraints.txt
new/oslo.log-4.6.0/lower-constraints.txt
--- old/oslo.log-4.4.0/lower-constraints.txt 2020-08-26 22:14:34.000000000
+0200
+++ new/oslo.log-4.6.0/lower-constraints.txt 1970-01-01 01:00:00.000000000
+0100
@@ -1,57 +0,0 @@
-alabaster==0.7.10
-appdirs==1.4.3
-Babel==2.5.3
-bandit==1.4.0
-certifi==2018.1.18
-chardet==3.0.4
-coverage==4.5.1
-debtcollector==1.19.0
-docutils==0.14
-dulwich==0.19.0
-extras==1.0.0
-fixtures==3.0.0
-gitdb2==2.0.3
-GitPython==2.1.8
-idna==2.6
-imagesize==1.0.0
-iso8601==0.1.12
-Jinja2==2.10
-keystoneauth1==3.4.0
-linecache2==1.0.0
-MarkupSafe==1.0
-mox3==0.25.0
-msgpack==0.5.6
-netaddr==0.7.19
-netifaces==0.10.6
-openstack-requirements==1.2.0
-os-client-config==1.29.0
-oslo.config==5.2.0
-oslo.context==2.20.0
-oslo.i18n==3.20.0
-oslo.serialization==2.25.0
-oslo.utils==3.36.0
-oslotest==3.3.0
-packaging==17.1
-Parsley==1.3
-pbr==3.1.1
-Pygments==2.2.0
-pyinotify==0.9.6
-pyparsing==2.2.0
-python-dateutil==2.7.0
-python-mimeparse==1.6.0
-python-subunit==1.2.0
-pytz==2018.3
-PyYAML==3.12
-requests==2.18.4
-requestsexceptions==1.4.0
-rfc3986==1.1.0
-smmap2==2.0.3
-snowballstemmer==1.2.1
-stestr==2.0.0
-stevedore==1.28.0
-systemd-python==234
-testrepository==0.0.20
-testtools==2.3.0
-traceback2==1.4.0
-urllib3==1.22
-wrapt==1.10.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo.log.egg-info/PKG-INFO
new/oslo.log-4.6.0/oslo.log.egg-info/PKG-INFO
--- old/oslo.log-4.4.0/oslo.log.egg-info/PKG-INFO 2020-08-26
22:15:25.000000000 +0200
+++ new/oslo.log-4.6.0/oslo.log.egg-info/PKG-INFO 2021-07-01
14:36:51.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: oslo.log
-Version: 4.4.0
+Version: 4.6.0
Summary: oslo.log library
Home-page: https://docs.openstack.org/oslo.log/latest
Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo.log.egg-info/SOURCES.txt
new/oslo.log-4.6.0/oslo.log.egg-info/SOURCES.txt
--- old/oslo.log-4.4.0/oslo.log.egg-info/SOURCES.txt 2020-08-26
22:15:25.000000000 +0200
+++ new/oslo.log-4.6.0/oslo.log.egg-info/SOURCES.txt 2021-07-01
14:36:52.000000000 +0200
@@ -1,5 +1,6 @@
.coveragerc
.mailmap
+.pre-commit-config.yaml
.stestr.conf
.zuul.yaml
AUTHORS
@@ -8,7 +9,6 @@
HACKING.rst
LICENSE
README.rst
-lower-constraints.txt
requirements.txt
setup.cfg
setup.py
@@ -116,6 +116,7 @@
releasenotes/source/train.rst
releasenotes/source/unreleased.rst
releasenotes/source/ussuri.rst
+releasenotes/source/victoria.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo.log.egg-info/pbr.json
new/oslo.log-4.6.0/oslo.log.egg-info/pbr.json
--- old/oslo.log-4.4.0/oslo.log.egg-info/pbr.json 2020-08-26
22:15:25.000000000 +0200
+++ new/oslo.log-4.6.0/oslo.log.egg-info/pbr.json 2021-07-01
14:36:51.000000000 +0200
@@ -1 +1 @@
-{"git_version": "9b29c90", "is_release": true}
\ No newline at end of file
+{"git_version": "41c8807", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo.log.egg-info/requires.txt
new/oslo.log-4.6.0/oslo.log.egg-info/requires.txt
--- old/oslo.log-4.4.0/oslo.log.egg-info/requires.txt 2020-08-26
22:15:25.000000000 +0200
+++ new/oslo.log-4.6.0/oslo.log.egg-info/requires.txt 2021-07-01
14:36:51.000000000 +0200
@@ -22,5 +22,6 @@
fixtures>=3.0.0
hacking<2.1.0,>=2.0.0
oslotest>=3.3.0
+pre-commit>=2.6.0
stestr>=2.0.0
testtools>=2.3.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo_log/_options.py
new/oslo.log-4.6.0/oslo_log/_options.py
--- old/oslo.log-4.4.0/oslo_log/_options.py 2020-08-26 22:14:34.000000000
+0200
+++ new/oslo.log-4.6.0/oslo_log/_options.py 2021-07-01 14:36:18.000000000
+0200
@@ -115,7 +115,7 @@
cfg.IntOpt('log_rotate_interval',
default=1,
help='The amount of time before the log files are rotated. '
- 'This option is ignored unless log_rotation_type is set'
+ 'This option is ignored unless log_rotation_type is set '
'to "interval".'),
cfg.StrOpt('log_rotate_interval_type',
choices=['Seconds', 'Minutes', 'Hours', 'Days', 'Weekday',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo_log/cmds/convert_json.py
new/oslo.log-4.6.0/oslo_log/cmds/convert_json.py
--- old/oslo.log-4.4.0/oslo_log/cmds/convert_json.py 2020-08-26
22:14:34.000000000 +0200
+++ new/oslo.log-4.6.0/oslo_log/cmds/convert_json.py 2021-07-01
14:36:18.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo_log/formatters.py
new/oslo.log-4.6.0/oslo_log/formatters.py
--- old/oslo.log-4.4.0/oslo_log/formatters.py 2020-08-26 22:14:34.000000000
+0200
+++ new/oslo.log-4.6.0/oslo_log/formatters.py 2021-07-01 14:36:18.000000000
+0200
@@ -493,11 +493,8 @@
self._compute_iso_time(record)
- if sys.version_info < (3, 2):
- self._fmt = fmt
- else:
- self._style = logging.PercentStyle(fmt)
- self._fmt = self._style._fmt
+ self._style = logging.PercentStyle(fmt)
+ self._fmt = self._style._fmt
try:
return logging.Formatter.format(self, record)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo_log/tests/unit/test_log.py
new/oslo.log-4.6.0/oslo_log/tests/unit/test_log.py
--- old/oslo.log-4.4.0/oslo_log/tests/unit/test_log.py 2020-08-26
22:14:34.000000000 +0200
+++ new/oslo.log-4.6.0/oslo_log/tests/unit/test_log.py 2021-07-01
14:36:18.000000000 +0200
@@ -624,7 +624,7 @@
expected = b'\\u2622'
# see ContextFormatterTestCase.test_can_process_strings
expected = '\\\\xe2\\\\x98\\\\xa2'
- self.log.info(b'%s', u'\u2622'.encode('utf8'))
+ self.log.info(b'%s', '\u2622'.encode('utf8'))
self.assertIn(expected, self.stream.getvalue())
def test_exception(self):
@@ -964,7 +964,7 @@
"%(user_identity)s]: "
"%(message)s")
ctxt = _fake_context()
- ctxt.request_id = u'99'
+ ctxt.request_id = '99'
message = 'test'
self.log.info(message, context=ctxt)
expected = ("HAS CONTEXT [%s %s %s %s %s %s]: %s\n" %
@@ -981,7 +981,7 @@
logging_user_identity_format="%(user)s "
"%(tenant)s")
ctxt = _fake_context()
- ctxt.request_id = u'99'
+ ctxt.request_id = '99'
message = 'test'
self.log.info(message, context=ctxt)
expected = ("HAS CONTEXT [%s %s %s]: %s\n" %
@@ -1024,7 +1024,7 @@
# or it will fail and inserting byte string in unicode string
# causes such formatting
expected = '\\xe2\\x98\\xa2'
- self.log.info(b'%s', u'\u2622'.encode('utf8'))
+ self.log.info(b'%s', '\u2622'.encode('utf8'))
self.assertIn(expected, self.stream.getvalue())
def test_dict_args_with_unicode(self):
@@ -1923,7 +1923,7 @@
class UnicodeConversionTestCase(BaseTestCase):
- _MSG = u'Message with unicode char \ua000 in the middle'
+ _MSG = 'Message with unicode char \ua000 in the middle'
def test_ascii_to_unicode(self):
msg = self._MSG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/oslo_log/versionutils.py
new/oslo.log-4.6.0/oslo_log/versionutils.py
--- old/oslo.log-4.4.0/oslo_log/versionutils.py 2020-08-26 22:14:34.000000000
+0200
+++ new/oslo.log-4.6.0/oslo_log/versionutils.py 2021-07-01 14:36:18.000000000
+0200
@@ -75,6 +75,7 @@
'U': 'Ussuri',
'V': 'Victoria',
'W': 'Wallaby',
+ 'X': 'Xena',
}
@@ -155,6 +156,7 @@
USSURI = 'U'
VICTORIA = 'V'
WALLABY = 'W'
+ XENA = 'X'
def __init__(self, as_of, in_favor_of=None, remove_in=2, what=None):
"""Initialize decorator
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/releasenotes/source/conf.py
new/oslo.log-4.6.0/releasenotes/source/conf.py
--- old/oslo.log-4.4.0/releasenotes/source/conf.py 2020-08-26
22:14:34.000000000 +0200
+++ new/oslo.log-4.6.0/releasenotes/source/conf.py 2021-07-01
14:36:18.000000000 +0200
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2020 Red Hat, Inc.
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -29,7 +31,7 @@
master_doc = 'index'
# General information about the project.
-copyright = u'2016, oslo.log Developers'
+copyright = '2016, oslo.log Developers'
# Release notes do not need a version in the title, they span
# multiple versions.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/releasenotes/source/index.rst
new/oslo.log-4.6.0/releasenotes/source/index.rst
--- old/oslo.log-4.4.0/releasenotes/source/index.rst 2020-08-26
22:14:34.000000000 +0200
+++ new/oslo.log-4.6.0/releasenotes/source/index.rst 2021-07-01
14:36:18.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ victoria
ussuri
train
stein
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.log-4.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
new/oslo.log-4.6.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
---
old/oslo.log-4.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2020-08-26 22:14:34.000000000 +0200
+++
new/oslo.log-4.6.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2021-07-01 14:36:18.000000000 +0200
@@ -6,11 +6,11 @@
msgstr ""
"Project-Id-Version: oslo.log\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-14 15:41+0000\n"
+"POT-Creation-Date: 2020-09-22 12:42+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2020-04-16 12:37+0000\n"
+"PO-Revision-Date: 2020-10-10 02:28+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -56,12 +56,24 @@
msgid "3.42.0"
msgstr "3.42.0"
+msgid "3.42.4"
+msgstr "3.42.4"
+
+msgid "3.44.2"
+msgstr "3.44.2"
+
msgid "3.8.0"
msgstr "3.8.0"
msgid "4.0.0"
msgstr "4.0.0"
+msgid "4.1.2"
+msgstr "4.1.2"
+
+msgid "4.2.0"
+msgstr "4.2.0"
+
msgid ""
"A new ``oslo_log.log.is_debug_enabled`` helper function is added that allows "
"to determine whether debug mode is enabled for logging."
@@ -220,9 +232,23 @@
msgid "Upgrade Notes"
msgstr "Upgrade Notes"
+msgid ""
+"Using systemd journal handler, logs ending up in kern.log because "
+"SYSLOG_FACILITY is missing. This fix uses the same facility configuration "
+"option 'syslog-log-facility' as from syslog handler to provide the missing "
+"value. (Bug #1871840)"
+msgstr ""
+"Using systemd journal handler, logs ending up in kern.log because "
+"SYSLOG_FACILITY is missing. This fix uses the same facility configuration "
+"option 'syslog-log-facility' as from syslog handler to provide the missing "
+"value. (Bug #1871840)"
+
msgid "Ussuri Series Release Notes"
msgstr "Ussuri Series Release Notes"
+msgid "Victoria Series Release Notes"
+msgstr "Victoria Series Release Notes"
+
msgid ""
"When removing the \"verbose\" option, the default logging level was set to "
"\"WARNING\" by mistake. Fixed it back to \"INFO\"."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/releasenotes/source/victoria.rst
new/oslo.log-4.6.0/releasenotes/source/victoria.rst
--- old/oslo.log-4.4.0/releasenotes/source/victoria.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.log-4.6.0/releasenotes/source/victoria.rst 2021-07-01
14:36:18.000000000 +0200
@@ -0,0 +1,6 @@
+=============================
+Victoria Series Release Notes
+=============================
+
+.. release-notes::
+ :branch: stable/victoria
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/setup.cfg new/oslo.log-4.6.0/setup.cfg
--- old/oslo.log-4.4.0/setup.cfg 2020-08-26 22:15:25.000000000 +0200
+++ new/oslo.log-4.6.0/setup.cfg 2021-07-01 14:36:52.107553000 +0200
@@ -1,12 +1,12 @@
[metadata]
name = oslo.log
summary = oslo.log library
-description-file =
+description_file =
README.rst
author = OpenStack
-author-email = [email protected]
-home-page = https://docs.openstack.org/oslo.log/latest
-python-requires = >=3.6
+author_email = [email protected]
+home_page = https://docs.openstack.org/oslo.log/latest
+python_requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/test-requirements.txt
new/oslo.log-4.6.0/test-requirements.txt
--- old/oslo.log-4.4.0/test-requirements.txt 2020-08-26 22:14:34.000000000
+0200
+++ new/oslo.log-4.6.0/test-requirements.txt 2021-07-01 14:36:18.000000000
+0200
@@ -14,3 +14,5 @@
bandit>=1.6.0,<1.7.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
+
+pre-commit>=2.6.0 # MIT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.4.0/tox.ini new/oslo.log-4.6.0/tox.ini
--- old/oslo.log-4.4.0/tox.ini 2020-08-26 22:14:34.000000000 +0200
+++ new/oslo.log-4.6.0/tox.ini 2021-07-01 14:36:18.000000000 +0200
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1
-envlist = py36,py38,pep8
+envlist = py36,py3,pep8
ignore_basepython_conflict = true
[testenv]
@@ -8,7 +8,7 @@
whitelist_externals =
find
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete
@@ -17,7 +17,7 @@
[testenv:pep8]
commands =
- flake8
+ pre-commit run -a
# Run security linter
bandit -r oslo_log -x tests -n5
@@ -27,7 +27,7 @@
[testenv:docs]
whitelist_externals = rm
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
rm -fr doc/build
@@ -36,7 +36,7 @@
[testenv:releasenotes]
whitelist_externals = rm
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
+
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build
@@ -54,12 +54,6 @@
[testenv:bandit]
commands = bandit -r oslo_log -x tests -n5
-[testenv:lower-constraints]
-deps =
- -c{toxinidir}/lower-constraints.txt
- -r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt
-
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
# W503, W504 skipped:
https://www.python.org/dev/peps/pep-0008/#should-a-line-break-before-or-after-a-binary-operator