We are pumped to announce the release of: os-refresh-config 7.0.0: Refresh system configuration This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/os-refresh-config/ For more details, please see below. Changes in os-refresh-config 7.0.0.0b1..7.0.0 --------------------------------------------- 7595019 Updated from global requirements 2e2800e Remove unused Babel requirement afc83a6 Updated from global requirements 03c34b5 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f3e2fc7..f0b78de 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 diff --git a/test-requirements.txt b/test-requirements.txt index bcea9ad..8699541 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,2 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -Babel>=2.3.4 # BSD -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -11 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD