[Checkins] SVN: Zope3/branches/3.3/ - Updated release making; it's all verified; it works.

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon May 8 09:55:36 EDT 2006


Log message for revision 68021:
  - Updated release making; it's all verified; it works.
  
  - Updated CHANGES.txt
  

Changed:
  U   Zope3/branches/3.3/doc/CHANGES.txt
  U   Zope3/branches/3.3/releases/Zope/PACKAGE.cfg
  D   Zope3/branches/3.3/releases/Zope/test.py

-=-
Modified: Zope3/branches/3.3/doc/CHANGES.txt
===================================================================
--- Zope3/branches/3.3/doc/CHANGES.txt	2006-05-08 13:53:56 UTC (rev 68020)
+++ Zope3/branches/3.3/doc/CHANGES.txt	2006-05-08 13:55:36 UTC (rev 68021)
@@ -6,7 +6,7 @@
 
   For information on future releases, see ROADMAP.txt.
 
-  After Zope 3.2.0 (trunk only)
+  Zope 3.3.x (date)
 
     New features
 
@@ -37,7 +37,7 @@
      	addUtility in zope.app.appsetup.bootstrap now optionally can
      	return an object instead of a name.
 
-      - Allow ``zmi_views`` actions like: ``javascript:popup()``, 
+      - Allow ``zmi_views`` actions like: ``javascript:popup()``,
         ``../parentview.html`` or ``++namespace++foobar`` as first menu items.
 
       - Added ``-x dirs`` option to i18nextract that allows to exclude
@@ -65,7 +65,7 @@
         IZopeDublinCore. This reduces server traffic a lot when large
         files are served.
 
-      - Added a more complete set of widgets for fields that use 
+      - Added a more complete set of widgets for fields that use
         iterable sources.  These widgets now mirror the set provided
         by vocabulary-based fields.
 
@@ -185,7 +185,7 @@
 
     Much thanks to everyone who contributed to this release:
 
-      Jim Fulton, Marius Gedminas, Brian Sutherland, Stephan Richter, Dmitry
+      Jim Fulton, Marius Gedminas, Brian Sutherland, Stephan Richter, Dimitry
       Vasiliev, Tim Peters, Zachery Bir, Gary Poster, Egon Frerich, Zhiyun
       (Simon) Hang, Tadashi Matsumoto, Simon Michael, Encople Degoute,
       Shane Hathaway, Bjorn Tillenius, Sam Stainsby, Bernd Dorn

Modified: Zope3/branches/3.3/releases/Zope/PACKAGE.cfg
===================================================================
--- Zope3/branches/3.3/releases/Zope/PACKAGE.cfg	2006-05-08 13:53:56 UTC (rev 68020)
+++ Zope3/branches/3.3/releases/Zope/PACKAGE.cfg	2006-05-08 13:55:36 UTC (rev 68021)
@@ -11,5 +11,4 @@
   LICENSES.txt
   README.txt
   ZopePublicLicense.txt
-  test.py
 </distribution>

Deleted: Zope3/branches/3.3/releases/Zope/test.py
===================================================================
--- Zope3/branches/3.3/releases/Zope/test.py	2006-05-08 13:53:56 UTC (rev 68020)
+++ Zope3/branches/3.3/releases/Zope/test.py	2006-05-08 13:55:36 UTC (rev 68021)
@@ -1,36 +0,0 @@
-#!/usr/bin/env python2.4
-##############################################################################
-#
-# Copyright (c) 2004 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-#
-##############################################################################
-"""Test script for running unit tests in a distribution root.
-
-The functional tests can't be run since we don't have enough of the
-package configuration in a usable state.  The functional tests can be
-run from an installation.
-
-$Id$
-"""
-import sys, os
-from distutils.util import get_platform
-
-PLAT_SPEC = "%s-%s" % (get_platform(), sys.version[0:3])
-
-here = os.path.dirname(os.path.realpath(__file__))
-lib = os.path.join(here, "build", "lib." + PLAT_SPEC)
-sys.path.append(lib)
-
-import zope.app.testing.test
-
-if __name__ == '__main__':
-    args = sys.argv[:1] + ["-ul", lib] + sys.argv[1:]
-    zope.app.testing.test.process_args(args)



More information about the Checkins mailing list