Version 0.1.1 0.1.1
authorThierry Florac <thierry.florac@onf.fr>
Wed, 07 Oct 2015 17:42:21 +0200
changeset 5 29fbf87650d4
parent 4 d9dc2f58c72b
child 6 179a62d3cce1
Version 0.1.1
.installed.cfg
buildout.cfg
setup.py
src/pyams_template.egg-info/PKG-INFO
--- a/.installed.cfg	Wed Oct 07 17:42:10 2015 +0200
+++ b/.installed.cfg	Wed Oct 07 17:42:21 2015 +0200
@@ -4,13 +4,13 @@
 
 [package]
 __buildout_installed__ = /home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/pserve
-	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/prequest
 	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/pdistreport
-	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/pshell
 	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/pcreate
-	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/proutes
+	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/pshell
+	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/ptweens
 	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/pviews
-	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/ptweens
+	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/proutes
+	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/prequest
 __buildout_signature__ = zc.recipe.egg-2.0.1-py3.4.egg setuptools-12.0.4-py3.4.egg zc.buildout-2.3.1-py3.4.egg
 _b = /home/tflorac/Dropbox/src/PyAMS/pyams_template/bin
 _d = /home/tflorac/Dropbox/src/PyAMS/pyams_template/develop-eggs
@@ -29,8 +29,8 @@
 
 [i18n]
 __buildout_installed__ = /home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/pybabel
+	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/polint
 	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/pot-create
-	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/polint
 __buildout_signature__ = zc.recipe.egg-2.0.1-py3.4.egg setuptools-12.0.4-py3.4.egg zc.buildout-2.3.1-py3.4.egg
 _b = /home/tflorac/Dropbox/src/PyAMS/pyams_template/bin
 _d = /home/tflorac/Dropbox/src/PyAMS/pyams_template/develop-eggs
@@ -61,7 +61,7 @@
 [test]
 __buildout_installed__ = /home/tflorac/Dropbox/src/PyAMS/pyams_template/parts/test
 	/home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/test
-__buildout_signature__ = zc.recipe.testrunner-2.0.0-py3.4.egg zc.recipe.egg-2.0.1-py3.4.egg setuptools-12.0.4-py3.4.egg zope.testrunner-4.4.6-py3.4.egg zc.buildout-2.3.1-py3.4.egg zope.interface-4.1.2-py3.4-linux-x86_64.egg zope.exceptions-4.0.7-py3.4.egg six-e6b62e54b4df360c40dfcbb76c1ecf1a
+__buildout_signature__ = zc.recipe.testrunner-2.0.0-py3.4.egg zc.recipe.egg-2.0.1-py3.4.egg setuptools-12.0.4-py3.4.egg zope.testrunner-4.4.6-py3.4.egg zc.buildout-2.3.1-py3.4.egg zope.interface-4.1.2-py3.4-linux-x86_64.egg zope.exceptions-4.0.7-py3.4.egg six-0ce7b5a80be3929f9cef8cbc6d670b68
 _b = /home/tflorac/Dropbox/src/PyAMS/pyams_template/bin
 _d = /home/tflorac/Dropbox/src/PyAMS/pyams_template/develop-eggs
 _e = /var/local/env/pyams/eggs
@@ -72,18 +72,3 @@
 location = /home/tflorac/Dropbox/src/PyAMS/pyams_template/parts/test
 recipe = zc.recipe.testrunner
 script = /home/tflorac/Dropbox/src/PyAMS/pyams_template/bin/test
-
-[buildout]
-installed_develop_eggs = /home/tflorac/Dropbox/src/PyAMS/pyams_template/develop-eggs/pyams-template.egg-link
-
-[buildout]
-parts = i18n pyflakes test package
-
-[buildout]
-parts = pyflakes test package i18n
-
-[buildout]
-parts = test package i18n pyflakes
-
-[buildout]
-parts = package i18n pyflakes test
--- a/buildout.cfg	Wed Oct 07 17:42:10 2015 +0200
+++ b/buildout.cfg	Wed Oct 07 17:42:21 2015 +0200
@@ -59,4 +59,4 @@
 eggs = pyams_template [test]
 
 [versions]
-pyams_template = 0.1.0
+pyams_template = 0.1.1
--- a/setup.py	Wed Oct 07 17:42:10 2015 +0200
+++ b/setup.py	Wed Oct 07 17:42:21 2015 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.0'
+version = '0.1.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []
--- a/src/pyams_template.egg-info/PKG-INFO	Wed Oct 07 17:42:10 2015 +0200
+++ b/src/pyams_template.egg-info/PKG-INFO	Wed Oct 07 17:42:21 2015 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyams-template
-Version: 0.1.0
+Version: 0.1.1
 Summary: PyAMS base template interfaces and classes
 Home-page: http://hg.ztfy.org/pyams/pyams_template
 Author: Thierry Florac