We contentedly announce the release of: stevedore 1.28.0: Manage dynamic plugins for Python applications This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/stevedore Download the package from: https://pypi.python.org/pypi/stevedore Please report issues through launchpad: https://bugs.launchpad.net/python-stevedore For more details, please see below. Changes in stevedore 1.27.1..1.28.0 ----------------------------------- 2472e8c Updated from global requirements 9d94301 Remove -U from pip install 69ec55d Avoid tox_install.sh for constraints support 6aae80e add bandit to pep8 job 3ffdb1f move doc requirements to doc/requirements.txt de55325 Remove setting of version/release from releasenotes ebe6a17 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 12 ++++-------- requirements.txt | 2 +- setup.cfg | 5 ----- test-requirements.txt | 5 ++++- tools/tox_install.sh | 30 ------------------------------ tox.ini | 27 +++++++++++++++++++-------- 7 files changed, 34 insertions(+), 53 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 76ecae7..a072ac0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 2118422..18a5a8c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +4,0 @@ -sphinx>=1.6.2 # BSD @@ -8,0 +8,4 @@ testrepository>=0.0.18 # Apache-2.0/BSD +# sphinx is needed for testing the sphinxext module +sphinx>=1.6.2 # BSD +# Bandit security code scanner +bandit>=1.1.0 # Apache-2.0