We are tickled pink to announce the release of: monasca-notification 1.13.0: Reads alarms from Kafka and then notifies the customer using their configured notification method. This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-notification/ For more details, please see below. Changes in monasca-notification 1.12.0..1.13.0 ---------------------------------------------- c5ca224 Zuul: Remove project name 99796eb Update requirements manually Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - requirements.txt | 12 ++++++------ setup.cfg | 4 ++-- test-requirements.txt | 12 ++++++------ 4 files changed, 14 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 63dd412..13ecd5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,2 +4,2 @@ -pbr>=2.0.0,!=2.1.0 # Apache-2.0 -debtcollector>=1.2.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +debtcollector>=1.2.0 # Apache-2.0 @@ -8,2 +8,2 @@ requests>=2.14.2 # Apache-2.0 -PyYAML>=3.10 # MIT -six>=1.9.0 # MIT +PyYAML>=3.10 # MIT +six>=1.10.0 # MIT @@ -11,2 +11,2 @@ monasca-common>=1.4.0 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b5fb958..73c420e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ bandit>=1.1.0 # Apache-2.0 -Babel>=2.3.4,!=2.4.0 # BSD +Babel!=2.4.0,>=2.3.4 # BSD @@ -9,3 +9,3 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0,!=4.4 # Apache-2.0 -mock>=2.0.0 # BSD -funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 +mock>=2.0.0 # BSD +funcsigs>=1.0.0;python_version=='2.7' or python_version=='2.6' # Apache-2.0 @@ -13 +13 @@ os-testr>=1.0.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -15 +15 @@ testrepository>=0.0.18 # Apache-2.0/BSD -SQLAlchemy>=1.0.10,!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8 # MIT +SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT