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

Tres Seaver cvs-admin at zope.org
Fri May 18 17:06:12 UTC 2012


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

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

-=-
Modified: zope.hookable/trunk/CHANGES.txt
===================================================================
--- zope.hookable/trunk/CHANGES.txt	2012-05-18 17:04:54 UTC (rev 126198)
+++ zope.hookable/trunk/CHANGES.txt	2012-05-18 17:06:09 UTC (rev 126199)
@@ -1,12 +1,14 @@
 CHANGES
 =======
 
-3.4.2 (unreleased)
+4.0.0 (unreleased)
 ------------------
 
+- Dropped support for Python 2.4 / 2.5.
+
 - Removed use of 'zope.testing.doctestunit' in favor of stdlib's 'doctest.
 
-- Python 3 support.
+- Added Python 3 support.
 
 3.4.1 (2009-04-05)
 ------------------

Modified: zope.hookable/trunk/setup.py
===================================================================
--- zope.hookable/trunk/setup.py	2012-05-18 17:04:54 UTC (rev 126198)
+++ zope.hookable/trunk/setup.py	2012-05-18 17:06:09 UTC (rev 126199)
@@ -24,7 +24,7 @@
 from setuptools import setup, find_packages, Extension
 
 setup(name='zope.hookable',
-      version = '3.4.2dev',
+      version = '4.0.0dev',
       url='http://svn.zope.org/zope.hookable',
       license='ZPL 2.1',
       description='Zope hookable',
@@ -36,12 +36,9 @@
         "Intended Audience :: Developers",
         "License :: OSI Approved :: Zope Public License",
         "Operating System :: OS Independent",
-        "Programming Language :: Python :: 2.4",
-        "Programming Language :: Python :: 2.5",
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.1",
         "Programming Language :: Python :: 3.2",
         "Topic :: Software Development :: Libraries :: Python Modules",
       ],



More information about the checkins mailing list