--- a/docs/HISTORY.txt Sun Mar 11 11:13:04 2018 +0100
+++ b/docs/HISTORY.txt Sun Mar 11 11:23:46 2018 +0100
@@ -1,6 +1,14 @@
Changelog
=========
+0.1.12
+------
+ - updated ZEO connection timeout arguments for ZEO 5.x
+ - remove INewLocalSite event subscribers; database upgrade is now only done through command line script, and
+ utilities providing ISiteGenerations can be ordered
+ - removed static configuration manager interface
+ - make sure that requests created manually support annotations in get/set request data functions
+
0.1.11
------
- moved PyAMS documentation to "PyAMS User Guide" package
--- a/src/pyams_utils.egg-info/PKG-INFO Sun Mar 11 11:13:04 2018 +0100
+++ b/src/pyams_utils.egg-info/PKG-INFO Sun Mar 11 11:23:46 2018 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: pyams-utils
-Version: 0.1.11
+Version: 0.1.12
Summary: Utility functions and classes for PyAMS
Home-page: http://www.ztfy.org
Author: Thierry Florac
@@ -48,6 +48,13 @@
Changelog
=========
+ 0.1.12
+ ------
+ - updated ZEO connection timeout arguments for ZEO 5.x
+ - remove INewLocalSite event subscribers; database upgrade is now only done through command line script, and
+ utilities providing ISiteGenerations can be ordered
+ - make sure that requests created manually support annotations in get/set request data functions
+
0.1.11
------
- moved PyAMS documentation to "PyAMS User Guide" package
--- a/src/pyams_utils.egg-info/SOURCES.txt Sun Mar 11 11:13:04 2018 +0100
+++ b/src/pyams_utils.egg-info/SOURCES.txt Sun Mar 11 11:23:46 2018 +0100
@@ -46,6 +46,9 @@
src/pyams_utils.egg-info/requires.txt
src/pyams_utils.egg-info/top_level.txt
src/pyams_utils/doctests/README.txt
+src/pyams_utils/doctests/dates.txt
+src/pyams_utils/doctests/request.txt
+src/pyams_utils/doctests/unicode.txt
src/pyams_utils/interfaces/__init__.py
src/pyams_utils/interfaces/data.py
src/pyams_utils/interfaces/inherit.py
--- a/src/pyams_utils.egg-info/requires.txt Sun Mar 11 11:13:04 2018 +0100
+++ b/src/pyams_utils.egg-info/requires.txt Sun Mar 11 11:23:46 2018 +0100
@@ -1,4 +1,4 @@
-ZODB
+setuptools
babel
beaker
chameleon
@@ -9,11 +9,11 @@
pyramid_zodbconn
pysocks
pytz
-setuptools
transaction
z3c.form
z3c.pt
z3c.ptcompat
+ZODB
zope.annotation
zope.component
zope.container
@@ -26,3 +26,4 @@
[test]
pyramid_zcml
+zope.exceptions
Binary file src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.mo has changed