We are stoked to announce the release of: os-refresh-config 14.0.1 The source is available from: https://opendev.org/openstack/os-refresh-config Download the package from: https://tarballs.openstack.org/os-refresh-config/ For more details, please see below. Changes in os-refresh-config 14.0.0..14.0.1 ------------------------------------------- 03f584b setup.cfg: Replace tabs 7a90314 setup.cfg: Replace dashes with underscores 3321514 Drop unused test requirements d88765f Add note about lower requirement bounds c8a3c77 add pyproject.toml to support pip 23.1 47a436a tox: Remove basepython d7b04cf Run pyupgrade to clean up Python 2 syntaxes 4ce52b5 Fix outdated tox minversion f61ac20 Declare Python 3.12 support Diffstat (except docs and test files) ------------------------------------- os_refresh_config/os_refresh_config.py | 6 ++-- pyproject.toml | 3 ++ requirements.txt | 4 +++ setup.cfg | 43 +++++++++++++------------- test-requirements.txt | 4 --- tox.ini | 26 ++++++---------- 8 files changed, 43 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 415555e..90e1ca5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# 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. + diff --git a/test-requirements.txt b/test-requirements.txt index 88c1142..fd85a03 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,2 +3,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 @@ -7,2 +4,0 @@ stestr>=2.0.0 # Apache-2.0 -testscenarios>=0.4 # Apache-2.0/BSD -testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org