We jubilantly announce the release of: os-apply-config 13.1.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.0.1..13.1.0 ----------------------------------------- 474068e Drop six 52fab1e Drop anyjson c1165f2 Use py3 as the default runtime for tox 671b7d6 setup.cfg: Replace dashes with underscores Diffstat (except docs and test files) ------------------------------------- os_apply_config/oac_file.py | 8 +++----- requirements.txt | 2 -- setup.cfg | 6 +++--- tox.ini | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4e573f1..185a539 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -anyjson>=0.3.3 # BSD @@ -9 +7,0 @@ PyYAML>=3.12 # MIT -six>=1.10.0 # MIT