[openstack-dev] stevedore 1.2.0 released
Doug Hellmann
doug at doughellmann.com
Tue Jan 6 14:45:48 UTC 2015
The Oslo team is pleased to announce the release of
stevedore 1.2.0: Manage dynamic plugins for Python applications
This release includes an update to eliminate excessive deprecation
warnings generated by pkg_resources when plugins are loaded.
For more details, please see the git log history below and
https://launchpad.net/python-stevedore/+milestone/1.2.0
Please report issues through launchpad:
https://bugs.launchpad.net/python-stevedore
----------------------------------------
Changes in openstack/stevedore 1.1.0..1.2.0
37c94cd Use pkg_resources resolve() and require() instead of load()
9324bf0 Fix the README.rst file format for pypi
6027ff6 Workflow documentation is now in infra-manual
bbafbe9 Implement a __contains__ override for extension manager
f33adbe Update link to docs in README
a322d61 Bring doc build up to standard
diffstat (except docs and test files):
CONTRIBUTING.rst | 2 +-
README.rst | 12 +-
setup.cfg | 4 +-
stevedore/extension.py | 14 +-
test-requirements.txt | 1 +
54 files changed, 1792 insertions(+), 1734 deletions(-)
Requirements updates:
diff --git a/test-requirements.txt b/test-requirements.txt
index 7f1e798..6075428 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,0 +12 @@ oslotest>=1.2.0 # Apache-2.0
+oslosphinx>=2.2.0 # Apache-2.0
More information about the OpenStack-dev
mailing list