We high-spiritedly announce the release of: oslo.log 3.40.1: oslo.log library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.log Download the package from: https://pypi.org/project/oslo.log Please report issues through launchpad: https://bugs.launchpad.net/oslo.log For more details, please see below. Changes in oslo.log 3.39.0..3.40.1 ---------------------------------- a93c6ef Filter args dict in JSONFormatter fad2b99 add lib-forward-testing-python3 test job 50a8ede add python 3.6 unit test job dbab9ab rewrite tests to not rely on implementation details of logging module 184ea30 import zuul job settings from project-config fa12452 Follow the new PTI for document build f6069e9 Migrate to stestr d0cd199 Fix lower-constraints job dcf2980 Imported Translations from Zanata 4623a08 Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- .stestr.conf | 3 + .testr.conf | 7 -- .zuul.yaml | 10 +++ lower-constraints.txt | 2 + oslo_log/formatters.py | 17 +++- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 +- releasenotes/source/rocky.rst | 6 ++ requirements.txt | 18 ++--- setup.cfg | 6 -- test-requirements.txt | 13 +-- tox.ini | 20 +++-- 15 files changed, 136 insertions(+), 78 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4448491..303bce2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT +pbr>=3.1.1 # Apache-2.0 +six>=1.11.0 # MIT @@ -8,5 +8,5 @@ oslo.config>=5.2.0 # Apache-2.0 -oslo.context>=2.19.2 # Apache-2.0 -oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -debtcollector>=1.2.0 # Apache-2.0 +oslo.context>=2.20.0 # Apache-2.0 +oslo.i18n>=3.20.0 # Apache-2.0 +oslo.utils>=3.36.0 # Apache-2.0 +oslo.serialization>=2.25.0 # Apache-2.0 +debtcollector>=1.19.0 # Apache-2.0 @@ -14,2 +14,2 @@ pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platfo -python-dateutil>=2.5.3 # BSD -monotonic>=0.6 # Apache-2.0 +python-dateutil>=2.7.0 # BSD +monotonic>=1.4 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 797f106..ad8d09a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,2 +7,2 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=2.2.0 # MIT +stestr>=2.0.0 # Apache-2.0 +testtools>=2.3.0 # MIT @@ -10 +10 @@ mock>=2.0.0 # BSD -oslotest>=3.2.0 # Apache-2.0 +oslotest>=3.3.0 # Apache-2.0 @@ -15,6 +15 @@ oslotest>=3.2.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 - -# this is required for the docs build jobs -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +coverage>=4.5.1 # Apache-2.0