[Checkins] SVN: zope.app.pagetemplate/trunk/ Preparing release 3.11.1

Gediminas Paulauskas menesis at pov.lt
Wed Sep 1 10:51:55 EDT 2010


Log message for revision 116097:
  Preparing release 3.11.1

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

-=-
Modified: zope.app.pagetemplate/trunk/CHANGES.txt
===================================================================
--- zope.app.pagetemplate/trunk/CHANGES.txt	2010-09-01 14:50:16 UTC (rev 116096)
+++ zope.app.pagetemplate/trunk/CHANGES.txt	2010-09-01 14:51:54 UTC (rev 116097)
@@ -2,7 +2,7 @@
 Changes
 =======
 
-3.11.1 (unreleased)
+3.11.1 (2010-09-01)
 -------------------
 
 - Add metaconfigure.registerType BBB import because some packages use it.

Modified: zope.app.pagetemplate/trunk/README.txt
===================================================================
--- zope.app.pagetemplate/trunk/README.txt	2010-09-01 14:50:16 UTC (rev 116096)
+++ zope.app.pagetemplate/trunk/README.txt	2010-09-01 14:51:54 UTC (rev 116097)
@@ -5,16 +5,6 @@
 * a TALES engine implementation that uses Zope's security system for
   checking access,
 
-* a ``ViewPageTemplateFile`` class that can be put on a browser page
-  class as an attribute and will function as a callable method whose
-  result is the rendered template, e.g.::
-
-    from zope.publisher import BrowserPage
-    from zope.browserpage import ViewPageTemplateFile
-
-    class HelloWorldPage(BrowserPage):
-        __call__ = ViewPageTemplateFile('helloworld.pt')
-
 * TALES namespace adapters for easy access to DublinCore metadata
   (e.g. ``obj/zope:title``) and URL quoting
   (e.g. ``obj/@@absolute_url/url:quote``).

Modified: zope.app.pagetemplate/trunk/setup.py
===================================================================
--- zope.app.pagetemplate/trunk/setup.py	2010-09-01 14:50:16 UTC (rev 116096)
+++ zope.app.pagetemplate/trunk/setup.py	2010-09-01 14:51:54 UTC (rev 116097)
@@ -22,7 +22,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '3.11.1dev'
+version = '3.11.1'
 
 
 setup(name='zope.app.pagetemplate',
@@ -56,7 +56,6 @@
           'zope.i18nmessageid',
           'zope.interface',
           'zope.pagetemplate>=3.5.0',
-          'zope.publisher',
           'zope.schema',
           'zope.security [untrustedpython]',
           'zope.size',
@@ -64,7 +63,8 @@
           'zope.traversing',
           ],
       extras_require={
-          "test": ['zope.container'],
+          "test": ['zope.container',
+                   'zope.publisher'],
           },
       zip_safe=False,
       )



More information about the checkins mailing list