[Checkins] SVN: zope.browserresource/trunk/ Update changelog and trove for Py3.3.

Albertas Agejevas cvs-admin at zope.org
Wed Feb 20 13:55:13 UTC 2013


Log message for revision 129530:
  Update changelog and trove for Py3.3.
  

Changed:
  U   zope.browserresource/trunk/CHANGES.txt
  U   zope.browserresource/trunk/setup.py

-=-
Modified: zope.browserresource/trunk/CHANGES.txt
===================================================================
--- zope.browserresource/trunk/CHANGES.txt	2013-02-20 13:50:41 UTC (rev 129529)
+++ zope.browserresource/trunk/CHANGES.txt	2013-02-20 13:55:13 UTC (rev 129530)
@@ -19,7 +19,9 @@
 
 - Dropped support for Python 2.4 and 2.5.
 
+- Added support for Python 3.3.
 
+
 3.12.0 (2010-12-14)
 ===================
 

Modified: zope.browserresource/trunk/setup.py
===================================================================
--- zope.browserresource/trunk/setup.py	2013-02-20 13:50:41 UTC (rev 129529)
+++ zope.browserresource/trunk/setup.py	2013-02-20 13:55:13 UTC (rev 129530)
@@ -48,6 +48,8 @@
                      'Programming Language :: Python :: 2',
                      'Programming Language :: Python :: 2.6',
                      'Programming Language :: Python :: 2.7',
+                     'Programming Language :: Python :: 3',
+                     'Programming Language :: Python :: 3.3',
                      'Operating System :: OS Independent',
                      'Topic :: Internet :: WWW/HTTP',
                      'Framework :: Zope3',



More information about the checkins mailing list