[Checkins] SVN: zopetoolkit/ Write some high-level news for 1.1, move Python version compatibility statements into the release specific docs

Hanno Schlichting hannosch at hannosch.eu
Tue Jan 4 15:34:44 EST 2011


Log message for revision 119369:
  Write some high-level news for 1.1, move Python version compatibility statements into the release specific docs
  

Changed:
  U   zopetoolkit/branches/1.0/index.rst
  U   zopetoolkit/doc/source/process/index.rst
  D   zopetoolkit/doc/source/process/python-versions.rst
  U   zopetoolkit/trunk/index.rst

-=-
Modified: zopetoolkit/branches/1.0/index.rst
===================================================================
--- zopetoolkit/branches/1.0/index.rst	2011-01-04 18:26:21 UTC (rev 119368)
+++ zopetoolkit/branches/1.0/index.rst	2011-01-04 20:34:43 UTC (rev 119369)
@@ -33,6 +33,12 @@
 Frameworks and applications have their own set of install instructions. You
 should follow these in most cases.
 
+Python versions
+---------------
+
+The ZTK 1.0 release series supports Python 2.4 up to Python 2.6. Neither
+Python 2.7 nor any Python 3.x series is supported.
+
 News
 ----
 
@@ -53,8 +59,7 @@
 
 We recommend you update your existing code to import from the new packages if
 possible. The transition support and ``zope.app.*`` support is limited: the
-legacy support will be officially retired from the ZTK after January 1,
-2011.
+legacy support will be officially retired from the ZTK in subsequent releases.
 
 
 Migration issues

Modified: zopetoolkit/doc/source/process/index.rst
===================================================================
--- zopetoolkit/doc/source/process/index.rst	2011-01-04 18:26:21 UTC (rev 119368)
+++ zopetoolkit/doc/source/process/index.rst	2011-01-04 20:34:43 UTC (rev 119369)
@@ -15,7 +15,6 @@
 
     bug-tracking
     buildbots
-    python-versions
     releasing-software
     proposals
     maintaining-software

Deleted: zopetoolkit/doc/source/process/python-versions.rst
===================================================================
--- zopetoolkit/doc/source/process/python-versions.rst	2011-01-04 18:26:21 UTC (rev 119368)
+++ zopetoolkit/doc/source/process/python-versions.rst	2011-01-04 20:34:43 UTC (rev 119369)
@@ -1,34 +0,0 @@
-Supported versions of Python
-============================
-
-The Zope Toolkit supports different versions of Python for its releases.
-
-ZTK 1.0
--------
-
-The ZTK 1.0.x release series supports the following versions of Python:
-
-* Python 2.4
-
-* Python 2.5
-
-* Python 2.6
-
-This means that no features beyond Python 2.4 should be used in any
-library that is part of this Zope Toolkit series.
-
-
-ZTK 1.1
--------
-
-The ZTK 1.1.x release series supports the following versions of Python:
-
-* Python 2.5
-
-* Python 2.6
-
-Support for Python 2.4 is no longer maintained. Zope Toolkit packages are
-allowed to make use of Python 2.5+ features and break compatibility with
-Python 2.4.
-
-Newer Python versions might be supported by the release.

Modified: zopetoolkit/trunk/index.rst
===================================================================
--- zopetoolkit/trunk/index.rst	2011-01-04 18:26:21 UTC (rev 119368)
+++ zopetoolkit/trunk/index.rst	2011-01-04 20:34:43 UTC (rev 119369)
@@ -22,13 +22,51 @@
 libraries. Examples of such projects are BlueBream, Grok and Zope 2.
 
 If you want to use the Zope Toolkit KGS, you can use the buildout
-extends mechanism (replace 1.1a1 by the desired version)::
+extends mechanism (replace 1.1 by the desired version)::
 
   [buildout]
-  extends = http://download.zope.org/zopetoolkit/index/1.1a1/ztk-versions.cfg
+  extends = http://download.zope.org/zopetoolkit/index/1.1/ztk-versions.cfg
 
 You can also copy the file locally or additionally extend the
 zopeapp-versions.cfg file from the same location.
 
 Frameworks and applications have their own set of install instructions. You
 should follow these in most cases.
+
+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.
+
+News
+----
+
+Python versions
+~~~~~~~~~~~~~~~
+
+Python 2.4 is no longer supported by this version of the ZTK. Support for
+Python 2.7 has been added.
+
+ZODB 3.10
+~~~~~~~~~
+
+This ZTK version includes ZODB 3.10 instead of 3.9 as included in the 1.0
+series. You can read more about the changes at
+http://pypi.python.org/pypi/ZODB3/3.10.0#change-history.
+
+zc.buildout 1.5
+~~~~~~~~~~~~~~~
+
+The buildout version has been updated to 1.5 from the former 1.4 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.



More information about the checkins mailing list