We eagerly announce the release of: stevedore 2.0.0: Manage dynamic plugins for Python applications This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/stevedore Download the package from: https://pypi.org/project/stevedore Please report issues through: https://bugs.launchpad.net/stevedore/+bugs For more details, please see below. 2.0.0 ^^^^^ Upgrade Notes * Support for Python 2.7 is removed. Python 3.6 or greater is now required. Changes in stevedore 1.32.0..2.0.0 ---------------------------------- db43e80 Stop to use the __future__ module. 02a28cc Switch to newer openstackdocstheme and reno versions 4534874 Add Python3 victoria unit tests edc7f06 Mark sphinx extensions thread safe ee784d5 Remove dead files 1aca4bc Drop Python 2.7 support 08cf225 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 ++ .zuul.yaml | 4 +-- MANIFEST.in | 5 --- announce.rst | 38 ---------------------- lower-constraints.txt | 3 +- .../drop-python2-support-3f0f717570cad8cb.yaml | 4 +++ releasenotes/source/conf.py | 14 +++----- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++ requirements.txt | 1 - setup.cfg | 16 ++------- setup.py | 8 ----- stevedore/__init__.py | 1 - stevedore/example/base.py | 5 +-- stevedore/example/load_as_driver.py | 2 -- stevedore/example/load_as_extension.py | 2 -- stevedore/sphinxext.py | 6 ++-- test-requirements.txt | 5 +-- tox.ini | 30 +++++++---------- 23 files changed, 51 insertions(+), 140 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a072ac0..6de9f4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index bbe4106..c4a563f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,4 +9 @@ stestr>=2.0.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD -# Bandit security code scanner -bandit>=1.1.0,<1.6.0 # Apache-2.0 +sphinx>=2.0.0,!=2.1.0 # BSD