Version 0.4.10 ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Sat, 10 May 2014 11:32:13 +0200
branchZTK-1.1
changeset 253 a196d968a87f
parent 252 6463c617c209
child 254 5fc2389afe2c
Version 0.4.10
buildout.cfg
docs/HISTORY.txt
setup.py
src/ztfy.utils.egg-info/PKG-INFO
src/ztfy.utils.egg-info/requires.txt
--- a/buildout.cfg	Sat May 10 11:31:15 2014 +0200
+++ b/buildout.cfg	Sat May 10 11:32:13 2014 +0200
@@ -5,7 +5,9 @@
 versions = versions
 newest = false
 allow-picked-versions = false
+src = src
 develop = .
+          ../ztfy.jqueryui
 parts = package i18n pyflakes pyflakesrun test
 
 [package]
@@ -26,7 +28,7 @@
 eggs = pyflakes
 scripts = pyflakes
 entry-points = pyflakes=pyflakes.scripts.pyflakes:main
-initialization = if not sys.argv[1:]: sys.argv[1:] = ["${buildout:develop}/src"]
+initialization = if not sys.argv[1:]: sys.argv[1:] = ["${buildout:src}"]
 
 [pyflakesrun]
 recipe = collective.recipe.cmd
@@ -38,4 +40,4 @@
 eggs = ztfy.utils [test]
 
 [versions]
-ztfy.utils = 0.4.10
+ztfy.utils = 0.4.11
--- a/docs/HISTORY.txt	Sat May 10 11:31:15 2014 +0200
+++ b/docs/HISTORY.txt	Sat May 10 11:32:13 2014 +0200
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+0.4.10
+------
+ - added configuration directives to remove static dependencies with "ztfy.skin" and "zopyx.txng3.core"
+ - updated Buildout's bootstrap
+
 0.4.9
 -----
  - added "ztfy.utils.decorator" module with "@deprecated" decorator
--- a/setup.py	Sat May 10 11:31:15 2014 +0200
+++ b/setup.py	Sat May 10 11:32:13 2014 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.10'
+version = '0.4.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [
@@ -92,7 +92,6 @@
           'zope.session',
           'zope.tales',
           'zope.traversing',
-          'zopyx.txng3.core',
           'ztfy.jqueryui >= 0.7.0',
       ],
       entry_points="""
--- a/src/ztfy.utils.egg-info/PKG-INFO	Sat May 10 11:31:15 2014 +0200
+++ b/src/ztfy.utils.egg-info/PKG-INFO	Sat May 10 11:32:13 2014 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: ztfy.utils
-Version: 0.4.9
+Version: 0.4.11
 Summary: ZTFY utility functions and classes for Zope3
 Home-page: http://www.ztfy.org
 Author: Thierry Florac
@@ -41,6 +41,11 @@
         Changelog
         =========
         
+        0.4.10
+        ------
+         - added configuration directives to remove static dependencies with "ztfy.skin" and "zopyx.txng3.core"
+         - updated Buildout's bootstrap
+        
         0.4.9
         -----
          - added "ztfy.utils.decorator" module with "@deprecated" decorator
--- a/src/ztfy.utils.egg-info/requires.txt	Sat May 10 11:31:15 2014 +0200
+++ b/src/ztfy.utils.egg-info/requires.txt	Sat May 10 11:32:13 2014 +0200
@@ -30,7 +30,6 @@
 zope.session
 zope.tales
 zope.traversing
-zopyx.txng3.core
 ztfy.jqueryui >= 0.7.0
 
 [test]