We are amped to announce the release of: oslo.log 3.44.0: oslo.log library This release is part of the train release series. The source is available from: https://opendev.org/openstack/oslo.log Download the package from: https://pypi.org/project/oslo.log Please report issues through: https://bugs.launchpad.net/oslo.log/+bugs For more details, please see below. Changes in oslo.log 3.43.0..3.44.0 ---------------------------------- 8c53171 Avoid tox_install.sh for constraints support 1d4c0f4 Cap bandit below 1.6.0 version and update sphinx and limit monotonic. 815df26 Replace git.openstack.org URLs with opendev.org URLs 6742d1f Dropping the py35 testing 25a9468 Add TRAIN to deprecated releases b882c31 Use raw string for regex Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - README.rst | 2 +- lower-constraints.txt | 2 +- oslo_log/formatters.py | 2 +- oslo_log/versionutils.py | 2 ++ requirements.txt | 2 +- setup.cfg | 2 +- test-requirements.txt | 7 +++---- tools/tox_install.sh | 35 ----------------------------------- tox.ini | 20 ++++++++++---------- 15 files changed, 29 insertions(+), 60 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 303bce2..a25e739 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ python-dateutil>=2.7.0 # BSD -monotonic>=1.4 # Apache-2.0 +monotonic>=1.4;python_version<'3.3' # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index ad8d09a..e17e18a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,3 +11,0 @@ oslotest>=3.3.0 # Apache-2.0 -# when we can require tox>= 1.4, this can go into tox.ini: -# [testenv:cover] -# deps = {[testenv]deps} coverage @@ -18 +15,3 @@ coverage>=4.5.1 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0 + +fixtures>=3.0.0 # Apache-2.0/BSD