[Checkins] SVN: z3c.schema/tags/0.6.0/ Tag 0.6.0

Dan Korostelev nadako at gmail.com
Mon Jan 26 09:13:32 EST 2009


Log message for revision 95025:
  Tag 0.6.0

Changed:
  A   z3c.schema/tags/0.6.0/
  D   z3c.schema/tags/0.6.0/CHANGES.txt
  A   z3c.schema/tags/0.6.0/CHANGES.txt
  D   z3c.schema/tags/0.6.0/setup.py
  A   z3c.schema/tags/0.6.0/setup.py

-=-
Deleted: z3c.schema/tags/0.6.0/CHANGES.txt
===================================================================
--- z3c.schema/trunk/CHANGES.txt	2009-01-26 13:36:14 UTC (rev 95023)
+++ z3c.schema/tags/0.6.0/CHANGES.txt	2009-01-26 14:13:32 UTC (rev 95025)
@@ -1,29 +0,0 @@
-=======
-CHANGES
-=======
-
-
-Version 0.6.0dev (unreleased)
------------------------------
-
-- Added german translations
-- Humanized exception's doc strings.
-- Added translations support.
-- Added Russian translation.
-
-Version 0.5.0 (2008-10-21)
------------------------------
-
-- Initial release on pypi
-
-
-Version 0.2.0 (2007-09-21)
---------------------------
-
-- Feature: Added ``DateSelect`` field.
-
-
-Version 0.1.0 (2007-06-04)
---------------------------
-
-- Initial release

Copied: z3c.schema/tags/0.6.0/CHANGES.txt (from rev 95024, z3c.schema/trunk/CHANGES.txt)
===================================================================
--- z3c.schema/tags/0.6.0/CHANGES.txt	                        (rev 0)
+++ z3c.schema/tags/0.6.0/CHANGES.txt	2009-01-26 14:13:32 UTC (rev 95025)
@@ -0,0 +1,31 @@
+=======
+CHANGES
+=======
+
+
+Version 0.6.0 (2009-01-26)
+--------------------------
+
+- Humanized exception's doc strings.
+- Added translations support.
+- Added german translations.
+- Added russian translations.
+- Changed mailing list address to zope-dev at zope.org, as
+  zope3-dev is retired now.
+
+Version 0.5.0 (2008-10-21)
+--------------------------
+
+- Initial release on pypi
+
+
+Version 0.2.0 (2007-09-21)
+--------------------------
+
+- Feature: Added ``DateSelect`` field.
+
+
+Version 0.1.0 (2007-06-04)
+--------------------------
+
+- Initial release

Deleted: z3c.schema/tags/0.6.0/setup.py
===================================================================
--- z3c.schema/trunk/setup.py	2009-01-26 13:36:14 UTC (rev 95023)
+++ z3c.schema/tags/0.6.0/setup.py	2009-01-26 14:13:32 UTC (rev 95025)
@@ -1,66 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2008 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
-import xml.sax.saxutils
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    text = open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-    return xml.sax.saxutils.escape(text)
-
-setup(
-    name = 'z3c.schema',
-    version = '0.6.0dev',
-    author = 'Zope Community',
-      author_email = "zope3-dev at zope.org",
-      description = "Additional schema fields for Zope 3",
-    long_description=(
-        read('README.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
-        ),
-    license = 'ZPL 2.1',
-    keywords = 'zope zope3 z3c schema',
-    classifiers = [
-        'Development Status :: 4 - Beta',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: Zope Public License',
-        'Programming Language :: Python',
-        'Natural Language :: English',
-        'Operating System :: Microsoft :: Windows',
-        'Topic :: Internet :: WWW/HTTP',
-        'Framework :: Zope3'],
-    url = 'http://pypi.python.org/pypi/z3c.schema',
-    packages = find_packages('src'),
-    include_package_data=True,
-    package_dir = {'':'src'},
-    namespace_packages=['z3c',],
-    extras_require = dict(
-      test=[
-          'zope.testing',
-           ]
-    ),
-    install_requires = [
-      'setuptools',
-      'zope.i18nmessageid',
-      'zope.interface',
-      'zope.schema',
-      ],
-    zip_safe=False,
-)

Copied: z3c.schema/tags/0.6.0/setup.py (from rev 95024, z3c.schema/trunk/setup.py)
===================================================================
--- z3c.schema/tags/0.6.0/setup.py	                        (rev 0)
+++ z3c.schema/tags/0.6.0/setup.py	2009-01-26 14:13:32 UTC (rev 95025)
@@ -0,0 +1,66 @@
+##############################################################################
+#
+# Copyright (c) 2008 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
+import xml.sax.saxutils
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    text = open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+    return xml.sax.saxutils.escape(text)
+
+setup(
+    name = 'z3c.schema',
+    version = '0.6.0',
+    author = 'Zope Community',
+      author_email = "zope-dev at zope.org",
+      description = "Additional schema fields for Zope 3",
+    long_description=(
+        read('README.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
+        ),
+    license = 'ZPL 2.1',
+    keywords = 'zope zope3 z3c schema',
+    classifiers = [
+        'Development Status :: 4 - Beta',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Natural Language :: English',
+        'Operating System :: Microsoft :: Windows',
+        'Topic :: Internet :: WWW/HTTP',
+        'Framework :: Zope3'],
+    url = 'http://pypi.python.org/pypi/z3c.schema',
+    packages = find_packages('src'),
+    include_package_data=True,
+    package_dir = {'':'src'},
+    namespace_packages=['z3c',],
+    extras_require = dict(
+      test=[
+          'zope.testing',
+           ]
+    ),
+    install_requires = [
+      'setuptools',
+      'zope.i18nmessageid',
+      'zope.interface',
+      'zope.schema',
+      ],
+    zip_safe=False,
+)



More information about the Checkins mailing list