os-refresh-config 13.0.0 (wallaby)
We eagerly announce the release of: os-refresh-config 13.0.0: Refresh system configuration This release is part of the wallaby release series. The source is available from: https://opendev.org/openstack/os-refresh-config Download the package from: https://tarballs.openstack.org/os-refresh-config/ Please report issues through: https://bugs.launchpad.net/os-refresh-config/+bugs For more details, please see below. Changes in os-refresh-config 10.4.0..13.0.0 ------------------------------------------- 754bb75 Replace deprecated UPPER_CONSTRAINTS_FILE variable 8a74797 Bump pyflakes 2d6a974 Cleanup py27 support b324bce Use unittest.mock instead of third party mock cc543ed Stop testing python2.7 84d8464 Switch to Ussuri jobs Diffstat (except docs and test files) ------------------------------------- releasenotes/notes/drop-py2-76af844b0b952a91.yaml | 6 ++++++ setup.cfg | 18 ++++++++---------- setup.py | 9 --------- test-requirements.txt | 5 ++--- tox.ini | 14 ++++++++------ zuul.d/layout.yaml | 3 +-- 7 files changed, 27 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a498fff..28342a5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +7,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD @@ -10,2 +9 @@ python-subunit>=1.0.0 # Apache-2.0/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 +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD @@ -14,0 +13 @@ testtools>=2.2.0 # MIT +pyflakes>=2.2.0
participants (1)
-
no-reply@openstack.org