We are pumped to announce the release of: os-collect-config 14.0.1 The source is available from: https://opendev.org/openstack/os-collect-config Download the package from: https://tarballs.openstack.org/os-collect-config/ For more details, please see below. 14.0.1 ^^^^^^ Bug Fixes * Zaqar collector now uses v2 messaging API, instead of v1.1 messaging API. Changes in os-collect-config 14.0.0..14.0.1 ------------------------------------------- bf0c93e setup.cfg: Replace tabs dbd3948 Switch to messaging v2 API fef5459 Replace deprecated getdefaultlocale 2861e46 Remove unused test dependencies 5ae74a2 Add note about lower requirement bounds 3b3d81a add pyproject.toml to support pip 23.1 87175b3 tox: Remove basepython 6d4ca22 Run pyupgrade to clean up Python 2 syntaxes 1e70bac Declare Python 3.12 support 6ac7481 Replace extras.safe_hasattr f92ec87 Drop old excludes Diffstat (except docs and test files) ------------------------------------- os_collect_config/cfn.py | 8 +- os_collect_config/collect.py | 2 +- os_collect_config/config_drive.py | 15 +-- os_collect_config/ec2.py | 2 +- os_collect_config/heat.py | 2 +- os_collect_config/heat_local.py | 5 +- os_collect_config/keystone.py | 2 +- os_collect_config/local.py | 17 ++-- os_collect_config/merger.py | 2 +- os_collect_config/request.py | 2 +- os_collect_config/zaqar.py | 6 +- pyproject.toml | 3 + .../notes/messaging-v2-b4310b93ffcd1c01.yaml | 4 + requirements.txt | 8 +- setup.cfg | 35 +++---- test-requirements.txt | 5 +- tox.ini | 28 +++--- 29 files changed, 306 insertions(+), 294 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ac4bb80..af13aae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,5 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + +pbr>=2.0.0 # Apache-2.0 @@ -7 +11 @@ requests>=2.14.2 # Apache-2.0 -lxml!=3.7.0,>=3.4.1 # BSD +lxml>=3.4.1 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index dbca8fa..84f6794 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ hacking>=6.1.0,<6.2.0 # Apache-2.0 -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -5,2 +4,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD @@ -8 +5,0 @@ stestr>=2.0.0 # Apache-2.0 -testscenarios>=0.4 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org