We are amped to announce the release of: os-collect-config 14.0.0: Collect and cache metadata, run hooks on changes. 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. Changes in os-collect-config 13.2.0..14.0.0 ------------------------------------------- dd24451 Display coverage report 249b795 Drop direct execution of collect.py bf3ec9d Bump hacking 7d8f9e8 Remove unnecessary setup_hook a5c0f79 Ignore .eggs directory c988ae4 coveragerc: Remove non-existent path 14ec232 secret_access_key should be secret 33e6f86 Remove old directory from exclude 6f86743 Remove workaround for Python 2 4efacd1 Remove unused MANIFEST.in b097304 Remove support for Python < 3.8 Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- .gitignore | 3 +-- MANIFEST.in | 6 ------ os_collect_config/cfn.py | 1 + os_collect_config/collect.py | 6 +----- requirements.txt | 3 --- setup.cfg | 16 +++------------- setup.py | 8 -------- test-requirements.txt | 5 +---- tox.ini | 4 +++- 11 files changed, 21 insertions(+), 53 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1ddb7c4..ac4bb80 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 154ac97..dbca8fa 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