[Checkins] SVN: zopetoolkit/trunk/index.rst make up some text about ZTK 2

Hano Schlichting cvs-admin at zope.org
Tue Feb 26 22:09:10 UTC 2013


Log message for revision 129870:
  make up some text about ZTK 2
  

Changed:
  U   zopetoolkit/trunk/index.rst

-=-
Modified: zopetoolkit/trunk/index.rst
===================================================================
--- zopetoolkit/trunk/index.rst	2013-02-26 22:00:24 UTC (rev 129869)
+++ zopetoolkit/trunk/index.rst	2013-02-26 22:09:10 UTC (rev 129870)
@@ -6,7 +6,7 @@
 Introduction
 ------------
 
-The Zope Toolkit 1.1 release is the second feature release of the Zope
+The Zope Toolkit 2.0 release is the third feature release of the Zope
 Toolkit. The Zope Toolkit really is just a collection of libraries
 managed together by the Zope developers. We typically treat each
 library independently, so you would like to look at the CHANGES.txt in
@@ -19,16 +19,15 @@
 The Zope Toolkit cannot be installed directly except as individual
 libraries (such as ``zope.component``). To install it you typically
 would install a framework or application that makes use of these
-libraries. Examples of such projects are BlueBream, Grok and Zope 2.
+libraries. Examples of such projects are BlueBream, Grok and Zope.
 
 If you want to use the Zope Toolkit KGS, you can use the buildout
-extends mechanism (replace 1.1 by the desired version)::
+extends mechanism (replace 2.0 by the desired version)::
 
   [buildout]
-  extends = http://download.zope.org/zopetoolkit/index/1.1/ztk-versions.cfg
+  extends = http://download.zope.org/zopetoolkit/index/2.0/ztk-versions.cfg
 
-You can also copy the file locally or additionally extend the
-zopeapp-versions.cfg file from the same location.
+You can also copy the file locally if you want to avoid network access.
 
 Frameworks and applications have their own set of install instructions. You
 should follow these in most cases.
@@ -36,9 +35,8 @@
 Python versions
 ---------------
 
-The ZTK 1.1 release series supports Python 2.5 up to Python 2.7. Some libraries
-included in the ZTK support Python 3.1 or later. But as a whole the ZTK
-supports no Python 3.x version yet.
+The ZTK 2.0 release series supports Python 2.6, 2.7 and 3.3. Some libraries
+included in the ZTK support Python 3.2.
 
 News
 ----
@@ -46,27 +44,24 @@
 Python versions
 ~~~~~~~~~~~~~~~
 
-Python 2.4 is no longer supported by this version of the ZTK. Support for
-Python 2.7 has been added.
+Python 2.5 is no longer supported by this version of the ZTK. Support for
+Python 3.3 has been added.
 
-ZODB 3.10
-~~~~~~~~~
+ZODB 4
+~~~~~~
 
-This ZTK version includes ZODB 3.10 instead of 3.9 as included in the 1.0
+This ZTK version includes ZODB 4 instead of 3.10 as included in the 1.1
 series. You can read more about the changes at
-http://pypi.python.org/pypi/ZODB3/3.10.0#change-history.
+https://pypi.python.org/pypi/ZODB#change-history
 
-zc.buildout 1.5
-~~~~~~~~~~~~~~~
+Note that the former ZODB3 distribution has been split up into multiple
+distributions. You can now separately install BTrees, persistent, ZEO and
+ZODB.
 
-The buildout version has been updated to 1.5 from the former 1.4 series. This
+zc.buildout 2
+~~~~~~~~~~~~~
+
+The buildout version has been updated to 2 from the former 1.x series. This
 release requires some changes to recipes, so make sure to update all recipes to
 compatible versions or check their availability first. More detailed changes
-can be found at http://pypi.python.org/pypi/zc.buildout/1.5.2#change-history.
-
-zope.testing 3.10
-~~~~~~~~~~~~~~~~~
-
-In zope.testing 3.10 the `zope.testing.testrunner` package has been moved to
-a standalone distribution called `zope.testrunner`. You need to adjust your
-imports or use compatible versions of test runner recipes.
+can be found at https://pypi.python.org/pypi/zc.buildout/2.0.1#change-history.



More information about the checkins mailing list