[Checkins] SVN: zope.schema/branches/tseaver-test_cleanup/ Add explicit support for PyPy.

Tres Seaver cvs-admin at zope.org
Fri Apr 20 15:34:53 UTC 2012


Log message for revision 125211:
  Add explicit support for PyPy.
  

Changed:
  U   zope.schema/branches/tseaver-test_cleanup/CHANGES.txt
  U   zope.schema/branches/tseaver-test_cleanup/setup.py

-=-
Modified: zope.schema/branches/tseaver-test_cleanup/CHANGES.txt
===================================================================
--- zope.schema/branches/tseaver-test_cleanup/CHANGES.txt	2012-04-20 15:34:45 UTC (rev 125210)
+++ zope.schema/branches/tseaver-test_cleanup/CHANGES.txt	2012-04-20 15:34:49 UTC (rev 125211)
@@ -5,6 +5,8 @@
 4.2.0 (unreleased)
 ------------------
 
+- Added explicit support for PyPy.
+
 - Added support for continuous integration using ``tox`` and ``jenkins``.
 
 - Dropped the external ``six`` dependency in favor of a much-trimmed

Modified: zope.schema/branches/tseaver-test_cleanup/setup.py
===================================================================
--- zope.schema/branches/tseaver-test_cleanup/setup.py	2012-04-20 15:34:45 UTC (rev 125210)
+++ zope.schema/branches/tseaver-test_cleanup/setup.py	2012-04-20 15:34:49 UTC (rev 125211)
@@ -104,6 +104,8 @@
         "Programming Language :: Python :: 3",
         "Programming Language :: Python :: 3.1",
         "Programming Language :: Python :: 3.2",
+        "Programming Language :: Python :: Implementation :: CPython",
+        "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Software Development :: Libraries :: Python Modules",
       ],
       include_package_data = True,



More information about the checkins mailing list