We are stoked to announce the release of: microversion_parse 1.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 0.2.1..1.0.0 ------------------------------------------ dbf8dd6 [ussuri][goal] Drop python 2.7 support and testing e418e75 OpenDev Migration Patch 587cf0b Change openstack-dev to openstack-discuss 93d9bfa Add python36 jobs to microversion-parse ef25083 Copy zuul job settings from project-config 3f22473 fix tox python3 overrides Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 4 ++++ setup.cfg | 16 +++++----------- test-requirements.txt | 4 +--- tox.ini | 9 +++++---- 7 files changed, 25 insertions(+), 32 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1f53683..83ddea2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1 @@ -hacking>=0.10.2,<0.11 # Apache-2.0 +hacking>=2.0,<2.1 # Apache-2.0 @@ -3,2 +2,0 @@ coverage>=3.6 # Apache-2.0 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD -oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org