[oslo] oslo.reports 1.28.0 (rocky)
We are happy to announce the release of: oslo.reports 1.28.0: oslo.reports library This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/oslo.reports Download the package from: https://pypi.python.org/pypi/oslo.reports Please report issues through launchpad: https://bugs.launchpad.net/oslo.reports For more details, please see below. Changes in oslo.reports 1.27.0..1.28.0 -------------------------------------- fa444a8 set default python to python3 409c15e fix lower constraints and uncap eventlet 8d0e5fc Document workaround for AccessDenied error a3ee768 add lower-constraints job 9dcee1d Updated from global requirements bcc813a Update links in README Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++++++ README.rst | 4 ++-- lower-constraints.txt | 61 +++++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- test-requirements.txt | 6 ++--- tox.ini | 10 ++++++++ 7 files changed, 90 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c5c2d9d..3323122 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Jinja2!=2.9.0,!=2.9.1,!=2.9.2,!=2.9.3,!=2.9.4,>=2.8 # BSD License (3 clause) +Jinja2>=2.10 # BSD License (3 clause) diff --git a/test-requirements.txt b/test-requirements.txt index 5895827..029d9eb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD @@ -13,2 +13,2 @@ sphinx!=1.6.6,>=1.6.2 # BSD -oslo.config>=5.1.0 # Apache-2.0 -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +oslo.config>=5.2.0 # Apache-2.0 +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
participants (1)
-
no-reply@openstack.org