murano-agent 8.0.0 (xena)
We are delighted to announce the release of: murano-agent 8.0.0: Python Murano Agent This release is part of the xena release series. The source is available from: https://opendev.org/openstack/murano-agent Download the package from: https://tarballs.openstack.org/murano-agent/ Please report issues through: https://bugs.launchpad.net/murano/+bugs For more details, please see below. Changes in murano-agent 7.0.0..8.0.0 ------------------------------------ db57214 [community goal] Update contributor documentation 89b4512 Fix lower-constraints job 80bbf4e Add Python3 xena unit tests 3323cc5 Update master for stable/wallaby Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- CONTRIBUTING.rst | 52 ++------ lower-constraints.txt | 184 ++++++++++++++++++++------- releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 + requirements.txt | 20 +-- test-requirements.txt | 8 +- 8 files changed, 177 insertions(+), 112 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1658e65..13e10f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=3.1.1 # Apache-2.0 +pbr>=5.5.1 # Apache-2.0 @@ -6 +6 @@ anyjson>=0.3.3 # BSD -eventlet>=0.20.0,!=0.20.1,!=0.21.0 # MIT +eventlet>=0.30.1 # MIT @@ -8,6 +8,6 @@ GitPython>=3.0.5 # BSD License (3 clause) -kombu>=4.3.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.13 # MIT +kombu>=4.6.1 # BSD +oslo.config>=6.8.0 # Apache-2.0 +oslo.log>=4.4.0 # Apache-2.0 +oslo.service>=2.5.0 # Apache-2.0 +oslo.utils>=4.8.0 # Apache-2.0 +PyYAML>=5.1 # MIT @@ -15,2 +15,2 @@ semantic-version>=2.6.0 # BSD -requests>=2.18.4 # Apache-2.0 -cryptography>=2.1.4 # BSD/Apache-2.0 +requests>=2.25.1 # Apache-2.0 +cryptography>=2.7 # BSD/Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 57ed917..07e687d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=3.1.0,<3.2.0 # Apache-2.0 @@ -6,2 +6,2 @@ unittest2>=1.1.0 # BSD -coverage>=4.5.1 # Apache-2.0 -testtools>=2.3.0 # MIT +coverage!=4.4,>=4.0 # Apache-2.0 +testtools>=2.2.0 # MIT @@ -9 +9 @@ stestr>=2.0.0 # Apache-2.0 -oslotest>=3.3.0 # Apache-2.0 +oslotest>=3.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org