14
0

Accepting request 180018 from devel:languages:python

housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/180018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stevedore?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2013-06-25 05:42:29 +00:00
committed by Git OBS Bridge
parent 73e4ba7836
commit c2a8da16b2
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jun 17 13:48:35 UTC 2013 - speilicke@suse.com
- Update to version 0.9.1:
+ Add name_order parameter to NamedExtensionManager to coerce map() into
processing the extensions in the order they are named when the manager is
created, instead of the random order they may have been loaded.
+ Change the NamedDispatchExtensionManager to ignore missing extensions
(issue 14).
+ Add __getitem__ to ExtensionManager for looking up individual plugins by
name (issue 15).
+ Start working on the tutorial, Using Stevedore in Your Application.
- Drop semantic versioning hack
- Build HTML documentation
-------------------------------------------------------------------
Wed May 29 12:31:00 UTC 2013 - dmueller@suse.com