We are tickled pink to announce the release of: pycadf 4.0.0 The source is available from: https://opendev.org/openstack/pycadf Download the package from: https://pypi.org/project/pycadf For more details, please see below. Changes in pycadf victoria-em..4.0.0 ------------------------------------ dcfda50 Replace deprecated datetime.utcnow call ddd79e2 Bump hacking 9aecde3 Add Python 3.11 to supported version 34aa819 Remove usage of six fdde6af doc: Drop DJANGO_SETTINGS_MODULE environment 972907f Update setup.cfg classifiers 3a82bce Fix pep8 gate f1300ee remove unicode prefix from code fab802e Add doc/requirements 25c95e7 Update zuul job templates 84f6e5b Drop lower-constraints.txt and its testing 2b69788 Add Python3 wallaby unit tests Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- lower-constraints.txt | 51 --------------------------------------------------- pycadf/attachment.py | 8 ++------ pycadf/cadftype.py | 4 +--- pycadf/credential.py | 16 ++++++---------- pycadf/endpoint.py | 8 +++----- pycadf/event.py | 8 ++------ pycadf/geolocation.py | 22 +++++++--------------- pycadf/helper/api.py | 6 ++---- pycadf/host.py | 8 +++----- pycadf/identifier.py | 3 +-- pycadf/metric.py | 8 ++------ pycadf/path.py | 4 +--- pycadf/reason.py | 10 ++++------ pycadf/resource.py | 11 +++-------- pycadf/tag.py | 4 +--- pycadf/timestamp.py | 6 +++--- pycadf/utils.py | 4 +--- requirements.txt | 7 +++---- setup.cfg | 13 ++++++++----- test-requirements.txt | 13 ++----------- tox.ini | 20 ++++++++++---------- 24 files changed, 76 insertions(+), 181 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cf26f75..383f804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -# 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. +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. @@ -7 +6,0 @@ pytz>=2013.6 # MIT -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 0d0f7f6..8d374e5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,2 @@ -# 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 already pins down pep8, pyflakes and flake8 -hacking>=3.0.1,<3.1.0 # Apache-2.0 -flake8-docstrings==0.2.1.post1 # MIT +hacking>=6.1.0,<6.2.0 # Apache-2.0 +flake8-import-order>=0.18.0,<0.19.0 # LGPLv3 @@ -13,5 +8,0 @@ testtools>=2.2.0 # MIT - -# this is required for the docs build jobs -openstackdocstheme>=2.2.1 # Apache-2.0 -sphinx>=2.0.0,!=2.1.0 # BSD -sphinxcontrib-apidoc>=0.2.0 # BSD
participants (1)
-
no-reply@openstack.org