Hello community,
here is the log from the commit of package python-oslo.log for openSUSE:Factory
checked in at 2020-10-26 16:16:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.log (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.log.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.log"
Mon Oct 26 16:16:48 2020 rev:20 rq:841210 version:4.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.log/python-oslo.log.changes
2020-08-10 15:06:08.640258530 +0200
+++
/work/SRC/openSUSE:Factory/.python-oslo.log.new.3463/python-oslo.log.changes
2020-10-26 16:17:28.382991094 +0100
@@ -1,0 +2,23 @@
+Fri Oct 9 19:17:09 UTC 2020 - [email protected]
+
+- update to version 4.4.0
+ - Add missing SYSLOG_FACILITY to JournalHandler
+ - Add py38 package metadata
+ - Align contributing doc with oslo's policy
+ - Default facility to None in OSJournalHandler class
+ - Imported Translations from Zanata
+ - Remove monotonic usage
+ - Added uwsgi_name information into fluentFormatter event message
+ - Update master for stable/ussuri
+ - Bump default tox env from py37 to py38
+ - Bump bandit version
+ - Remove translation sections from setup.cfg
+ - zuul: port the legacy grenade job
+ - Add Python3 victoria unit tests
+ - Remove the unused coding style modules
+ - Add Victoria and Wallaby in versionutils.deprecated
+ - Stop to use the __future__ module.
+ - Switch to newer openstackdocstheme and reno versions
+ - Add release notes links to doc index
+
+-------------------------------------------------------------------
Old:
----
oslo.log-4.1.3.tar.gz
New:
----
oslo.log-4.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.log.spec ++++++
--- /var/tmp/diff_new_pack.Cb4QCu/_old 2020-10-26 16:17:29.270991808 +0100
+++ /var/tmp/diff_new_pack.Cb4QCu/_new 2020-10-26 16:17:29.274991812 +0100
@@ -17,16 +17,16 @@
Name: python-oslo.log
-Version: 4.1.3
+Version: 4.4.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.1.3.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.log/oslo.log-4.4.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-mock
-BuildRequires: python3-monotonic >= 1.4
+BuildRequires: python3-monotonic
BuildRequires: python3-oslo.config >= 5.2.0
BuildRequires: python3-oslo.context >= 2.20.0
BuildRequires: python3-oslo.i18n >= 3.20.0
@@ -50,7 +50,7 @@
Summary: OpenStack log library
Group: Development/Languages/Python
Requires: python3-debtcollector >= 1.19.0
-Requires: python3-monotonic >= 1.4
+Requires: python3-monotonic
Requires: python3-oslo.config >= 5.2.0
Requires: python3-oslo.context >= 2.20.0
Requires: python3-oslo.i18n >= 3.20.0
@@ -81,14 +81,14 @@
Documentation for the oslo.log library.
%prep
-%autosetup -p1 -n oslo.log-4.1.3
+%autosetup -p1 -n oslo.log-4.4.0
%py_req_cleanup
%build
%{py3_build}
# generate html docs
-PYTHONPATH=. PBR_VERSION=4.1.3 %sphinx_build -b html doc/source doc/build/html
+PYTHONPATH=. PBR_VERSION=4.4.0 %sphinx_build -b html doc/source doc/build/html
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
++++++ _service ++++++
--- /var/tmp/diff_new_pack.Cb4QCu/_old 2020-10-26 16:17:29.310991841 +0100
+++ /var/tmp/diff_new_pack.Cb4QCu/_new 2020-10-26 16:17:29.310991841 +0100
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/oslo.log/oslo.log.spec.j2</param>
+ <param
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/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/ussuri/requirements.txt</param>
+ <param
name="requirements">https://opendev.org/openstack/oslo.log/raw/branch/stable/victoria/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.log</param>
</service>
++++++ oslo.log-4.1.3.tar.gz -> oslo.log-4.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/.zuul.yaml
new/oslo.log-4.4.0/.zuul.yaml
--- old/oslo.log-4.1.3/.zuul.yaml 2020-06-04 13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/.zuul.yaml 2020-08-26 22:14:34.000000000 +0200
@@ -1,17 +1,12 @@
- job:
- name: oslo.log-src-grenade-devstack
- parent: legacy-dsvm-base
+ name: oslo.log-src-grenade
+ parent: grenade
voting: false
irrelevant-files:
- ^(test-|)requirements.txt$
- ^setup.cfg$
- post-run: playbooks/legacy/oslo.log-src-grenade-devstack/post.yaml
required-projects:
- - openstack/grenade
- - openstack/devstack-gate
- - openstack/oslo.log
- run: playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
- timeout: 10800
+ - opendev.org/openstack/oslo.log
- job:
name: oslo.log-jsonformatter
@@ -44,7 +39,7 @@
- project:
check:
jobs:
- - oslo.log-src-grenade-devstack
+ - oslo.log-src-grenade
- oslo.log-jsonformatter
gate:
jobs:
@@ -53,7 +48,7 @@
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- - openstack-python3-ussuri-jobs
+ - openstack-python3-victoria-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.1.3/AUTHORS new/oslo.log-4.4.0/AUTHORS
--- old/oslo.log-4.1.3/AUTHORS 2020-06-04 13:13:13.000000000 +0200
+++ new/oslo.log-4.4.0/AUTHORS 2020-08-26 22:15:25.000000000 +0200
@@ -59,6 +59,7 @@
Gary Kotton <[email protected]>
Ghanshyam Mann <[email protected]>
Gorka Eguileor <[email protected]>
+Goutham Pacha Ravi <[email protected]>
Hervé Beraud <[email protected]>
Ian Cordasco <[email protected]>
Ian Wienand <[email protected]>
@@ -94,6 +95,7 @@
Lance Bragstad <[email protected]>
Lianhao Lu <[email protected]>
Lucian Petrut <[email protected]>
+Luigi Toscano <[email protected]>
Luis A. Garcia <[email protected]>
Marian Horban <[email protected]>
Mark Doffman <[email protected]>
@@ -108,6 +110,7 @@
Michał Dulko <[email protected]>
Michel Nederlof <[email protected]>
Min Pae <[email protected]>
+Moisés Guimarães de Medeiros <[email protected]>
Monty Taylor <[email protected]>
Morgan Fainberg <[email protected]>
Nam Nguyen Hoai <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/CONTRIBUTING.rst
new/oslo.log-4.4.0/CONTRIBUTING.rst
--- old/oslo.log-4.1.3/CONTRIBUTING.rst 2020-06-04 13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/CONTRIBUTING.rst 2020-08-26 22:14:34.000000000 +0200
@@ -1,3 +1,8 @@
+If you would like to contribute to the development of oslo's libraries,
+first you must take a look to this page:
+
+
https://specs.openstack.org/openstack/oslo-specs/specs/policy/contributing.html
+
If you would like to contribute to the development of OpenStack,
you must follow the steps in this page:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/ChangeLog new/oslo.log-4.4.0/ChangeLog
--- old/oslo.log-4.1.3/ChangeLog 2020-06-04 13:13:13.000000000 +0200
+++ new/oslo.log-4.4.0/ChangeLog 2020-08-26 22:15:25.000000000 +0200
@@ -1,17 +1,39 @@
CHANGES
=======
-4.1.3
+4.4.0
-----
+* zuul: port the legacy grenade job
+* Bump bandit version
+* Added uwsgi\_name information into fluentFormatter event message
+
+4.3.0
+-----
+
+* Add Victoria and Wallaby in versionutils.deprecated
+
+4.2.1
+-----
+
+* Stop to use the \_\_future\_\_ module
* Default facility to None in OSJournalHandler class
-4.1.2
+4.2.0
-----
+* Switch to newer openstackdocstheme and reno versions
+* Remove the unused coding style modules
+* Remove translation sections from setup.cfg
* Add missing SYSLOG\_FACILITY to JournalHandler
-* Update TOX/UPPER\_CONSTRAINTS\_FILE for stable/ussuri
-* Update .gitreview for stable/ussuri
+* Remove monotonic usage
+* Align contributing doc with oslo's policy
+* Bump default tox env from py37 to py38
+* Add py38 package metadata
+* Add release notes links to doc index
+* Imported Translations from Zanata
+* Add Python3 victoria unit tests
+* Update master for stable/ussuri
4.1.1
-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/PKG-INFO new/oslo.log-4.4.0/PKG-INFO
--- old/oslo.log-4.1.3/PKG-INFO 2020-06-04 13:13:14.000000000 +0200
+++ new/oslo.log-4.4.0/PKG-INFO 2020-08-26 22:15:25.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: oslo.log
-Version: 4.1.3
+Version: 4.4.0
Summary: oslo.log library
Home-page: https://docs.openstack.org/oslo.log/latest
Author: OpenStack
@@ -49,6 +49,7 @@
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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/babel.cfg new/oslo.log-4.4.0/babel.cfg
--- old/oslo.log-4.1.3/babel.cfg 2020-06-04 13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/babel.cfg 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-[python: **.py]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/doc/requirements.txt
new/oslo.log-4.4.0/doc/requirements.txt
--- old/oslo.log-4.1.3/doc/requirements.txt 2020-06-04 13:12:36.000000000
+0200
+++ new/oslo.log-4.4.0/doc/requirements.txt 2020-08-26 22:14:34.000000000
+0200
@@ -2,9 +2,9 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-sphinx>=1.8.0,!=2.1.0 # BSD
-openstackdocstheme>=1.20.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0
+reno>=3.1.0 # Apache-2.0
# Optional dependencies that are needed to build docs
fixtures>=3.0.0 # Apache-2.0/BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/doc/source/conf.py
new/oslo.log-4.4.0/doc/source/conf.py
--- old/oslo.log-4.1.3/doc/source/conf.py 2020-06-04 13:12:36.000000000
+0200
+++ new/oslo.log-4.4.0/doc/source/conf.py 2020-08-26 22:14:34.000000000
+0200
@@ -28,9 +28,9 @@
]
# openstackdocstheme options
-repository_name = 'openstack/oslo.log'
-bug_project = 'oslo.log'
-bug_tag = ''
+openstackdocs_repo_name = 'openstack/oslo.log'
+openstackdocs_bug_project = 'oslo.log'
+openstackdocs_bug_tag = ''
# The master toctree document.
master_doc = 'index'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/doc/source/index.rst
new/oslo.log-4.4.0/doc/source/index.rst
--- old/oslo.log-4.1.3/doc/source/index.rst 2020-06-04 13:12:36.000000000
+0200
+++ new/oslo.log-4.4.0/doc/source/index.rst 2020-08-26 22:14:34.000000000
+0200
@@ -7,6 +7,8 @@
formatters, handlers and support for context specific
logging (like resource id's etc).
+Contents
+========
.. toctree::
:maxdepth: 1
@@ -17,6 +19,12 @@
admin/index
contributor/index
+Release Notes
+=============
+
+Read also the `oslo.log Release Notes
+<https://docs.openstack.org/releasenotes/oslo.log/>`_.
+
Indices and tables
==================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/lower-constraints.txt
new/oslo.log-4.4.0/lower-constraints.txt
--- old/oslo.log-4.1.3/lower-constraints.txt 2020-06-04 13:12:36.000000000
+0200
+++ new/oslo.log-4.4.0/lower-constraints.txt 2020-08-26 22:14:34.000000000
+0200
@@ -10,10 +10,8 @@
dulwich==0.19.0
extras==1.0.0
fixtures==3.0.0
-flake8==2.5.5
gitdb2==2.0.3
GitPython==2.1.8
-hacking==2.0.0
idna==2.6
imagesize==1.0.0
iso8601==0.1.12
@@ -21,14 +19,11 @@
keystoneauth1==3.4.0
linecache2==1.0.0
MarkupSafe==1.0
-mccabe==0.2.1
-monotonic==1.4;python_version<'3.3'
mox3==0.25.0
msgpack==0.5.6
netaddr==0.7.19
netifaces==0.10.6
openstack-requirements==1.2.0
-openstackdocstheme==1.20.0
os-client-config==1.29.0
oslo.config==5.2.0
oslo.context==2.20.0
@@ -39,8 +34,6 @@
packaging==17.1
Parsley==1.3
pbr==3.1.1
-pep8==1.5.7
-pyflakes==0.8.1
Pygments==2.2.0
pyinotify==0.9.6
pyparsing==2.2.0
@@ -49,14 +42,11 @@
python-subunit==1.2.0
pytz==2018.3
PyYAML==3.12
-reno==2.7.0
requests==2.18.4
requestsexceptions==1.4.0
rfc3986==1.1.0
smmap2==2.0.3
snowballstemmer==1.2.1
-Sphinx==1.8.0
-sphinxcontrib-websupport==1.0.1
stestr==2.0.0
stevedore==1.28.0
systemd-python==234
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/oslo.log.egg-info/PKG-INFO
new/oslo.log-4.4.0/oslo.log.egg-info/PKG-INFO
--- old/oslo.log-4.1.3/oslo.log.egg-info/PKG-INFO 2020-06-04
13:13:13.000000000 +0200
+++ new/oslo.log-4.4.0/oslo.log.egg-info/PKG-INFO 2020-08-26
22:15:25.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: oslo.log
-Version: 4.1.3
+Version: 4.4.0
Summary: oslo.log library
Home-page: https://docs.openstack.org/oslo.log/latest
Author: OpenStack
@@ -49,6 +49,7 @@
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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/oslo.log.egg-info/SOURCES.txt
new/oslo.log-4.4.0/oslo.log.egg-info/SOURCES.txt
--- old/oslo.log-4.1.3/oslo.log.egg-info/SOURCES.txt 2020-06-04
13:13:13.000000000 +0200
+++ new/oslo.log-4.4.0/oslo.log.egg-info/SOURCES.txt 2020-08-26
22:15:25.000000000 +0200
@@ -8,7 +8,6 @@
HACKING.rst
LICENSE
README.rst
-babel.cfg
lower-constraints.txt
requirements.txt
setup.cfg
@@ -86,8 +85,6 @@
oslo_log/tests/unit/fixture/__init__.py
oslo_log/tests/unit/fixture/test_logging_error.py
oslo_log/tests/unit/fixture/test_setlevel.py
-playbooks/legacy/oslo.log-src-grenade-devstack/post.yaml
-playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
releasenotes/notes/.placeholder
releasenotes/notes/add-context-section-0b2f411ec64f42f6.yaml
releasenotes/notes/add-facility-to-journal-e10bf7002cc19dd3.yaml
@@ -118,6 +115,7 @@
releasenotes/source/stein.rst
releasenotes/source/train.rst
releasenotes/source/unreleased.rst
+releasenotes/source/ussuri.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.1.3/oslo.log.egg-info/pbr.json
new/oslo.log-4.4.0/oslo.log.egg-info/pbr.json
--- old/oslo.log-4.1.3/oslo.log.egg-info/pbr.json 2020-06-04
13:13:13.000000000 +0200
+++ new/oslo.log-4.4.0/oslo.log.egg-info/pbr.json 2020-08-26
22:15:25.000000000 +0200
@@ -1 +1 @@
-{"git_version": "c77f3c9", "is_release": true}
\ No newline at end of file
+{"git_version": "9b29c90", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/oslo.log.egg-info/requires.txt
new/oslo.log-4.4.0/oslo.log.egg-info/requires.txt
--- old/oslo.log-4.1.3/oslo.log.egg-info/requires.txt 2020-06-04
13:13:13.000000000 +0200
+++ new/oslo.log-4.4.0/oslo.log.egg-info/requires.txt 2020-08-26
22:15:25.000000000 +0200
@@ -1,15 +1,12 @@
-pbr>=3.1.1
+debtcollector>=1.19.0
oslo.config>=5.2.0
oslo.context>=2.20.0
oslo.i18n>=3.20.0
-oslo.utils>=3.36.0
oslo.serialization>=2.25.0
-debtcollector>=1.19.0
+oslo.utils>=3.36.0
+pbr>=3.1.1
python-dateutil>=2.7.0
-[:(python_version<'3.3')]
-monotonic>=1.4
-
[:(sys_platform!='win32' and sys_platform!='darwin' and
sys_platform!='sunos5')]
pyinotify>=0.9.6
@@ -20,10 +17,10 @@
systemd-python>=234
[test]
+bandit<1.7.0,>=1.6.0
+coverage>=4.5.1
+fixtures>=3.0.0
hacking<2.1.0,>=2.0.0
+oslotest>=3.3.0
stestr>=2.0.0
testtools>=2.3.0
-oslotest>=3.3.0
-coverage>=4.5.1
-bandit<1.6.0,>=1.1.0
-fixtures>=3.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/oslo_log/cmds/convert_json.py
new/oslo.log-4.4.0/oslo_log/cmds/convert_json.py
--- old/oslo.log-4.1.3/oslo_log/cmds/convert_json.py 2020-06-04
13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/oslo_log/cmds/convert_json.py 2020-08-26
22:14:34.000000000 +0200
@@ -11,8 +11,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import print_function
-
import argparse
import collections
import functools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/oslo_log/formatters.py
new/oslo.log-4.4.0/oslo_log/formatters.py
--- old/oslo.log-4.1.3/oslo_log/formatters.py 2020-06-04 13:12:36.000000000
+0200
+++ new/oslo.log-4.4.0/oslo_log/formatters.py 2020-08-26 22:14:34.000000000
+0200
@@ -290,6 +290,13 @@
except socket.error:
self.hostname = None
self.cmdline = " ".join(sys.argv)
+ try:
+ # check if running under uwsgi
+ import uwsgi
+ svc_name = uwsgi.opt.get("name")
+ self.uwsgi_name = svc_name
+ except Exception:
+ self.uwsgi_name = None
def formatException(self, exc_info, strip_newlines=True):
try:
@@ -351,6 +358,9 @@
if record.exc_info:
message['traceback'] = self.formatException(record.exc_info)
+ if self.uwsgi_name:
+ message["uwsgi_name"] = self.uwsgi_name
+
return message
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.log-4.1.3/oslo_log/locale/en_GB/LC_MESSAGES/oslo_log.po
new/oslo.log-4.4.0/oslo_log/locale/en_GB/LC_MESSAGES/oslo_log.po
--- old/oslo.log-4.1.3/oslo_log/locale/en_GB/LC_MESSAGES/oslo_log.po
2020-06-04 13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/oslo_log/locale/en_GB/LC_MESSAGES/oslo_log.po
2020-08-26 22:14:34.000000000 +0200
@@ -1,13 +1,14 @@
# Andi Chandler <[email protected]>, 2016. #zanata
+# Andi Chandler <[email protected]>, 2020. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.log VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
-"POT-Creation-Date: 2018-02-09 00:09+0000\n"
+"POT-Creation-Date: 2020-04-14 15:41+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2016-06-28 05:56+0000\n"
+"PO-Revision-Date: 2020-04-16 12:37+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -50,6 +51,9 @@
msgid "Fatal call to deprecated config: %(msg)s"
msgstr "Fatal call to deprecated config: %(msg)s"
+msgid "Windows Event Log is not available on this platform."
+msgstr "Windows Event Log is not available on this platform."
+
#, python-format
msgid "syslog facility must be one of: %s"
msgstr "syslog facility must be one of: %s"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/oslo_log/rate_limit.py
new/oslo.log-4.4.0/oslo_log/rate_limit.py
--- old/oslo.log-4.1.3/oslo_log/rate_limit.py 2020-06-04 13:12:36.000000000
+0200
+++ new/oslo.log-4.4.0/oslo_log/rate_limit.py 2020-08-26 22:14:34.000000000
+0200
@@ -14,11 +14,7 @@
import logging
-
-try:
- from time import monotonic as monotonic_clock # noqa
-except ImportError:
- from monotonic import monotonic as monotonic_clock # noqa
+from time import monotonic as monotonic_clock
class _LogRateLimit(logging.Filter):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/oslo_log/versionutils.py
new/oslo.log-4.4.0/oslo_log/versionutils.py
--- old/oslo.log-4.1.3/oslo_log/versionutils.py 2020-06-04 13:12:36.000000000
+0200
+++ new/oslo.log-4.4.0/oslo_log/versionutils.py 2020-08-26 22:14:34.000000000
+0200
@@ -153,6 +153,8 @@
STEIN = 'S'
TRAIN = 'T'
USSURI = 'U'
+ VICTORIA = 'V'
+ WALLABY = 'W'
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.1.3/playbooks/legacy/oslo.log-src-grenade-devstack/post.yaml
new/oslo.log-4.4.0/playbooks/legacy/oslo.log-src-grenade-devstack/post.yaml
--- old/oslo.log-4.1.3/playbooks/legacy/oslo.log-src-grenade-devstack/post.yaml
2020-06-04 13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/playbooks/legacy/oslo.log-src-grenade-devstack/post.yaml
1970-01-01 01:00:00.000000000 +0100
@@ -1,15 +0,0 @@
-- hosts: primary
- tasks:
-
- - name: Copy files from {{ ansible_user_dir }}/workspace/ on node
- synchronize:
- src: '{{ ansible_user_dir }}/workspace/'
- dest: '{{ zuul.executor.log_root }}'
- mode: pull
- copy_links: true
- verify_host: true
- rsync_opts:
- - --include=/logs/**
- - --include=*/
- - --exclude=*
- - --prune-empty-dirs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.log-4.1.3/playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
new/oslo.log-4.4.0/playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
--- old/oslo.log-4.1.3/playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
2020-06-04 13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/playbooks/legacy/oslo.log-src-grenade-devstack/run.yaml
1970-01-01 01:00:00.000000000 +0100
@@ -1,51 +0,0 @@
-- hosts: all
- name: Autoconverted job legacy-oslo.log-src-grenade-dsvm from old job
gate-oslo.log-src-grenade-dsvm-ubuntu-xenial-nv
- tasks:
-
- - name: Ensure legacy workspace directory
- file:
- path: '{{ ansible_user_dir }}/workspace'
- state: directory
-
- - shell:
- cmd: |
- set -e
- set -x
- cat > clonemap.yaml << EOF
- clonemap:
- - name: openstack/devstack-gate
- dest: devstack-gate
- EOF
- /usr/zuul-env/bin/zuul-cloner -m clonemap.yaml --cache-dir /opt/git \
- https://opendev.org \
- openstack/devstack-gate
- executable: /bin/bash
- chdir: '{{ ansible_user_dir }}/workspace'
- environment: '{{ zuul | zuul_legacy_vars }}'
-
- - shell:
- cmd: |
- set -e
- set -x
- export PROJECTS="openstack/grenade $PROJECTS"
- export PYTHONUNBUFFERED=true
- export DEVSTACK_GATE_TEMPEST=1
- export DEVSTACK_GATE_GRENADE=pullup
- export DEVSTACK_GATE_USE_PYTHON3=True
- export BRANCH_OVERRIDE=default
- if [ "$BRANCH_OVERRIDE" != "default" ] ; then
- export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
- fi
- export DEVSTACK_PROJECT_FROM_GIT=$ZUUL_SHORT_PROJECT_NAME
-
- # Even if the branch is overridden, make sure we use
- # the correct branch using the OVERRIDE_*_PROJECT_BRANCH
- # variable.
- uc_project=`echo $DEVSTACK_PROJECT_FROM_GIT | tr [:lower:] [:upper:]
| tr '-' '_' | sed 's/[^A-Z_]//'`
- export "OVERRIDE_"$uc_project"_PROJECT_BRANCH"=$ZUUL_BRANCH
-
- cp devstack-gate/devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- ./safe-devstack-vm-gate-wrap.sh
- executable: /bin/bash
- chdir: '{{ ansible_user_dir }}/workspace'
- environment: '{{ zuul | zuul_legacy_vars }}'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/releasenotes/source/index.rst
new/oslo.log-4.4.0/releasenotes/source/index.rst
--- old/oslo.log-4.1.3/releasenotes/source/index.rst 2020-06-04
13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/releasenotes/source/index.rst 2020-08-26
22:14:34.000000000 +0200
@@ -6,6 +6,7 @@
:maxdepth: 1
unreleased
+ ussuri
train
stein
rocky
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/oslo.log-4.1.3/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
new/oslo.log-4.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
---
old/oslo.log-4.1.3/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2020-06-04 13:12:36.000000000 +0200
+++
new/oslo.log-4.4.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
2020-08-26 22:14:34.000000000 +0200
@@ -1,15 +1,16 @@
# Andi Chandler <[email protected]>, 2016. #zanata
# Andi Chandler <[email protected]>, 2017. #zanata
# Andi Chandler <[email protected]>, 2018. #zanata
+# Andi Chandler <[email protected]>, 2020. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.log Release Notes\n"
+"Project-Id-Version: oslo.log\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-07-26 22:58+0000\n"
+"POT-Creation-Date: 2020-04-14 15:41+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2018-08-08 09:51+0000\n"
+"PO-Revision-Date: 2020-04-16 12:37+0000\n"
"Last-Translator: Andi Chandler <[email protected]>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
@@ -49,9 +50,18 @@
msgid "3.35.0"
msgstr "3.35.0"
+msgid "3.41.0"
+msgstr "3.41.0"
+
+msgid "3.42.0"
+msgstr "3.42.0"
+
msgid "3.8.0"
msgstr "3.8.0"
+msgid "4.0.0"
+msgstr "4.0.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."
@@ -59,6 +69,13 @@
"A new ``oslo_log.log.is_debug_enabled`` helper function is added that allows "
"to determine whether debug mode is enabled for logging."
+msgid ""
+"Added Windows EventLog functionality to oslo.log. Set use_eventlog to true "
+"in the service's configuration file to use it."
+msgstr ""
+"Added Windows EventLog functionality to oslo.log. Set use_eventlog to true "
+"in the service's configuration file to use it."
+
msgid "Bug Fixes"
msgstr "Bug Fixes"
@@ -103,12 +120,22 @@
msgid "Pike Series Release Notes"
msgstr "Pike Series Release Notes"
+msgid ""
+"Python 2.7 is no longer supported. The minimum supported version of Python "
+"is now Python 3.6."
+msgstr ""
+"Python 2.7 is no longer supported. The minimum supported version of Python "
+"is now Python 3.6."
+
msgid "Queens Series Release Notes"
msgstr "Queens Series Release Notes"
msgid "Rocky Series Release Notes"
msgstr "Rocky Series Release Notes"
+msgid "Stein Series Release Notes"
+msgstr "Stein Series Release Notes"
+
msgid "Switch to reno for managing release notes."
msgstr "Switch to reno for managing release notes."
@@ -158,6 +185,15 @@
"The deprecated use_syslog_rfc_format configuration option has been removed."
msgid ""
+"The following new config options will allow rotating log files, especially "
+"useful on Windows: * ``log_rotate_interval`` * ``log_rotate_interval_type`` "
+"* ``max_logfile_count`` * ``max_logfile_size_mb`` * ``log_rotation_type``"
+msgstr ""
+"The following new config options will allow rotating log files, especially "
+"useful on Windows: * ``log_rotate_interval`` * ``log_rotate_interval_type`` "
+"* ``max_logfile_count`` * ``max_logfile_size_mb`` * ``log_rotation_type``"
+
+msgid ""
"The log_config_append configuration option is now mutable and the logging "
"settings it controls are reconfigured when the configuration file is reread. "
"This can be used to, for example, change logger or handler levels."
@@ -175,12 +211,18 @@
"the logs when set to True. The option is also available through the command "
"line via the ``--use-json`` flag."
+msgid "Train Series Release Notes"
+msgstr "Train Series Release Notes"
+
msgid "Unreleased Release Notes"
msgstr "Unreleased Release Notes"
msgid "Upgrade Notes"
msgstr "Upgrade Notes"
+msgid "Ussuri Series Release Notes"
+msgstr "Ussuri 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.1.3/releasenotes/source/ussuri.rst
new/oslo.log-4.4.0/releasenotes/source/ussuri.rst
--- old/oslo.log-4.1.3/releasenotes/source/ussuri.rst 1970-01-01
01:00:00.000000000 +0100
+++ new/oslo.log-4.4.0/releasenotes/source/ussuri.rst 2020-08-26
22:14:34.000000000 +0200
@@ -0,0 +1,6 @@
+===========================
+Ussuri Series Release Notes
+===========================
+
+.. release-notes::
+ :branch: stable/ussuri
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/requirements.txt
new/oslo.log-4.4.0/requirements.txt
--- old/oslo.log-4.1.3/requirements.txt 2020-06-04 13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/requirements.txt 2020-08-26 22:14:34.000000000 +0200
@@ -11,4 +11,3 @@
debtcollector>=1.19.0 # Apache-2.0
pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and
sys_platform!='sunos5' # MIT
python-dateutil>=2.7.0 # BSD
-monotonic>=1.4;python_version<'3.3' # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/setup.cfg new/oslo.log-4.4.0/setup.cfg
--- old/oslo.log-4.1.3/setup.cfg 2020-06-04 13:13:14.000000000 +0200
+++ new/oslo.log-4.4.0/setup.cfg 2020-08-26 22:15:25.000000000 +0200
@@ -17,6 +17,7 @@
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
@@ -36,20 +37,6 @@
console_scripts =
convert-json = oslo_log.cmds.convert_json:main
-[compile_catalog]
-directory = oslo_log/locale
-domain = oslo_log
-
-[update_catalog]
-domain = oslo_log
-output_dir = oslo_log/locale
-input_file = oslo_log/locale/oslo_log.pot
-
-[extract_messages]
-keywords = _ gettext ngettext l_ lazy_gettext
-mapping_file = babel.cfg
-output_file = oslo_log/locale/oslo_log.pot
-
[egg_info]
tag_build =
tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/test-requirements.txt
new/oslo.log-4.4.0/test-requirements.txt
--- old/oslo.log-4.1.3/test-requirements.txt 2020-06-04 13:12:36.000000000
+0200
+++ new/oslo.log-4.4.0/test-requirements.txt 2020-08-26 22:14:34.000000000
+0200
@@ -11,6 +11,6 @@
coverage>=4.5.1 # Apache-2.0
# Bandit security code scanner
-bandit>=1.1.0,<1.6.0 # Apache-2.0
+bandit>=1.6.0,<1.7.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/oslo.log-4.1.3/tox.ini new/oslo.log-4.4.0/tox.ini
--- old/oslo.log-4.1.3/tox.ini 2020-06-04 13:12:36.000000000 +0200
+++ new/oslo.log-4.4.0/tox.ini 2020-08-26 22:14:34.000000000 +0200
@@ -1,6 +1,6 @@
[tox]
minversion = 3.1
-envlist = py36,py37,pep8
+envlist = py36,py38,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/ussuri}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete
@@ -27,7 +27,7 @@
[testenv:docs]
whitelist_externals = rm
deps =
-
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/ussuri}
+
-c{env:UPPER_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/ussuri}
+
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build