We enthusiastically announce the release of: os-refresh-config 14.0.0: Refresh system configuration 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 13.2.0..14.0.0 ------------------------------------------- 4b51016 Vendor dib-run-parts 7292959 Drop unnecessary install_command e3dab50 Revert "Drop direct execution of os_refresh_config.py" d262d5e Drop direct execution of os_refresh_config.py d01c391 Bump hacking 76c6c0f Remove unnecessary egg_info options e80984b Ignore .eggs directory 6cd51c6 Remove logic for psutil < 2.0 6be34db Remove comment about old pip's behavior 1ec9943 Remove support for Python < 3.8 13c189b Fix python shebang Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +- .stestr.conf | 2 +- os_refresh_config/os_refresh_config.py | 13 +- requirements.txt | 4 - setup.cfg | 12 +- test-requirements.txt | 5 +- tools/dib-run-parts | 144 +++++++++++++++++++++ tox.ini | 13 +- zuul.d/layout.yaml | 6 + 23 files changed, 320 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e95ed85..415555e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. @@ -5 +1,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -dib-utils>=0.0.8 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0c2dafb..88c1142 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org