We are jazzed to announce the release of: murano-agent 3.5.1: Python Murano Agent This release is part of the rocky stable release series. Download the package from: https://tarballs.openstack.org/murano-agent/ For more details, please see below. Changes in murano-agent 3.5.0..3.5.1 ------------------------------------ 08fda6e Switch to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 4 ++++ .testr.conf | 7 ------- lower-constraints.txt | 2 +- requirements.txt | 28 ++++++++++++++-------------- test-requirements.txt | 18 +++++++++--------- tox.ini | 2 +- 7 files changed, 30 insertions(+), 33 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2e343e2..6e8a03a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,14 +4,14 @@ -pbr!=2.1.0 # Apache-2.0 -anyjson # BSD -eventlet!=0.18.3,!=0.20.1,!=0.21.0 # MIT -GitPython # BSD License (3 clause) -kombu!=4.0.2 # BSD -oslo.config!=4.3.0,!=4.4.0 # Apache-2.0 -oslo.log # Apache-2.0 -oslo.service!=1.28.1 # Apache-2.0 -oslo.utils # Apache-2.0 -PyYAML # MIT -six # MIT -semantic-version # BSD -requests # Apache-2.0 -cryptography!=2.0 # BSD/Apache-2.0 +pbr>=3.1.1 # Apache-2.0 +anyjson>=0.3.3 # BSD +eventlet>=0.20.0,!=0.20.1,!=0.21.0 # MIT +GitPython>=2.1.8 # BSD License (3 clause) +kombu>=4.1.0 # BSD +oslo.config>=5.2.0 # Apache-2.0 +oslo.log>=3.37.0 # Apache-2.0 +oslo.service>=1.30.0 # Apache-2.0 +oslo.utils>=3.36.0 # Apache-2.0 +PyYAML>=3.12 # MIT +six>=1.11.0 # MIT +semantic-version>=2.6.0 # BSD +requests>=2.18.4 # Apache-2.0 +cryptography>=2.1.4 # BSD/Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 07daa38..8e82374 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,6 +5,6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -unittest2 # BSD -coverage!=4.4 # Apache-2.0 -mock # BSD -testtools # MIT -testrepository # Apache-2.0/BSD -oslotest # Apache-2.0 +unittest2>=1.1.0 # BSD +coverage>=4.5.1 # Apache-2.0 +mock>=2.0.0 # BSD +testtools>=2.3.0 # MIT +stestr>=2.0.0 # Apache-2.0 +oslotest>=3.3.0 # Apache-2.0 @@ -13,3 +13,3 @@ oslotest # Apache-2.0 -openstackdocstheme # Apache-2.0 -sphinx!=1.6.6,!=1.6.7 # BSD -reno # Apache-2.0 +openstackdocstheme>=1.20.0 # Apache-2.0 +sphinx>=1.6.5,!=1.6.6,!=1.6.7 # BSD +reno>=2.7.0 # Apache-2.0