We contentedly announce the release of: cloudkitty 12.1.0: Rating as a Service component for OpenStack This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/cloudkitty Download the package from: https://pypi.org/project/cloudkitty Please report issues through: https://storyboard.openstack.org/#!/project/openstack/cloudkitty For more details, please see below. 12.1.0 ^^^^^^ Bug Fixes * The use of "tz.UTC" from the "dateutil" package was removed, bringing compatibility with the version available in RHEL and CentOS 8. Changes in cloudkitty 12.0.0..12.1.0 ------------------------------------ 9ad8be4 [devstack] Collector Variable 9b6e85e Replace tz.UTC with dateutil.tz.tzutc() adae75d Update TOX_CONSTRAINTS_FILE for stable/ussuri 1f3dcf8 Update .gitreview for stable/ussuri 9740388 Fix docs build error due to duplicate references Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + cloudkitty/utils/tz.py | 13 +++++----- lower-constraints.txt | 1 + ...ove-dateutil-tz-utc-usage-1350c00be3fadde7.yaml | 5 ++++ requirements.txt | 1 + tox.ini | 18 +++++++------- 15 files changed, 64 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f103346..ca8623a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,0 +26 @@ oslo.upgradecheck>=0.1.1 # Apache-2.0 +python-dateutil>=2.5.3 # BSD
participants (1)
-
no-reply@openstack.org