--- a/.installed.cfg Tue Jan 16 17:50:57 2018 +0100
+++ b/.installed.cfg Fri Jan 26 17:17:46 2018 +0100
@@ -13,14 +13,14 @@
[package]
__buildout_installed__ = /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pyams_upgrade
+ /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pcreate
+ /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/ptweens
+ /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pviews
+ /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/prequest
+ /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pshell
/home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pserve
/home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pdistreport
- /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pviews
- /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pcreate
/home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/proutes
- /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/prequest
- /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/ptweens
- /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/pshell
__buildout_signature__ = zc.recipe.egg-2.0.3-py3.5.egg zc.buildout-2.9.5-py3.5.egg setuptools-33.1.1-py3.5.egg
_b = /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin
_d = /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/develop-eggs
@@ -78,7 +78,7 @@
[test]
__buildout_installed__ = /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/parts/test
/home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin/test
-__buildout_signature__ = six-883cdb67d383113869666f413bdd1fcc zc.recipe.testrunner-2.0.0-py3.5.egg zc.recipe.egg-2.0.3-py3.5.egg zc.buildout-2.9.5-py3.5.egg zope.exceptions-4.1.0-py3.5.egg zope.interface-4.4.1-py3.5-linux-x86_64.egg zope.testrunner-4.7.0-py3.5.egg setuptools-33.1.1-py3.5.egg
+__buildout_signature__ = six-122545cd2dc4c299caeca7891462b377 zc.recipe.testrunner-2.0.0-py3.5.egg zc.recipe.egg-2.0.3-py3.5.egg zc.buildout-2.9.5-py3.5.egg zope.exceptions-4.2.0-py3.5.egg zope.interface-4.4.3-py3.5-linux-x86_64.egg zope.testrunner-4.8.1-py3.5.egg setuptools-33.1.1-py3.5.egg
_b = /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/bin
_d = /home/tflorac/Dropbox/src/PyAMS/pyams_i18n/develop-eggs
_e = /var/local/env/pyams/eggs
--- a/buildout.cfg Tue Jan 16 17:50:57 2018 +0100
+++ b/buildout.cfg Fri Jan 26 17:17:46 2018 +0100
@@ -72,4 +72,4 @@
eggs = pyams_i18n [test]
[versions]
-pyams_i18n = 0.1.9
+pyams_i18n = 0.1.10
--- a/docs/HISTORY.txt Tue Jan 16 17:50:57 2018 +0100
+++ b/docs/HISTORY.txt Fri Jan 26 17:17:46 2018 +0100
@@ -1,6 +1,10 @@
History
=======
+0.1.10
+------
+ - improve validation of required I18n file fields
+
0.1.9
-----
- add check for "deleted" value in I18n file field validation method
--- a/setup.py Tue Jan 16 17:50:57 2018 +0100
+++ b/setup.py Fri Jan 26 17:17:46 2018 +0100
@@ -25,7 +25,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.9'
+version = '0.1.10'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_i18n.egg-info/PKG-INFO Tue Jan 16 17:50:57 2018 +0100
+++ b/src/pyams_i18n.egg-info/PKG-INFO Fri Jan 26 17:17:46 2018 +0100
@@ -1,16 +1,21 @@
Metadata-Version: 1.1
Name: pyams-i18n
-Version: 0.1.9
+Version: 0.1.10
Summary: PyAMS internationalization interfaces and classes
Home-page: http://hg.ztfy.org/pyams/pyams_i18n
Author: Thierry Florac
Author-email: tflorac@ulthar.net
License: ZPL
+Description-Content-Type: UNKNOWN
Description:
History
=======
+ 0.1.10
+ ------
+ - improve validation of required I18n file fields
+
0.1.9
-----
- add check for "deleted" value in I18n file field validation method
--- a/src/pyams_i18n.egg-info/requires.txt Tue Jan 16 17:50:57 2018 +0100
+++ b/src/pyams_i18n.egg-info/requires.txt Fri Jan 26 17:17:46 2018 +0100
@@ -1,4 +1,4 @@
-setuptools
+ZODB
chameleon
fanstatic
hypatia
@@ -12,9 +12,9 @@
pyams_utils
pyams_viewlet
pyramid
+setuptools
z3c.form
z3c.pt
-ZODB
zope.annotation
zope.component
zope.container