diff -r 47291be5bb8f -r d8405a4d7d45 src/pyams_catalog.egg-info/PKG-INFO --- a/src/pyams_catalog.egg-info/PKG-INFO Mon Sep 11 14:36:15 2017 +0200 +++ b/src/pyams_catalog.egg-info/PKG-INFO Mon Sep 11 15:09:42 2017 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-catalog -Version: 0.1.4 +Version: 0.1.5 Summary: PyAMS catalog tools Home-page: http://hg.ztfy.org/pyams/pyams_catalog Author: Thierry Florac @@ -11,6 +11,12 @@ History ======= + 0.1.5 + ----- + - switch from IObjectRemovedEvent to IIntIdRemovedEvent to avoid objects being unregistered from IIntId utility before + being removed from catalog + - added 'catalog' parameter to all '*index_object' functions + 0.1.4 ----- - updated CatalogResultSet class to be able to feed it with a list of internal IDs as well a Query object