[Checkins] SVN: five.customerize/trunk/ Prepare release

Hanno Schlichting hannosch at hannosch.eu
Sat Nov 14 15:27:12 EST 2009


Log message for revision 105647:
  Prepare release

Changed:
  U   five.customerize/trunk/CHANGES.txt
  U   five.customerize/trunk/INSTALL.txt
  U   five.customerize/trunk/README.txt
  D   five.customerize/trunk/develop.py
  U   five.customerize/trunk/setup.py

-=-
Modified: five.customerize/trunk/CHANGES.txt
===================================================================
--- five.customerize/trunk/CHANGES.txt	2009-11-14 14:17:58 UTC (rev 105646)
+++ five.customerize/trunk/CHANGES.txt	2009-11-14 20:27:12 UTC (rev 105647)
@@ -1,8 +1,8 @@
 CHANGES
 =======
 
-five.customerize 0.4 (unreleased)
----------------------------------
+1.0a1 - 2009-11-14
+------------------
 
 Support Zope 2.12's BoundPageTemplateFile.
 
@@ -12,39 +12,33 @@
 
 Avoid a dependency on zope.app.apidoc by copying over the getViews method.
 
-five.customerize 0.3 (2008/07/07)
----------------------------------
+0.3 (2008/07/07)
+----------------
 
 Fix for the long-standing issue where the security context had mysteriously
 gone missing.
 
+0.2 (2007/08/17)
+----------------
 
-five.customerize 0.2 (2007/08/17)
----------------------------------
-
 Support for viewlets and portlets as used in Plone 3.0
 
+0.1.3 (2007/07/08)
+------------------
 
-five.customerize 0.1.3 (2007/07/08)
----------------------------------
-
 Fix in setup.py
 
+0.1.2 (2007/05/04)
+------------------
 
-five.customerize 0.1.2 (2007/05/04)
----------------------------------
-
 Release for Plone 3.0beta3 without OSX metadata
 
+0.1.1 (2007/03/03)
+------------------
 
-five.customerize 0.1.1 (2007/03/03)
----------------------------------
-
 Minor tweaks and enhancements for the integration into Plone 3.0
 
+0.1 (2006/10/30)
+----------------
 
-five.customerize 0.1 (2006/10/30)
----------------------------------
-
-Initial version
-
+Initial version.

Modified: five.customerize/trunk/INSTALL.txt
===================================================================
--- five.customerize/trunk/INSTALL.txt	2009-11-14 14:17:58 UTC (rev 105646)
+++ five.customerize/trunk/INSTALL.txt	2009-11-14 20:27:12 UTC (rev 105647)
@@ -4,7 +4,7 @@
 Prerequisites
 -------------
 
-* Zope 2.10.x
+* Zope 2.12.x
 
 * setuptools
 
@@ -15,7 +15,7 @@
 Place the ``five`` top-level package into your instance's
 ``lib/python`` directory.  You can also install it as an egg using
 ez_install, for example into your instance by turning it into a
-workingenv.
+virtualenv.
 
 
 Configuration
@@ -35,5 +35,5 @@
 
 Use the following command to run this package's tests:
 
-  $ bin/zopectl test -s five.customerize
+  $ bin/test -s five.customerize
 

Modified: five.customerize/trunk/README.txt
===================================================================
--- five.customerize/trunk/README.txt	2009-11-14 14:17:58 UTC (rev 105646)
+++ five.customerize/trunk/README.txt	2009-11-14 20:27:12 UTC (rev 105647)
@@ -27,7 +27,7 @@
 
 - Read-only Subversion checkout:
 
-  $ svn co svn://svn.zope.org/repos/main/five.customerize/trunk
+  $ svn co http://svn.zope.org/repos/main/five.customerize/trunk
 
 - Writable Subversion checkout:
 

Deleted: five.customerize/trunk/develop.py
===================================================================
--- five.customerize/trunk/develop.py	2009-11-14 14:17:58 UTC (rev 105646)
+++ five.customerize/trunk/develop.py	2009-11-14 20:27:12 UTC (rev 105647)
@@ -1,21 +0,0 @@
-##############################################################################
-#
-# 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.
-#
-##############################################################################
-"""Workspace configuration wrapper script
-
-$Id$
-"""
-
-from workspace.develop import main
-
-main()

Modified: five.customerize/trunk/setup.py
===================================================================
--- five.customerize/trunk/setup.py	2009-11-14 14:17:58 UTC (rev 105646)
+++ five.customerize/trunk/setup.py	2009-11-14 20:27:12 UTC (rev 105647)
@@ -15,7 +15,7 @@
 
 from setuptools import setup
 
-version = '0.4'
+version = '1.0a1'
 
 setup(name = 'five.customerize',
       version = version,
@@ -23,8 +23,7 @@
       keywords = 'zope3 views templates customization ttw',
       author = 'Zope Corporation and Contributors',
       author_email = 'z3-five at codespeak.net',
-      url = 'http://svn.zope.org/five.customerize',
-      download_url = 'http://cheeseshop.python.org/pypi/five.customerize/',
+      url = 'http://pypi.python.org/pypi/five.customerize',
       license = 'ZPL 2.1',
       packages = ['five', 'five.customerize'],
       package_dir = {'': 'src'},
@@ -47,21 +46,19 @@
         'zope.app.component',
         'zope.app.container',
         'zope.app.pagetemplate',
-        # 'transaction',
-        # 'Acquisition',
-        # 'Zope2',
+        'transaction',
+        'Acquisition',
+        'Zope2',
       ],
       classifiers = [
         'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Framework :: Zope2',
-        'Framework :: Zope3',
         'Intended Audience :: Other Audience',
         'Intended Audience :: System Administrators',
         'License :: OSI Approved :: Zope Public License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
-        'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Internet :: WWW/HTTP :: Site Management',
       ],
       long_description = """\



More information about the checkins mailing list