SVN: zope.formlib/trunk/ added classifiers telling Python 2.4 is no longer supported

Michael Howitz <[email protected]> Mon, 19 Mar 2012 03:38:29 -0400 (EDT)
Newsgroups gmane.comp.web.zope.zope3.cvs
Message-ID <20120319073829.1B1179420E__36429.7012020417$1332142714$gmane$org@cvs.zope.org>
Log message for revision 124640:
  added classifiers telling Python 2.4 is no longer supported
  

Changed:
  U   zope.formlib/trunk/CHANGES.txt
  U   zope.formlib/trunk/setup.py

-=-
Modified: zope.formlib/trunk/CHANGES.txt
===================================================================
--- zope.formlib/trunk/CHANGES.txt	2012-03-19 07:36:33 UTC (rev 124639)
+++ zope.formlib/trunk/CHANGES.txt	2012-03-19 07:38:25 UTC (rev 124640)
@@ -26,7 +26,9 @@
 - `checkInvariants` now takes the context of the form into account when
   checking interface invariants.
 
+- Tests are no longer compatible with Python 2.4.
 
+
 4.0.6 (2011-08-20)
 ==================
 

Modified: zope.formlib/trunk/setup.py
===================================================================
--- zope.formlib/trunk/setup.py	2012-03-19 07:36:33 UTC (rev 124639)
+++ zope.formlib/trunk/setup.py	2012-03-19 07:38:25 UTC (rev 124640)
@@ -33,6 +33,23 @@
       description='Form generation and validation library for Zope',
       author='Zope Foundation and Contributors',
       author_email='[email protected]',
+      classifiers=[
+        'Development Status :: 5 - Production/Stable',
+        'Environment :: Web Environment',
+        'Framework :: Zope3',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: Zope Public License',
+        'License :: OSI Approved',
+        'Natural Language :: English',
+        'Operating System :: OS Independent',
+        'Programming Language :: Python :: 2 :: Only',
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.5',
+        'Programming Language :: Python :: 2.6',
+        'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python',
+        'Topic :: Internet :: WWW/HTTP',
+        ],
       long_description=(read('README.txt')
                         + '\n\n' +
                         read('src', 'zope', 'formlib', 'form.txt')