[Checkins] SVN: zope.httpform/t made 1.0.0 tag

Shane Hathaway shane at hathawaymix.org
Fri Feb 6 02:29:00 EST 2009


Log message for revision 96172:
  made 1.0.0 tag

Changed:
  A   zope.httpform/tags/
  A   zope.httpform/tags/1.0.0/
  D   zope.httpform/tags/1.0.0/CHANGES.txt
  A   zope.httpform/tags/1.0.0/CHANGES.txt
  D   zope.httpform/tags/1.0.0/setup.py
  A   zope.httpform/tags/1.0.0/setup.py
  U   zope.httpform/trunk/CHANGES.txt

-=-

Property changes on: zope.httpform/tags/1.0.0
___________________________________________________________________
Added: svn:ignore
   + develop-eggs
bin
parts
coverage
.installed.cfg

Added: svn:mergeinfo
   + 

Copied: zope.httpform/tags/1.0.0/CHANGES.txt (from rev 96171, zope.httpform/trunk/CHANGES.txt)
===================================================================
--- zope.httpform/tags/1.0.0/CHANGES.txt	                        (rev 0)
+++ zope.httpform/tags/1.0.0/CHANGES.txt	2009-02-06 07:29:00 UTC (rev 96172)
@@ -0,0 +1,7 @@
+CHANGES
+=======
+
+Version 1.0.0 (2009-02-06)
+--------------------------
+
+- First release of zope.httpform.  Extracted from zope.publisher 3.5.5.

Deleted: zope.httpform/tags/1.0.0/setup.py
===================================================================
--- zope.httpform/trunk/setup.py	2009-02-06 07:19:41 UTC (rev 96170)
+++ zope.httpform/tags/1.0.0/setup.py	2009-02-06 07:29:00 UTC (rev 96172)
@@ -1,52 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2009 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.
-#
-##############################################################################
-"""HTTP Form Data Parser setup
-
-$Id: $
-"""
-
-import os
-from setuptools import setup, find_packages
-
-def read(*rnames):
-    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-
-long_description = (read('README.txt') +
-                    '\n\n' +
-                    read('CHANGES.txt'))
-
-setup(
-    name='zope.httpform',
-    version='1.0dev',
-    url='http://pypi.python.org/pypi/zope.httpform',
-    license='ZPL 2.1',
-    author='Zope Corporation and Contributors',
-    author_email='zope-dev at zope.org',
-    description="HTTP Form Data Parser",
-    long_description=long_description,
-
-    # Get more from http://www.python.org/pypi?%3Aaction=list_classifiers
-    classifiers=['Programming Language :: Python',
-                'Environment :: Web Environment',
-                'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
-                'Framework :: Zope3',
-                ],
-
-    packages=find_packages('src'),
-    package_dir={'': 'src'},
-    install_requires=[
-        'setuptools',
-        'zope.interface',
-        ],
-    )

Copied: zope.httpform/tags/1.0.0/setup.py (from rev 96171, zope.httpform/trunk/setup.py)
===================================================================
--- zope.httpform/tags/1.0.0/setup.py	                        (rev 0)
+++ zope.httpform/tags/1.0.0/setup.py	2009-02-06 07:29:00 UTC (rev 96172)
@@ -0,0 +1,52 @@
+##############################################################################
+#
+# Copyright (c) 2009 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.
+#
+##############################################################################
+"""HTTP Form Data Parser setup
+
+$Id: $
+"""
+
+import os
+from setuptools import setup, find_packages
+
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
+
+long_description = (read('README.txt') +
+                    '\n\n' +
+                    read('CHANGES.txt'))
+
+setup(
+    name='zope.httpform',
+    version='1.0.0',
+    url='http://pypi.python.org/pypi/zope.httpform',
+    license='ZPL 2.1',
+    author='Zope Corporation and Contributors',
+    author_email='zope-dev at zope.org',
+    description="HTTP Form Data Parser",
+    long_description=long_description,
+
+    # Get more from http://www.python.org/pypi?%3Aaction=list_classifiers
+    classifiers=['Programming Language :: Python',
+                'Environment :: Web Environment',
+                'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
+                'Framework :: Zope3',
+                ],
+
+    packages=find_packages('src'),
+    package_dir={'': 'src'},
+    install_requires=[
+        'setuptools',
+        'zope.interface',
+        ],
+    )

Modified: zope.httpform/trunk/CHANGES.txt
===================================================================
--- zope.httpform/trunk/CHANGES.txt	2009-02-06 07:27:21 UTC (rev 96171)
+++ zope.httpform/trunk/CHANGES.txt	2009-02-06 07:29:00 UTC (rev 96172)
@@ -1,6 +1,11 @@
 CHANGES
 =======
 
+Version 1.0.1 (unreleased)
+--------------------------
+
+- ...
+
 Version 1.0.0 (2009-02-06)
 --------------------------
 



More information about the Checkins mailing list