We are psyched to announce the release of: freezer-dr 7.2.0: OpenStack Disaster Recovery This release is part of the train release series. The source is available from: https://opendev.org/openstack/freezer-dr Download the package from: https://tarballs.openstack.org/freezer-dr/ For more details, please see below. Changes in freezer-dr 7.1.0..7.2.0 ---------------------------------- e4396f1 Update hacking a3ba38b Sync Sphinx requirement d6e4db4 Add bindep to fix py37 tests 5649914 Add Python 3 Train unit tests e13908e Add the py37 testing job e989a2c Drop the py35 testing, add the py37 testing bfc94b0 OpenDev Migration Patch 8f8142b Dropping the py35 testing Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 3 +-- HACKING.rst | 6 +++--- README.rst | 4 ++-- bindep.txt | 6 ++++++ setup.cfg | 2 +- test-requirements.txt | 11 ++++++----- tox.ini | 8 ++++---- 8 files changed, 24 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e67474c..9f319c4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,0 +4 @@ + @@ -5,2 +6,3 @@ astroid==1.6.5 # LGPLv2.1 -flake8>=2.5.4,<2.6.0 # MIT -hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 + +# hacking pins flake8 etc +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -9 +10,0 @@ mock>=2.0.0 -mccabe==0.4.0 # MIT License @@ -11 +11,0 @@ pylint==1.9.2 # GPLv2 -pyflakes==1.0.0 @@ -14 +14,2 @@ testtools>=2.2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org