[Checkins] SVN: five.pt/trunk/ Preparing release.

Malthe Borch mborch at gmail.com
Fri Feb 13 13:33:09 EST 2009


Log message for revision 96499:
  Preparing release.

Changed:
  U   five.pt/trunk/CHANGES.txt
  U   five.pt/trunk/buildout.cfg
  U   five.pt/trunk/setup.py

-=-
Modified: five.pt/trunk/CHANGES.txt
===================================================================
--- five.pt/trunk/CHANGES.txt	2009-02-13 18:23:00 UTC (rev 96498)
+++ five.pt/trunk/CHANGES.txt	2009-02-13 18:33:09 UTC (rev 96499)
@@ -1,7 +1,8 @@
 Changelog
 =========
 
-In next version
+five.pt 0.4 (released 2/13/2009)
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 - Fixed issue where the ``template`` parameter to a viewlet manager
   directive was effectively ignored. [malthe]

Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2009-02-13 18:23:00 UTC (rev 96498)
+++ five.pt/trunk/buildout.cfg	2009-02-13 18:33:09 UTC (rev 96499)
@@ -1,23 +1,26 @@
 [buildout]
-extends = http://download.zope.org/zope3.4/versions.cfg
+extends = http://download.zope.org/zope3.4/3.4.0/versions.cfg
 
 find-links =
-    http://dist.repoze.org/zope2/dev
+    http://dist.repoze.org/zope2/2.10/
 
 develop = .
 
 parts =
     lxml
-    deps
-    z3c.pt-develop
+    zope2
     test
 
-eggs =
-    Zope2
-    five.pt
+eggs = five.pt
 
 versions = versions
 
+[zope2]
+recipe = repoze.recipe.egg
+eggs =
+   ${buildout:eggs}
+   repoze.zope2
+
 [versions]
 zope.testing = 3.7.1
 zope.i18n = 3.6.0
@@ -28,15 +31,6 @@
 recipe = z3c.recipe.staticlxml
 egg = lxml>=2.1.3
 
-[deps]
-recipe = infrae.subversion
-urls = 
-   svn+ssh://svn.zope.org/repos/main/z3c.pt/trunk z3c.pt 
-
-[z3c.pt-develop]
-recipe = zc.recipe.egg:develop
-setup = ${buildout:directory}/parts/deps/z3c.pt/setup.py
-
 [test]
 recipe = zc.recipe.testrunner<1.1dev
 eggs = ${buildout:eggs}

Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2009-02-13 18:23:00 UTC (rev 96498)
+++ five.pt/trunk/setup.py	2009-02-13 18:33:09 UTC (rev 96499)
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.3'
+version = '0.4'
 
 setup(name='five.pt',
       version=version,



More information about the Checkins mailing list