[Checkins] SVN: zope.event/trunk/ Add support for jython 2.7.

Tres Seaver cvs-admin at zope.org
Tue Dec 11 22:13:33 UTC 2012


Log message for revision 128590:
  Add support for jython 2.7.

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

-=-
Modified: zope.event/trunk/CHANGES.txt
===================================================================
--- zope.event/trunk/CHANGES.txt	2012-12-11 22:13:04 UTC (rev 128589)
+++ zope.event/trunk/CHANGES.txt	2012-12-11 22:13:33 UTC (rev 128590)
@@ -4,7 +4,7 @@
 4.0.2 (unreleased)
 ------------------
 
-- TBD
+- Added support for jython 2.7.
 
 
 4.0.1 (2012-11-21)

Modified: zope.event/trunk/setup.py
===================================================================
--- zope.event/trunk/setup.py	2012-12-11 22:13:04 UTC (rev 128589)
+++ zope.event/trunk/setup.py	2012-12-11 22:13:33 UTC (rev 128590)
@@ -49,6 +49,7 @@
         "Programming Language :: Python :: 3.2",
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: Implementation :: CPython",
+        "Programming Language :: Python :: Implementation :: Jython",
         "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Software Development :: Libraries :: Python Modules",
         ],

Modified: zope.event/trunk/tox.ini
===================================================================
--- zope.event/trunk/tox.ini	2012-12-11 22:13:04 UTC (rev 128589)
+++ zope.event/trunk/tox.ini	2012-12-11 22:13:33 UTC (rev 128590)
@@ -1,9 +1,6 @@
 [tox]
 envlist = 
-# 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,pypy,jython,coverage
-    py26,py27,py32,py33,pypy,coverage,docs
+    py26,py27,py32,py33,pypy,jython,coverage,docs
 
 [testenv]
 commands = 
@@ -11,6 +8,7 @@
 deps = zope.event
 
 [testenv:jython]
+# Supported:  jython >= 2.7a2
 commands = 
    jython setup.py test -q
 



More information about the checkins mailing list