We are pleased to announce the release of: oslo.privsep 2.0.0: OpenStack library for privilege separation This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/oslo.privsep Download the package from: https://pypi.org/project/oslo.privsep Please report issues through: https://bugs.launchpad.net/oslo.privsep/+bugs For more details, please see below. 2.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.privsep 1.34.0..2.0.0 ------------------------------------- 00d5990 remove outdated header c4d72cf [ussuri][goal] Drop python 2.7 support and testing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 -- lower-constraints.txt | 3 --- .../drop-python27-support-6da3028c1cf099eb.yaml | 5 +++++ requirements.txt | 2 -- setup.cfg | 24 +++------------------- setup.py | 9 -------- tox.ini | 6 +++--- 8 files changed, 12 insertions(+), 42 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ed9323c..af0829a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +8,0 @@ oslo.utils>=3.33.0 # Apache-2.0 -enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD @@ -14 +12,0 @@ msgpack>=0.5.0 # Apache-2.0 -futures>=3.1.1;python_version=='2.7' or python_version=='2.6' # PSF
participants (1)
-
no-reply@openstack.org