[Checkins] SVN: zope.cachedescriptors/trunk/ Drop support for Python 2.4 / 2.5.

Tres Seaver cvs-admin at zope.org
Fri May 18 16:38:48 UTC 2012


Log message for revision 126169:
  Drop support for Python 2.4 / 2.5.

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

-=-
Modified: zope.cachedescriptors/trunk/CHANGES.txt
===================================================================
--- zope.cachedescriptors/trunk/CHANGES.txt	2012-05-18 16:37:32 UTC (rev 126168)
+++ zope.cachedescriptors/trunk/CHANGES.txt	2012-05-18 16:38:45 UTC (rev 126169)
@@ -2,9 +2,10 @@
 CHANGES
 =======
 
-3.5.2 (unreleased)
+4.0.0 (unreleased)
 ------------------
 
+- Dropped support for Python 2.4 and 2.5.
 
 3.5.1 (2010-04-30)
 ------------------

Modified: zope.cachedescriptors/trunk/setup.py
===================================================================
--- zope.cachedescriptors/trunk/setup.py	2012-05-18 16:37:32 UTC (rev 126168)
+++ zope.cachedescriptors/trunk/setup.py	2012-05-18 16:38:45 UTC (rev 126169)
@@ -26,7 +26,7 @@
 
 setup(
     name='zope.cachedescriptors',
-    version='3.5.2dev',
+    version='4.0.0dev',
     url='http://pypi.python.org/pypi/zope.cachedescriptors',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
@@ -36,6 +36,9 @@
         'Intended Audience :: Developers',
         'License :: OSI Approved :: Zope Public License',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
+        'Programming Language :: Python :: 2.6',
+        'Programming Language :: Python :: 2.7',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Topic :: Software Development',



More information about the checkins mailing list