microversion_parse 2.0.0
We joyfully announce the release of: microversion_parse 2.0.0: OpenStack microversion header parser The source is available from: https://opendev.org/openstack/microversion_parse Download the package from: https://pypi.org/project/microversion_parse For more details, please see below. Changes in microversion_parse 1.0.1..2.0.0 ------------------------------------------ 26a2dc9 Bump hacking 05107bf Update python classifier in setup.cfg 943a2f4 Fix warnings in doc build 3d3edb7 setup.cfg: Replace dashes with underscores edddb6b Revert "Moves supported python runtimes from version 3.8 to 3.10" 18f5be7 Moves supported python runtimes from version 3.8 to 3.10 d8e1232 remove unicode from code 6d98355 Drop python3.6/3.7 support in testing runtime ee08574 Move flake8 as a pre-commit local target. dc07afb Use py3 as the default runtime for tox 4ea5fb3 Use Python 3.8 as the default runtime for tox 89cb11c Adding pre-commit Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 39 ++++++++ .zuul.yaml | 2 +- setup.cfg | 14 +-- test-requirements.txt | 3 +- tox.ini | 4 +- 6 files changed, 93 insertions(+), 204 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 83ddea2..bcefeb2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=2.0,<2.1 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -5,0 +6 @@ gabbi>=1.35.0 # Apache-2.0 +pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org