monasca-events-api 0.4.0 (train)
We high-spiritedly announce the release of: monasca-events-api 0.4.0: Monasca API for events This release is part of the train release series. The source is available from: https://opendev.org/openstack/monasca-events-api Download the package from: https://tarballs.openstack.org/monasca-events-api/ Please report issues through: https://storyboard.openstack.org/#!/project/866 For more details, please see below. Changes in monasca-events-api 0.3.0..0.4.0 ------------------------------------------ 1fabe36 Replace git.openstack.org URLs with opendev.org URLs d241424 Blacklist sphinx 2.1.0 (autodoc bug) c8b38fe Add Python 3 Train unit tests 8ec3b67 Add support for using Falcon 2.0.0 6647b88 OpenDev Migration Patch be01689 Dropping the py35 testing c7d161e Update master for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .testr.conf | 9 ------ .zuul.yaml | 15 +++++----- api-ref/source/index.rst | 4 +-- devstack/Vagrantfile | 10 +++---- lower-constraints.txt | 28 ++++++++++++++++++ monasca_events_api/app/common/helpers.py | 5 +--- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++ requirements.txt | 6 ++-- setup.cfg | 3 +- test-requirements.txt | 11 +++---- tox.ini | 21 ++++++++----- 17 files changed, 127 insertions(+), 103 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2074524..5952172 100755 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -Paste # MIT -falcon>=1.0.0 # Apache-2.0 +Paste>=2.0.2 # MIT +falcon>=2.0.0 # Apache-2.0 @@ -9 +9 @@ keystonemiddleware>=4.12.0 # Apache-2.0 -oslo.config!=4.3.0,!=4.4.0 # Apache-2.0 +oslo.config>=6.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1e8ea75..4e676b1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,2 +15,2 @@ oslotest>=1.10.0 # Apache-2.0 -os-testr>=0.8.0 # Apache-2.0 -simplejson>=2.2.0 # MIT +simplejson>=3.5.1 # MIT +stestr>=1.0.0 # Apache-2.0 @@ -20,2 +20,3 @@ voluptuous>=0.8.9 # BSD License -doc8 # Apache-2.0 -sphinx>=1.6.2 # BSD +doc8>=0.6.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD @@ -23 +24 @@ os-api-ref>=1.0.0 # Apache-2.0 -reno # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org