[release-announce] oslo.upgradecheck 1.0.1 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Tue Apr 7 10:22:23 UTC 2020
We are chuffed to announce the release of:
oslo.upgradecheck 1.0.1: Common code for writing OpenStack upgrade
checks
This release is part of the ussuri release series.
The source is available from:
https://opendev.org/openstack/oslo.upgradecheck
Download the package from:
https://pypi.org/project/oslo.upgradecheck
Please report issues through:
https://bugs.launchpad.net/oslo.upgradecheck/+bugs
For more details, please see below.
Changes in oslo.upgradecheck 1.0.0..1.0.1
-----------------------------------------
b93610d Update hacking for Python3
d00f489 Use unittest.mock instead of third party mock
Diffstat (except docs and test files)
-------------------------------------
test-requirements.txt | 2 +-
tox.ini | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 84781a0..24bf608 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking<0.11,>=0.10.0
+hacking>=3.0,<3.1.0 # Apache-2.0
More information about the Release-announce
mailing list