We are gleeful to announce the release of: oslo.log 3.25.0: oslo.log library This release is part of the pike release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.log Download the package from: https://pypi.python.org/pypi/oslo.log Please report issues through launchpad: https://bugs.launchpad.net/oslo.log For more details, please see below. Changes in oslo.log 3.24.0..3.25.0 ---------------------------------- 5d5ace2 Fix syslog module usage breaking Windows compatibility f9a0828 Updated from global requirements 0c18234 Optimize the link address Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 6 +++--- HACKING.rst | 2 +- README.rst | 10 +++++----- oslo_log/handlers.py | 5 ++++- requirements.txt | 2 +- setup.cfg | 3 ++- 6 files changed, 16 insertions(+), 12 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5908367..9d9427c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0