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

Tres Seaver cvs-admin at zope.org
Wed Nov 21 19:59:13 UTC 2012


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

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

-=-
Modified: zope.configuration/trunk/CHANGES.txt
===================================================================
--- zope.configuration/trunk/CHANGES.txt	2012-11-21 19:47:00 UTC (rev 128414)
+++ zope.configuration/trunk/CHANGES.txt	2012-11-21 19:59:13 UTC (rev 128415)
@@ -4,6 +4,8 @@
 4.0.1 (unreleased)
 ------------------
 
+- Added support for Python 3.3.
+
 - Removed the deprecated 'zope.configuration.stxdocs' script.
   and made the 'zope.configuration.tests.conditions' helper module
   (used in running Sphinx doctest snippets) Py3k compatible.

Modified: zope.configuration/trunk/setup.py
===================================================================
--- zope.configuration/trunk/setup.py	2012-11-21 19:47:00 UTC (rev 128414)
+++ zope.configuration/trunk/setup.py	2012-11-21 19:59:13 UTC (rev 128415)
@@ -78,6 +78,7 @@
           'Programming Language :: Python :: 2.6',
           'Programming Language :: Python :: 2.7',
           'Programming Language :: Python :: 3.2',
+          'Programming Language :: Python :: 3.3',
           'Programming Language :: Python :: Implementation :: CPython',
           'Programming Language :: Python :: Implementation :: PyPy',
           'Natural Language :: English',

Modified: zope.configuration/trunk/tox.ini
===================================================================
--- zope.configuration/trunk/tox.ini	2012-11-21 19:47:00 UTC (rev 128414)
+++ zope.configuration/trunk/tox.ini	2012-11-21 19:59:13 UTC (rev 128415)
@@ -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]
 deps =



More information about the checkins mailing list