os-collect-config 11.0.1 (ussuri)
We high-spiritedly announce the release of: os-collect-config 11.0.1: Collect and cache metadata, run hooks on changes. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/os-collect-config Download the package from: https://tarballs.openstack.org/os-collect-config/ Please report issues through: https://bugs.launchpad.net/os-collect-config/+bugs For more details, please see below. 11.0.1 ^^^^^^ Upgrade Notes * Python 2.7 support has been dropped. Last release os-collect- config support py2.7 is OpenStack Train. The minimum version of Python now supported by os-collect-config is Python 3.6. Changes in os-collect-config 11.0.0..11.0.1 ------------------------------------------- 24245ce Use unittest.mock instead of mock ab98550 Drop python version constraints for sphinx d1607f9 Add tls proxy support for Zaqar 6dd0e53 Stop testing python2.7 Diffstat (except docs and test files) ------------------------------------- os_collect_config/zaqar.py | 14 +++++++++++++- .../notes/drop-python2.7-support-f133b716812d39f0.yaml | 6 ++++++ setup.cfg | 2 -- test-requirements.txt | 4 +--- tox.ini | 6 ++---- zuul.d/layout.yaml | 3 --- 10 files changed, 38 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index a498fff..1cb1476 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
participants (1)
-
no-reply@openstack.org