[Checkins] SVN: z3c.macro/tags/1.2.0/ Tag 1.2.0

Dan Korostelev nadako at gmail.com
Fri Mar 6 16:06:14 EST 2009


Log message for revision 97604:
  Tag 1.2.0	

Changed:
  A   z3c.macro/tags/1.2.0/
  D   z3c.macro/tags/1.2.0/CHANGES.txt
  A   z3c.macro/tags/1.2.0/CHANGES.txt
  D   z3c.macro/tags/1.2.0/setup.py
  A   z3c.macro/tags/1.2.0/setup.py

-=-
Deleted: z3c.macro/tags/1.2.0/CHANGES.txt
===================================================================
--- z3c.macro/trunk/CHANGES.txt	2009-03-06 20:02:22 UTC (rev 97602)
+++ z3c.macro/tags/1.2.0/CHANGES.txt	2009-03-06 21:06:14 UTC (rev 97604)
@@ -1,24 +0,0 @@
-=======
-CHANGES
-=======
-
-1.1.1 (unreleased)
-------------------
-
-- Allow use of ``z3c.pt`` using ``z3c.ptcompat`` compatibility later.
-
-- Change package's mailing list address to zope-dev at zope.org.
-
-
-1.1.0 (2007-11-01)
-------------------
-
-- Update package info data.
-
-- Add z3c namespace package declaration.
-
-
-1.0.0 (2007-09-30)
-------------------
-
-- Initial release.

Copied: z3c.macro/tags/1.2.0/CHANGES.txt (from rev 97603, z3c.macro/trunk/CHANGES.txt)
===================================================================
--- z3c.macro/tags/1.2.0/CHANGES.txt	                        (rev 0)
+++ z3c.macro/tags/1.2.0/CHANGES.txt	2009-03-06 21:06:14 UTC (rev 97604)
@@ -0,0 +1,24 @@
+=======
+CHANGES
+=======
+
+1.2.0 (2009-03-07)
+------------------
+
+- Allow use of ``z3c.pt`` using ``z3c.ptcompat`` compatibility later.
+
+- Change package's mailing list address to zope-dev at zope.org.
+
+
+1.1.0 (2007-11-01)
+------------------
+
+- Update package info data.
+
+- Add z3c namespace package declaration.
+
+
+1.0.0 (2007-09-30)
+------------------
+
+- Initial release.

Deleted: z3c.macro/tags/1.2.0/setup.py
===================================================================
--- z3c.macro/trunk/setup.py	2009-03-06 20:02:22 UTC (rev 97602)
+++ z3c.macro/tags/1.2.0/setup.py	2009-03-06 21:06:14 UTC (rev 97604)
@@ -1,79 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2007 Zope Foundation 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
-
-$Id$
-"""
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-setup(
-    name='z3c.macro',
-    version='1.2.0',
-    author = "Roger Ineichen and the Zope Community",
-    author_email = "zope-dev at zope.org",
-    description = "Simpler definition of ZPT macros.",
-    long_description=(
-        read('README.txt')
-        + '\n\n' +
-        'Detailed Documentation\n'
-        '======================\n'
-        + '\n\n' +
-        read('src', 'z3c', 'macro', 'README.txt')
-        + '\n\n' +
-        read('src', 'z3c', 'macro', 'zcml.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-    license = "ZPL 2.1",
-    keywords = "zope3 macro pagetemplate zpt",
-    classifiers = [
-        'Development Status :: 5 - Production/Stable',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Natural Language :: English',
-        'Operating System :: OS Independent',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.macro',
-    packages = find_packages('src'),
-    package_dir = {'':'src'},
-    namespace_packages = ['z3c'],
-    extras_require = dict(
-        test = ['z3c.template',
-                'z3c.pt>=1.0b4',
-                'lxml>=2.1.1',
-                'zope.app.pagetemplate',
-                'zope.app.testing',
-                'zope.testing'],
-        ),
-    install_requires = [
-        'setuptools',
-        'zope.component',
-        'zope.configuration',
-        'zope.interface',
-        'zope.pagetemplate',
-        'zope.publisher',
-        'zope.schema',
-        'zope.tales',
-        'z3c.ptcompat[zpt]',
-        ],
-    include_package_data = True,
-    zip_safe = False,
-    )

Copied: z3c.macro/tags/1.2.0/setup.py (from rev 97603, z3c.macro/trunk/setup.py)
===================================================================
--- z3c.macro/tags/1.2.0/setup.py	                        (rev 0)
+++ z3c.macro/tags/1.2.0/setup.py	2009-03-06 21:06:14 UTC (rev 97604)
@@ -0,0 +1,79 @@
+##############################################################################
+#
+# Copyright (c) 2007 Zope Foundation 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
+
+$Id$
+"""
+import os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+setup(
+    name='z3c.macro',
+    version='1.2.0',
+    author = "Roger Ineichen and the Zope Community",
+    author_email = "zope-dev at zope.org",
+    description = "Simpler definition of ZPT macros.",
+    long_description=(
+        read('README.txt')
+        + '\n\n' +
+        'Detailed Documentation\n'
+        '======================\n'
+        + '\n\n' +
+        read('src', 'z3c', 'macro', 'README.txt')
+        + '\n\n' +
+        read('src', 'z3c', 'macro', 'zcml.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
+        ),
+    license = "ZPL 2.1",
+    keywords = "zope3 macro pagetemplate zpt",
+    classifiers = [
+        'Development Status :: 5 - Production/Stable',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
+        'Topic :: Internet :: WWW/HTTP',
+        'Framework :: Zope3'],
+    url = 'http://pypi.python.org/pypi/z3c.macro',
+    packages = find_packages('src'),
+    package_dir = {'':'src'},
+    namespace_packages = ['z3c'],
+    extras_require = dict(
+        test = ['z3c.template',
+                'z3c.pt>=1.0b4',
+                'lxml>=2.1.1',
+                'zope.app.pagetemplate',
+                'zope.app.testing',
+                'zope.testing'],
+        ),
+    install_requires = [
+        'setuptools',
+        'zope.component',
+        'zope.configuration',
+        'zope.interface',
+        'zope.pagetemplate',
+        'zope.publisher',
+        'zope.schema',
+        'zope.tales',
+        'z3c.ptcompat[zpt]',
+        ],
+    include_package_data = True,
+    zip_safe = False,
+    )



More information about the Checkins mailing list