[release][oslo] oslo.log release 1.5.0 (liberty)
We are content to announce the release of: oslo.log 1.5.0: oslo.log library This release is part of the liberty release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.log For more details, please see the git log history below and: http://launchpad.net/oslo.log/+milestone/1.5.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.log Changes in oslo.log 1.4.0..1.5.0 -------------------------------- 2e2100f Updated from global requirements c7f354d Updated from global requirements bf0c020 Switch badges from 'pypip.in' to 'shields.io' dcd480a Deprecate use-syslog-rfc-format for removal Diffstat (except docs and test files) ------------------------------------- README.rst | 4 ++-- oslo_log/_options.py | 4 ++-- requirements.txt | 14 +++++++------- setup.py | 1 - test-requirements.txt | 10 +++++----- 5 files changed, 16 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3bfd17a..6476ae0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -pbr>=0.11,<2.0 +pbr<2.0,>=0.11 @@ -9,6 +9,6 @@ iso8601>=0.1.9 -oslo.config>=1.11.0 # Apache-2.0 -oslo.context>=0.2.0 # Apache-2.0 -oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils>=1.4.0 # Apache-2.0 -oslo.serialization>=1.4.0 # Apache-2.0 -debtcollector>=0.3.0 # Apache-2.0 +oslo.config>=1.11.0 # Apache-2.0 +oslo.context>=0.2.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.utils>=1.6.0 # Apache-2.0 +oslo.serialization>=1.4.0 # Apache-2.0 +debtcollector>=0.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 7f335ce..13c1a2a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.10.0,<0.11 +hacking<0.11,>=0.10.0 @@ -12,2 +12,2 @@ testscenarios>=0.4 -testtools>=0.9.36,!=1.2.0 -oslotest>=1.5.1 # Apache-2.0 +testtools>=1.4.0 +oslotest>=1.5.1 # Apache-2.0 @@ -21,2 +21,2 @@ coverage>=3.6 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.5.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 +oslosphinx>=2.5.0 # Apache-2.0
participants (1)
-
davanum@gmail.com