# HG changeset patch # User Thierry Florac # Date 1444233026 -7200 # Node ID 19019589cc19a2ed4cdbd99f3e728845794f9438 # Parent 56fc7fc505d3a35e67a8001bfb5f8d04a700cd05 Version 0.1.2 diff -r 56fc7fc505d3 -r 19019589cc19 buildout.cfg --- a/buildout.cfg Wed Oct 07 17:48:53 2015 +0200 +++ b/buildout.cfg Wed Oct 07 17:50:26 2015 +0200 @@ -82,4 +82,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.1 +pyams_utils = 0.1.2 diff -r 56fc7fc505d3 -r 19019589cc19 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Oct 07 17:48:53 2015 +0200 +++ b/docs/HISTORY.txt Wed Oct 07 17:50:26 2015 +0200 @@ -1,6 +1,11 @@ Changelog ========= +0.1.2 +----- + - imports cleanup + - moved IIntIds related modules from pyams_base package + 0.1.1 ----- - corrected cookies management in XML-RPC authenticated transport diff -r 56fc7fc505d3 -r 19019589cc19 setup.py --- a/setup.py Wed Oct 07 17:48:53 2015 +0200 +++ b/setup.py Wed Oct 07 17:50:26 2015 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.1' +version = '0.1.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r 56fc7fc505d3 -r 19019589cc19 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Wed Oct 07 17:48:53 2015 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Wed Oct 07 17:50:26 2015 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-utils -Version: 0.1.1 +Version: 0.1.2 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -41,6 +41,11 @@ Changelog ========= + 0.1.2 + ----- + - imports cleanup + - moved IIntIds related modules from pyams_base package + 0.1.1 ----- - corrected cookies management in XML-RPC authenticated transport diff -r 56fc7fc505d3 -r 19019589cc19 src/pyams_utils.egg-info/SOURCES.txt --- a/src/pyams_utils.egg-info/SOURCES.txt Wed Oct 07 17:48:53 2015 +0200 +++ b/src/pyams_utils.egg-info/SOURCES.txt Wed Oct 07 17:50:26 2015 +0200 @@ -15,6 +15,7 @@ src/pyams_utils/html.py src/pyams_utils/i18n.py src/pyams_utils/include.py +src/pyams_utils/intids.py src/pyams_utils/list.py src/pyams_utils/property.py src/pyams_utils/registry.py @@ -41,6 +42,7 @@ src/pyams_utils/doctests/README.txt src/pyams_utils/interfaces/__init__.py src/pyams_utils/interfaces/data.py +src/pyams_utils/interfaces/intids.py src/pyams_utils/interfaces/site.py src/pyams_utils/interfaces/size.py src/pyams_utils/interfaces/tales.py @@ -66,5 +68,6 @@ src/pyams_utils/widget/__init__.py src/pyams_utils/widget/decimal.py src/pyams_utils/zmi/__init__.py +src/pyams_utils/zmi/intids.py src/pyams_utils/zmi/timezone.py src/pyams_utils/zmi/zeo.py \ No newline at end of file