We are thrilled to announce the release of: os-apply-config 14.0.1 The source is available from: https://opendev.org/openstack/os-apply-config Download the package from: https://tarballs.openstack.org/os-apply-config/ For more details, please see below. Changes in os-apply-config 14.0.0..14.0.1 ----------------------------------------- 018d06e setup.cfg: Replace tabs 66c7183 Remove unused test dependencies e6e9c44 add pyproject.toml to support pip 23.1 b3077ff tox: Remove basepython 53eef8b Run pyupgrade to clean up Python 2 syntaxes abff714 Declare Python 3.12 support 781160d Drop old excludes Diffstat (except docs and test files) ------------------------------------- os_apply_config/apply_config.py | 6 ++--- os_apply_config/collect_config.py | 2 +- os_apply_config/oac_file.py | 6 ++--- os_apply_config/renderers.py | 10 ++++---- os_apply_config/value_types.py | 2 +- pyproject.toml | 3 +++ requirements.txt | 2 +- setup.cfg | 37 +++++++++++++++-------------- test-requirements.txt | 5 +--- tox.ini | 29 +++++++++------------- 12 files changed, 52 insertions(+), 58 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b039f76..1e18f59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index fa85bc0..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.5,!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD @@ -8 +5,0 @@ stestr>=2.0.0 # Apache-2.0 -testscenarios>=0.4 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org