[Checkins] SVN: zope.app.exception/trunk/ Get ready for 3.4.0 release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Oct 24 09:48:21 EDT 2007


Log message for revision 81026:
  Get ready for 3.4.0 release.
  
  

Changed:
  A   zope.app.exception/trunk/CHANGES.txt
  A   zope.app.exception/trunk/README.txt
  U   zope.app.exception/trunk/buildout.cfg
  D   zope.app.exception/trunk/setup.cfg
  U   zope.app.exception/trunk/setup.py
  _U  zope.app.exception/trunk/src/
  U   zope.app.exception/trunk/src/zope/app/exception/browser/systemerror.txt

-=-
Added: zope.app.exception/trunk/CHANGES.txt
===================================================================
--- zope.app.exception/trunk/CHANGES.txt	                        (rev 0)
+++ zope.app.exception/trunk/CHANGES.txt	2007-10-24 13:48:20 UTC (rev 81026)
@@ -0,0 +1,8 @@
+=======
+CHANGES
+=======
+
+3.4.0 (2007-10-24)
+------------------
+
+- Initial release independent of the main Zope tree.


Property changes on: zope.app.exception/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Added: zope.app.exception/trunk/README.txt
===================================================================
--- zope.app.exception/trunk/README.txt	                        (rev 0)
+++ zope.app.exception/trunk/README.txt	2007-10-24 13:48:20 UTC (rev 81026)
@@ -0,0 +1 @@
+This packages provides Zope 3 browser views for some generic exceptions.


Property changes on: zope.app.exception/trunk/README.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zope.app.exception/trunk/buildout.cfg
===================================================================
--- zope.app.exception/trunk/buildout.cfg	2007-10-24 05:32:00 UTC (rev 81025)
+++ zope.app.exception/trunk/buildout.cfg	2007-10-24 13:48:20 UTC (rev 81026)
@@ -1,7 +1,6 @@
 [buildout]
-develop = . 
+develop = .
 parts = test
-find-links = http://download.zope.org/distribution/
 
 [test]
 recipe = zc.recipe.testrunner

Deleted: zope.app.exception/trunk/setup.cfg
===================================================================
--- zope.app.exception/trunk/setup.cfg	2007-10-24 05:32:00 UTC (rev 81025)
+++ zope.app.exception/trunk/setup.cfg	2007-10-24 13:48:20 UTC (rev 81026)
@@ -1,2 +0,0 @@
-[egg_info]
-tag_svn_revision = 1
\ No newline at end of file

Modified: zope.app.exception/trunk/setup.py
===================================================================
--- zope.app.exception/trunk/setup.py	2007-10-24 05:32:00 UTC (rev 81025)
+++ zope.app.exception/trunk/setup.py	2007-10-24 13:48:20 UTC (rev 81026)
@@ -15,34 +15,52 @@
 
 $Id$
 """
-
 import os
+from setuptools import setup, find_packages
 
-from setuptools import setup, find_packages, Extension
+def read(*rnames):
+    return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.exception',
-      version = '3.4.0b1',
-      url='http://svn.zope.org/zope.app.exception',
-      license='ZPL 2.1',
+      version = '3.4.0',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
+      description='Zope 3 exception views',
+      long_description=(
+          read('README.txt')
+          + '\n\n' +
+          read('CHANGES.txt')
+          ),
+      keywords = "zope3 exception view",
+      classifiers = [
+          'Development Status :: 5 - Production/Stable',
+          'Environment :: Web Environment',
+          'Intended Audience :: Developers',
+          'License :: OSI Approved :: Zope Public License',
+          'Programming Language :: Python',
+          'Natural Language :: English',
+          'Operating System :: OS Independent',
+          'Topic :: Internet :: WWW/HTTP',
+          'Framework :: Zope3'],
+      url='http://cheeseshop.python.org/pypi/zope.app.exception',
+      license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},
+      namespace_packages=['zope', 'zope.app'],
       extras_require=dict(test=[
           'zope.app.securitypolicy',
           'zope.app.testing',
           'zope.app.zcmlfiles',
           'zope.app.zptpage',
       ]),
-      namespace_packages=['zope', 'zope.app'],
       install_requires=['setuptools',
                         'zope.app.pagetemplate',
                         'zope.deferredimport',
-                        #'zope.formlib',
+                        # This is a dependency we can avaid:
+                        'zope.formlib',
                         'zope.interface',
                         'zope.publisher',
                         ],
       include_package_data = True,
-
       zip_safe = False,
       )


Property changes on: zope.app.exception/trunk/src
___________________________________________________________________
Name: svn:ignore
   + zope.app.exception.egg-info


Modified: zope.app.exception/trunk/src/zope/app/exception/browser/systemerror.txt
===================================================================
--- zope.app.exception/trunk/src/zope/app/exception/browser/systemerror.txt	2007-10-24 05:32:00 UTC (rev 81025)
+++ zope.app.exception/trunk/src/zope/app/exception/browser/systemerror.txt	2007-10-24 13:48:20 UTC (rev 81026)
@@ -4,13 +4,13 @@
 System Errors are errors representing a system failure.  At the
 application level, they are errors that are uncaught by the
 application and that a developer hasn't provided a custom error view
-for. 
+for.
 
 Zope provides a default system error view that prints an obnoxius
 terse message and that sets the response status.
 
 To see an example of this, we'll create a ZPT page with an intentional
-error: 
+error:
 
   >>> print http(r"""
   ... POST /+/zope.app.zptpage.ZPTPage%3D HTTP/1.1
@@ -18,26 +18,26 @@
   ... Content-Length: 739
   ... Content-Type: multipart/form-data; boundary=---------------------------125598457818223697821067764270
   ... Referer: http://localhost:8081/+/zope.app.zptpage.ZPTPage=
-  ... 
+  ...
   ... -----------------------------125598457818223697821067764270
   ... Content-Disposition: form-data; name="field.source"
-  ... 
+  ...
   ... <html><body tal:content="container/eek" /></html>
   ... -----------------------------125598457818223697821067764270
   ... Content-Disposition: form-data; name="field.expand.used"
-  ... 
-  ... 
+  ...
+  ...
   ... -----------------------------125598457818223697821067764270
   ... Content-Disposition: form-data; name="field.evaluateInlineCode.used"
-  ... 
-  ... 
+  ...
+  ...
   ... -----------------------------125598457818223697821067764270
   ... Content-Disposition: form-data; name="UPDATE_SUBMIT"
-  ... 
+  ...
   ... Add
   ... -----------------------------125598457818223697821067764270
   ... Content-Disposition: form-data; name="add_input_name"
-  ... 
+  ...
   ... test.html
   ... -----------------------------125598457818223697821067764270--
   ... """)



More information about the Checkins mailing list