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

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


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

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

-=-
Modified: zope.i18nmessageid/trunk/CHANGES.txt
===================================================================
--- zope.i18nmessageid/trunk/CHANGES.txt	2012-11-21 18:47:44 UTC (rev 128397)
+++ zope.i18nmessageid/trunk/CHANGES.txt	2012-11-21 18:55:41 UTC (rev 128398)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+4.0.1 (unreleased)
+------------------
+
+- Added support for Python 3.3.
+
 4.0.0 (2012-05-16)
 ------------------
 

Modified: zope.i18nmessageid/trunk/setup.py
===================================================================
--- zope.i18nmessageid/trunk/setup.py	2012-11-21 18:47:44 UTC (rev 128397)
+++ zope.i18nmessageid/trunk/setup.py	2012-11-21 18:55:41 UTC (rev 128398)
@@ -95,7 +95,7 @@
         sys.stderr.write('*' * 80 + '\n')
 
 setup(name='zope.i18nmessageid',
-    version = '4.0.0',
+    version = '4.0.1dev',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
     description='Message Identifiers for internationalization',
@@ -115,6 +115,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",
         'Natural Language :: English',

Modified: zope.i18nmessageid/trunk/tox.ini
===================================================================
--- zope.i18nmessageid/trunk/tox.ini	2012-11-21 18:47:44 UTC (rev 128397)
+++ zope.i18nmessageid/trunk/tox.ini	2012-11-21 18:55:41 UTC (rev 128398)
@@ -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