We are gleeful to announce the release of: os-collect-config 7.0.0: Collect and cache metadata, run hooks on changes. This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/os-collect-config/ For more details, please see below. Changes in os-collect-config 7.0.0.0b1..7.0.0 --------------------------------------------- bf91feb Updated from global requirements b572390 Updated from global requirements 66a2dd5 Updated from global requirements 8566ad5 Don't fail on non-valid json in cache files cb171db Use universal_newlines with subprocess.check_output Diffstat (except docs and test files) ------------------------------------- os_collect_config/config_drive.py | 2 +- os_collect_config/ec2.py | 6 +++++- requirements.txt | 6 +++--- test-requirements.txt | 4 ++-- tox.ini | 2 +- 6 files changed, 26 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6619ebf..46cc2fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -7 +7 @@ anyjson>=0.3.3 # BSD -eventlet!=0.18.3,>=0.18.2 # MIT +eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT @@ -15 +15 @@ oslo.config>=3.22.0 # Apache-2.0 -oslo.log>=3.11.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 34c7d94..8699541 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD