[release-announce] python-masakariclient 6.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Fri Apr 10 12:35:07 UTC 2020
We contentedly announce the release of:
python-masakariclient 6.0.0: masakariclient module and a CLI tool for
masakari
This release is part of the ussuri stable release series.
The source is available from:
https://opendev.org/openstack/python-masakariclient
Download the package from:
https://tarballs.openstack.org/python-masakariclient/
Please report issues through:
https://bugs.launchpad.net/python-masakariclient/+bugs
For more details, please see below.
6.0.0
^^^^^
Upgrade Notes
* Python 2.7 support has been dropped. Last release of python-
masakariclient to support python 2.7 is OpenStack Train. The minimum
version of Python now supported is Python 3.6.
Changes in python-masakariclient 5.6.0..6.0.0
---------------------------------------------
06dc01b Cleanup py27 support
7ed528e Update hacking for Python3
719d604 [ussuri][goal] Drop python 2.7 support and testing
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 3 +--
lower-constraints.txt | 4 ----
masakariclient/shell.py | 1 +
.../notes/drop-py-2-7-d3c0f239678a4c83.yaml | 6 ++++++
setup.cfg | 18 +++-------------
setup.py | 9 --------
test-requirements.txt | 5 ++---
tox.ini | 24 +++++++---------------
9 files changed, 21 insertions(+), 51 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 93538cf..1fc4524 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -13,2 +13 @@ requests-mock>=1.2.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
More information about the Release-announce
mailing list