We are satisfied to announce the release of: os-collect-config 8.1.0: Collect and cache metadata, run hooks on changes. This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/os-collect-config/ For more details, please see below. Changes in os-collect-config 8.0.0..8.1.0 ----------------------------------------- fd530b4 Remove -U from pip install 81d355e Avoid tox_install.sh for constraints support 701438b Updated from global requirements 7ad5c4d Migrate os-collect-config to zuul v3 jobs Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- tools/tox_install.sh | 30 ------------------------------ tox.ini | 9 ++++----- zuul.d/layout.yaml | 9 +++++++++ 5 files changed, 17 insertions(+), 39 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d494c88..108888a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ lxml!=3.7.0,>=3.4.1 # BSD -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 @@ -16 +16 @@ oslo.log>=3.30.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index e85b144..b66e9f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ mock>=2.0.0 # BSD -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -13 +13 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT