[release-announce] oslo.upgradecheck 1.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Thu Feb 13 19:53:19 UTC 2020


We joyfully announce the release of:

oslo.upgradecheck 1.0.0: 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.

1.0.0
^^^^^

Upgrade Notes

* Support for Python 2.7 has been dropped. The minimum version of
  Python now supported is Python 3.6.

Changes in oslo.upgradecheck 0.4.0..1.0.0
-----------------------------------------

f391092 remove outdated header
0d84429 [ussuri][goal] Drop python 2.7 support and testing


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                              |  1 -
.../notes/drop-python27-support-bd23b9c4556739ba.yaml   |  5 +++++
requirements.txt                                        |  1 -
setup.cfg                                               | 17 +++--------------
setup.py                                                |  9 ---------
tox.ini                                                 |  7 ++++---
7 files changed, 13 insertions(+), 30 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index e1ab5d5..d450e06 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +7,0 @@ oslo.i18n>=3.15.3 # Apache-2.0
-enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD






More information about the Release-announce mailing list