[Checkins] SVN: zope.app.pagetemplate/trunk/ Removed the ``inline-evaluation`` extra referring to zope.app.interpreter. There's no code or ZCML left pointing to that package.

Hanno Schlichting hannosch at hannosch.eu
Wed Dec 16 15:28:01 EST 2009


Log message for revision 106653:
  Removed the ``inline-evaluation`` extra referring to zope.app.interpreter. There's no code or ZCML left pointing to that package.
  

Changed:
  U   zope.app.pagetemplate/trunk/CHANGES.txt
  U   zope.app.pagetemplate/trunk/setup.py

-=-
Modified: zope.app.pagetemplate/trunk/CHANGES.txt
===================================================================
--- zope.app.pagetemplate/trunk/CHANGES.txt	2009-12-16 17:51:35 UTC (rev 106652)
+++ zope.app.pagetemplate/trunk/CHANGES.txt	2009-12-16 20:28:00 UTC (rev 106653)
@@ -1,7 +1,13 @@
-=========
- Changes
-=========
+=======
+Changes
+=======
 
+3.8.0 (unreleased)
+------------------
+
+- Removed the ``inline-evaluation`` extra referring to zope.app.interpreter.
+  There's no code or ZCML left pointing to that package.
+
 3.7.1 (2009-05-27)
 ------------------
 

Modified: zope.app.pagetemplate/trunk/setup.py
===================================================================
--- zope.app.pagetemplate/trunk/setup.py	2009-12-16 17:51:35 UTC (rev 106652)
+++ zope.app.pagetemplate/trunk/setup.py	2009-12-16 20:28:00 UTC (rev 106653)
@@ -22,7 +22,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '3.7.1'
+version = '3.8.0'
 
 
 setup(name='zope.app.pagetemplate',
@@ -68,9 +68,6 @@
           'zope.traversing',
           ],
       extras_require={
-          "inline-evaluation": ['zope.app.interpreter'],
-          # The tests appear not to need zope.app.interpreter; there
-          # should be tests for that, though.  :-(
           "test": ['zope.container',
                    'zope.app.testing',
                    'zope.app.securitypolicy',



More information about the checkins mailing list