[Checkins] SVN: zope.hookable/trunk/ Add support for Python 3.3.

Tres Seaver cvs-admin at zope.org
Wed Nov 21 18:42:35 UTC 2012


Log message for revision 128394:
  Add support for Python 3.3.

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

-=-
Modified: zope.hookable/trunk/CHANGES.txt
===================================================================
--- zope.hookable/trunk/CHANGES.txt	2012-11-21 18:25:50 UTC (rev 128393)
+++ zope.hookable/trunk/CHANGES.txt	2012-11-21 18:42:34 UTC (rev 128394)
@@ -4,6 +4,8 @@
 4.0.1 (unreleased)
 ##################
 
+- Added support for Python 3.3.
+
 - Avoid building the C extension explicitly (use the "feature" indirection
   instead).  https://bugs.launchpad.net/zope.hookable/+bug/1025470
 

Modified: zope.hookable/trunk/setup.py
===================================================================
--- zope.hookable/trunk/setup.py	2012-11-21 18:25:50 UTC (rev 128393)
+++ zope.hookable/trunk/setup.py	2012-11-21 18:42:34 UTC (rev 128394)
@@ -65,6 +65,7 @@
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.2",
+        "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Software Development :: Libraries :: Python Modules",

Modified: zope.hookable/trunk/tox.ini
===================================================================
--- zope.hookable/trunk/tox.ini	2012-11-21 18:25:50 UTC (rev 128393)
+++ zope.hookable/trunk/tox.ini	2012-11-21 18:42:34 UTC (rev 128394)
@@ -3,7 +3,7 @@
 # Jython support pending 2.7 support, due 2012-07-15 or so.  See:
 # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
 #   py26,py27,py32,jython,pypy,coverage
-    py26,py27,py32,pypy,coverage,docs
+    py26,py27,py32,py33,pypy,coverage,docs
 
 [testenv]
 commands = 



More information about the checkins mailing list