2013-09-03 20:05:57 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-12-03 09:28:54 +00:00
|
|
|
Mon Dec 2 12:26:36 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 0.13:
|
|
|
|
* Update documentation to refer to setuptools instead of distribute.
|
|
|
|
* Add pypy to the list of default test configurations.
|
|
|
|
* Include a work-around to avoid a cpython bug with atexit
|
|
|
|
* Deprecate TestExtensionManager and replace with make_test_instance()
|
|
|
|
class method to provide test classes that behave more like the
|
|
|
|
production class, while still allowing the extensions to be injected
|
|
|
|
for testing
|
|
|
|
* Fixes an exception when reporting on an error where multiple
|
|
|
|
drivers have the same name
|
|
|
|
* Switch packaging to use pbr.
|
|
|
|
-------------------------------------------------------------------
|
2013-09-03 20:05:57 +00:00
|
|
|
Mon Sep 2 15:37:00 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 0.11:
|
|
|
|
* Fixes logging configuration under Python 2.6 with a NullHandler
|
|
|
|
|
2013-06-29 17:43:29 +00:00
|
|
|
-------------------------------------------------------------------
|
2013-07-11 18:13:47 +00:00
|
|
|
Thu Jul 11 14:15:40 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- update to 0.10:
|
|
|
|
- Adds ``propagate_map_exceptions`` parameter to all of the extension
|
|
|
|
managers which specifies whether exceptions are propagated up
|
|
|
|
through the map call or logged and then ignored. The default is to
|
|
|
|
preserve the current behavior of logging and ignoring exceptions.
|
|
|
|
- remove python-2.6.x.diff
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2013-06-29 17:43:29 +00:00
|
|
|
Fri Jun 21 07:52:49 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- add python-2.6.x.diff:
|
|
|
|
* fix build on python 2.6
|
|
|
|
|
2013-06-25 05:42:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2013-06-13 19:51:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 29 12:31:00 UTC 2013 - dmueller@suse.com
|
|
|
|
|
|
|
|
- add compatibility provides of 0.8.0 version
|
|
|
|
* needed for other packages that generate the version from
|
|
|
|
* PyPi (where this is fetched when fetching 0.8.0)
|
|
|
|
|
2013-01-14 21:25:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 5 10:47:11 UTC 2013 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 0.8:
|
|
|
|
- Ignore AssertionError exceptions generated when plugins are
|
|
|
|
loaded.
|
|
|
|
- Update :class:`~stevedore.named.NamedExtensionManager` to check
|
|
|
|
the name of a plugin before loading its code to avoid importing
|
|
|
|
anything we are not going to use.
|
|
|
|
|
2012-11-28 13:35:01 +00:00
|
|
|
-------------------------------------------------------------------
|
2012-12-14 09:47:35 +00:00
|
|
|
Tue Dec 4 00:44:32 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 0.7.2:
|
|
|
|
- Fix logging support for Python 2.6.
|
|
|
|
- Aditional changes from 0.7.1:
|
|
|
|
- Fix an issue with logging configuration.
|
|
|
|
- Aditional changes from 0.7:
|
|
|
|
- Add memoization to the entrypoint scanning code in
|
|
|
|
stevedore.extension.ExtensionManager to avoid performance issues
|
|
|
|
in situations where lots of managers are instantiated with the
|
|
|
|
same namespace argument.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-11-28 13:35:01 +00:00
|
|
|
Wed Nov 21 14:31:50 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Install LICENSE, README.rst and HTML documentation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 29 17:17:21 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 0.6:
|
|
|
|
- Change the stevedore.enabled.EnabledExtensionManager to load
|
|
|
|
the extension before calling the check function so the plugin
|
|
|
|
can be asked if it should be enabled.
|
|
|
|
- Aditional changes from 0.5:
|
|
|
|
- Add stevedore.tests.manager.TestExtensionManager for writing
|
|
|
|
tests for classes that use extension managers.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 16 22:01:30 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Update to 0.4:
|
|
|
|
- Removed the name argument to plugin constructors.
|
|
|
|
- Added driver property to stevedore.driver.DriverManager.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 19 06:08:00 UTC 2012 - alexandre@exatati.com.br
|
|
|
|
|
|
|
|
- Initial package (0.3) for openSUSE.
|