We are pumped to announce the release of: stevedore 1.31.0: Manage dynamic plugins for Python applications This release is part of the train 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. Changes in stevedore 1.30.1..1.31.0 ----------------------------------- 6817543 Add Python 3 Train unit tests feac471 Add local bindep.txt 74cc8cf Cap Bandit below 1.6.0 and update Sphinx requirement b13d7fe update git.openstack.org to opendev 4a25aa1 OpenDev Migration Patch 936f18e Dropping the py35 testing 9de37d3 Update master for stable/stein aa0f033 Delete repeated param description. df3b837 add python 3.7 unit test job Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 3 +-- README.rst | 2 +- bindep.txt | 7 +++++++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ setup.cfg | 3 ++- stevedore/example/setup.py | 2 +- stevedore/example2/setup.py | 2 +- stevedore/hook.py | 2 -- test-requirements.txt | 5 +++-- tox.ini | 20 ++++++++++++++++---- 14 files changed, 43 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c641f92..bbe4106 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9,2 @@ stestr>=2.0.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +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 @@ -11 +12 @@ sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD -bandit>=1.1.0 # Apache-2.0 +bandit>=1.1.0,<1.6.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org