We are tickled pink to announce the release of: microversion-parse 2.1.0 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. 2.1.0 ^^^^^ Upgrade Notes * Support for Python 3.8 and 3.9 has been removed. Now the minimum python version supported is 3.10. Changes in microversion-parse 2.0.0..2.1.0 ------------------------------------------ 01b005c gitignore: Ignore pbr-generated artifacts 6653de9 Add typing 423b481 pre-commit: Bump versions ea565c3 ruff: Use more specific name to enable pyupgrade rule a3e4d6e Add ruff ec56b04 pre-commit: Bump dependencies 0cca7ce Migrate setup configuration to pyproject.toml a74d9fc Drop Python 3.9 support Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 + .pre-commit-config.yaml | 49 ++++---- microversion_parse/__init__.py | 128 +++++++++++++-------- microversion_parse/middleware.py | 47 ++++++-- microversion_parse/py.typed | 0 pyproject.toml | 71 ++++++++++++ .../notes/remove-py39-2d2966941e7ef634.yaml | 5 + setup.cfg | 24 ---- setup.py | 3 +- test-requirements.txt | 2 - tox.ini | 56 +++++---- 17 files changed, 448 insertions(+), 275 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bcefeb2..247ecd9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +0,0 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -6 +4,0 @@ gabbi>=1.35.0 # Apache-2.0 -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org