We eagerly announce the release of: murano-agent 3.5.0: Python Murano Agent This release is part of the rocky release series. Download the package from: https://tarballs.openstack.org/murano-agent/ For more details, please see below. Changes in murano-agent 3.4.0..3.5.0 ------------------------------------ d8cd0ce fix tox python3 overrides 82337b9 uncap eventlet fc36274 Update links in README d1dba36 add lower-constraints job 4b292f7 Updated from global requirements 1e6b1b1 Updated from global requirements 9b4ca89 Updated from global requirements 3077d57 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++++ README.rst | 4 +- lower-constraints.txt | 85 ++++++++++++++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 +++ requirements.txt | 28 +++++++------- test-requirements.txt | 18 ++++----- tox.ini | 15 ++++++++ 8 files changed, 139 insertions(+), 25 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 15189d2..2e343e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,14 +4,14 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 -anyjson>=0.3.3 # BSD -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT -GitPython>=1.0.1 # BSD License (3 clause) -kombu!=4.0.2,>=4.0.0 # BSD -oslo.config>=5.1.0 # Apache-2.0 -oslo.log>=3.36.0 # Apache-2.0 -oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 -oslo.utils>=3.33.0 # Apache-2.0 -PyYAML>=3.10 # MIT -six>=1.10.0 # MIT -semantic-version>=2.3.1 # BSD -requests>=2.14.2 # Apache-2.0 -cryptography!=2.0,>=1.9 # BSD/Apache-2.0 +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 diff --git a/test-requirements.txt b/test-requirements.txt index 0b8e2bf..07daa38 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>=1.1.0 # BSD -coverage!=4.4,>=4.0 # Apache-2.0 -mock>=2.0.0 # BSD -testtools>=2.2.0 # MIT -testrepository>=0.0.18 # Apache-2.0/BSD -oslotest>=3.2.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 @@ -13,3 +13,3 @@ oslotest>=3.2.0 # Apache-2.0 -openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD -reno>=2.5.0 # Apache-2.0 +openstackdocstheme # Apache-2.0 +sphinx!=1.6.6,!=1.6.7 # BSD +reno # Apache-2.0