15
0

Accepting request 148455 from devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/148455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stevedore?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2013-01-14 21:25:58 +00:00
committed by Git OBS Bridge
parent f5ca42ca72
commit 813e2ea5cc
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Tue Dec 4 00:44:32 UTC 2012 - alexandre@exatati.com.br