[release][oslo] oslo.reports release 1.0.0 (mitaka)
We are happy to announce the release of: oslo.reports 1.0.0: oslo.reports library This release is part of the mitaka release series. With source available at: http://git.openstack.org/cgit/openstack/oslo.reports With package available at: https://pypi.python.org/pypi/oslo.reports For more details, please see the git log history below and: http://launchpad.net/oslo.reports/+milestone/1.0.0 Please report issues through launchpad: http://bugs.launchpad.net/oslo.reports Changes in oslo.reports 0.8.0..1.0.0 ------------------------------------ a0b7d5d Updated from global requirements 86ed82e Remove Python 2.6 classifier 397d1a1 Updated from global requirements bce5907 Remove python 2.6 and cleanup tox.ini 928e1e8 Fix a typo in process.py Diffstat (except docs and test files) ------------------------------------- oslo_reports/views/text/process.py | 2 +- requirements.txt | 4 ++-- setup.cfg | 1 - test-requirements.txt | 4 ++-- tox.ini | 14 ++------------ 5 files changed, 7 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 78690ef..23d22ab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr>=1.6 -Jinja2>=2.6 # BSD License (3 clause) +Jinja2>=2.8 # BSD License (3 clause) @@ -12 +12 @@ oslo.i18n>=1.5.0 # Apache-2.0 -oslo.utils!=2.6.0,>=2.4.0 # Apache-2.0 +oslo.utils>=2.8.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 427e509..06202a4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ oslotest>=1.10.0 # Apache-2.0 -oslosphinx>=2.5.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 @@ -13 +13 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslo.config>=2.6.0 # Apache-2.0 +oslo.config>=2.7.0 # Apache-2.0
participants (1)
-
davanum@gmail.com