[Zope3-checkins] SVN: zope.formlib/trunk/ added classifiers telling Python 2.4 is no longer supported
Michael Howitz
cvs-admin at zope.org
Mon Mar 19 07:38:29 UTC 2012
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='zope-dev at zope.org',
+ 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')
More information about the Zope3-Checkins
mailing list