[Checkins] SVN: five.customerize/tags/0.2-plone-3.0/ tag for 0.2 release

Andreas Zeidler az at zitc.de
Fri Aug 17 00:21:17 EDT 2007


Log message for revision 78895:
  tag for 0.2 release

Changed:
  A   five.customerize/tags/0.2-plone-3.0/
  D   five.customerize/tags/0.2-plone-3.0/CHANGES.txt
  A   five.customerize/tags/0.2-plone-3.0/CHANGES.txt
  D   five.customerize/tags/0.2-plone-3.0/setup.cfg
  D   five.customerize/tags/0.2-plone-3.0/setup.py
  A   five.customerize/tags/0.2-plone-3.0/setup.py
  D   five.customerize/tags/0.2-plone-3.0/src/five/customerize/version.txt
  A   five.customerize/tags/0.2-plone-3.0/src/five/customerize/version.txt

-=-
Copied: five.customerize/tags/0.2-plone-3.0 (from rev 78893, five.customerize/branches/plone-3.0-branch)

Deleted: five.customerize/tags/0.2-plone-3.0/CHANGES.txt
===================================================================
--- five.customerize/branches/plone-3.0-branch/CHANGES.txt	2007-08-17 04:01:23 UTC (rev 78893)
+++ five.customerize/tags/0.2-plone-3.0/CHANGES.txt	2007-08-17 04:21:17 UTC (rev 78895)
@@ -1,26 +0,0 @@
-CHANGES
-=======
-
-five.customerize 0.1.3 (2007/07/08)
----------------------------------
-
-Fix in setup.py
-
-
-five.customerize 0.1.2 (2007/05/04)
----------------------------------
-
-Release for Plone 3.0beta3 without OSX metadata
-
-
-five.customerize 0.1.1 (2007/03/03)
----------------------------------
-
-Minor tweaks and enhancements for the integration into Plone 3.0
-
-
-five.customerize 0.1 (2006/10/30)
----------------------------------
-
-Initial version
-

Copied: five.customerize/tags/0.2-plone-3.0/CHANGES.txt (from rev 78894, five.customerize/branches/plone-3.0-branch/CHANGES.txt)
===================================================================
--- five.customerize/tags/0.2-plone-3.0/CHANGES.txt	                        (rev 0)
+++ five.customerize/tags/0.2-plone-3.0/CHANGES.txt	2007-08-17 04:21:17 UTC (rev 78895)
@@ -0,0 +1,32 @@
+CHANGES
+=======
+
+five.customerize 0.2 (2007/08/17)
+---------------------------------
+
+Support for viewlets and portlets as used in Plone 3.0
+
+
+five.customerize 0.1.3 (2007/07/08)
+---------------------------------
+
+Fix in setup.py
+
+
+five.customerize 0.1.2 (2007/05/04)
+---------------------------------
+
+Release for Plone 3.0beta3 without OSX metadata
+
+
+five.customerize 0.1.1 (2007/03/03)
+---------------------------------
+
+Minor tweaks and enhancements for the integration into Plone 3.0
+
+
+five.customerize 0.1 (2006/10/30)
+---------------------------------
+
+Initial version
+

Deleted: five.customerize/tags/0.2-plone-3.0/setup.cfg
===================================================================
--- five.customerize/branches/plone-3.0-branch/setup.cfg	2007-08-17 04:01:23 UTC (rev 78893)
+++ five.customerize/tags/0.2-plone-3.0/setup.cfg	2007-08-17 04:21:17 UTC (rev 78895)
@@ -1,3 +0,0 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true

Deleted: five.customerize/tags/0.2-plone-3.0/setup.py
===================================================================
--- five.customerize/branches/plone-3.0-branch/setup.py	2007-08-17 04:01:23 UTC (rev 78893)
+++ five.customerize/tags/0.2-plone-3.0/setup.py	2007-08-17 04:21:17 UTC (rev 78895)
@@ -1,51 +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.
-#
-##############################################################################
-""" Setup for five.customerize package """
-
-from setuptools import setup
-
-setup(name = 'five.customerize',
-      version = '0.1.3',
-      description = 'TTW customization of template-based Zope 3 views',
-      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/',
-      license = 'ZPL 2.1',
-      packages = ['five', 'five.customerize'],
-      package_dir = {'': 'src'},
-      namespace_packages = ['five',],
-      include_package_data = True,
-      platforms = 'Any',
-      zip_safe = False,
-      install_requires=[
-        'setuptools'
-      ],
-      classifiers = [
-        'Development Status :: 4 - Beta',
-        '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 :: Internet :: WWW/HTTP :: Site Management',
-      ],
-      long_description = """\
-        """,
-)
-

Copied: five.customerize/tags/0.2-plone-3.0/setup.py (from rev 78894, five.customerize/branches/plone-3.0-branch/setup.py)
===================================================================
--- five.customerize/tags/0.2-plone-3.0/setup.py	                        (rev 0)
+++ five.customerize/tags/0.2-plone-3.0/setup.py	2007-08-17 04:21:17 UTC (rev 78895)
@@ -0,0 +1,54 @@
+##############################################################################
+#
+# 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.
+#
+##############################################################################
+""" Setup for five.customerize package """
+
+from setuptools import setup
+
+version = '0.2',
+
+setup(name = 'five.customerize',
+      version = version,
+      description = 'TTW customization of template-based Zope 3 views',
+      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/',
+      license = 'ZPL 2.1',
+      packages = ['five', 'five.customerize'],
+      package_dir = {'': 'src'},
+      namespace_packages = ['five',],
+      include_package_data = True,
+      platforms = 'Any',
+      zip_safe = False,
+      install_requires=[
+        'setuptools'
+      ],
+      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 = """\
+        """,
+)
+

Deleted: five.customerize/tags/0.2-plone-3.0/src/five/customerize/version.txt
===================================================================
--- five.customerize/branches/plone-3.0-branch/src/five/customerize/version.txt	2007-08-17 04:01:23 UTC (rev 78893)
+++ five.customerize/tags/0.2-plone-3.0/src/five/customerize/version.txt	2007-08-17 04:21:17 UTC (rev 78895)
@@ -1 +0,0 @@
-0.1.3
\ No newline at end of file

Copied: five.customerize/tags/0.2-plone-3.0/src/five/customerize/version.txt (from rev 78894, five.customerize/branches/plone-3.0-branch/src/five/customerize/version.txt)
===================================================================
--- five.customerize/tags/0.2-plone-3.0/src/five/customerize/version.txt	                        (rev 0)
+++ five.customerize/tags/0.2-plone-3.0/src/five/customerize/version.txt	2007-08-17 04:21:17 UTC (rev 78895)
@@ -0,0 +1 @@
+0.2
\ No newline at end of file



More information about the Checkins mailing list