We are amped to announce the release of: stevedore 1.29.0: Manage dynamic plugins for Python applications This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/stevedore Download the package from: https://pypi.org/project/stevedore Please report issues through launchpad: https://bugs.launchpad.net/python-stevedore For more details, please see below. Changes in stevedore 1.28.0..1.29.0 ----------------------------------- 64f70f2 Remove unnecessary py27 testenv 963a7d8 Switch to stestr 2362979 fix tox python3 overrides f641e9a Trivial: Update pypi url to new url 68a9a4f Trivial: Update pypi url to new url 4ba1d97 set default python to python3 40064ea add lower-constraints job d42d448 Updated from global requirements 95445e1 Update links in README 4e05b9a Update reno for stable/queens e65e119 Updated from global requirements 8a9bcee Updated from global requirements 5d0fb11 Follow the new PTI for document build Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 +- .stestr.conf | 3 +++ .testr.conf | 4 ---- .zuul.yaml | 7 +++++++ README.rst | 8 ++++---- lower-constraints.txt | 30 ++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++++++ setup.cfg | 7 ------- test-requirements.txt | 4 ++-- tox.ini | 15 +++++++++++++-- 14 files changed, 73 insertions(+), 26 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 18a5a8c..c641f92 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ coverage!=4.4,>=4.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 @@ -9 +9 @@ testrepository>=0.0.18 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD