15
0

Accepting request 182840 from devel:languages:python

- 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 (forwarded request 182828 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/182840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stevedore?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2013-07-11 18:13:47 +00:00
committed by Git OBS Bridge
parent d07a8901bf
commit efe2a2ded8
5 changed files with 14 additions and 18 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Jun 21 07:52:49 UTC 2013 - dmueller@suse.com