We are amped to announce the release of: os-apply-config 14.0.0: Config files from cloud metadata 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 13.2.0..14.0.0 ----------------------------------------- 1e7cb3f Display coverage report cfa427c Drop direct execution of apply_config.py ebc5218 Drop unnecessary install_command 4df56c6 Bump hacking 436cc14 Remove unnecessary egg_info options 43faba6 Ignore .eggs directory e7f765e coveragerc: Remove non-existent path 996ae5c Remove workaround for Python 2 4938703 Remove unused MANIFEST.in a76aef7 Remove support for Python < 3.8 f06ac13 Update the shebang to python3 Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .gitignore | 3 +- MANIFEST.in | 7 ---- os_apply_config/apply_config.py | 40 ++++++++++------------ os_apply_config/collect_config.py | 4 +-- requirements.txt | 3 -- setup.cfg | 10 ++---- setup.py | 8 ----- test-requirements.txt | 5 +-- tox.ini | 3 +- 12 files changed, 28 insertions(+), 65 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 185a539..b039f76 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. diff --git a/test-requirements.txt b/test-requirements.txt index 8c73397..fa85bc0 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>=4.0.0,<4.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org