[Checkins] SVN: zope.app.exception/tags/3.4.2/ preparing release

Michael Howitz mh at gocept.com
Tue Jan 27 03:23:14 EST 2009


Log message for revision 95081:
  preparing release
  

Changed:
  A   zope.app.exception/tags/3.4.2/
  U   zope.app.exception/tags/3.4.2/CHANGES.txt
  U   zope.app.exception/tags/3.4.2/buildout.cfg
  U   zope.app.exception/tags/3.4.2/setup.py

-=-
Modified: zope.app.exception/tags/3.4.2/CHANGES.txt
===================================================================
--- zope.app.exception/trunk/CHANGES.txt	2009-01-27 07:38:58 UTC (rev 95076)
+++ zope.app.exception/tags/3.4.2/CHANGES.txt	2009-01-27 08:23:14 UTC (rev 95081)
@@ -2,6 +2,15 @@
 CHANGES
 =======
 
+3.4.2 (2009-01-27)
+------------------
+
+- Substitute zope.app.zapi by direct calls to its wrapped apis. See
+  bug 219302.
+
+- Fixed author email and home page.
+
+
 3.4.1 (2007-10-31)
 ------------------
 

Modified: zope.app.exception/tags/3.4.2/buildout.cfg
===================================================================
--- zope.app.exception/trunk/buildout.cfg	2009-01-27 07:38:58 UTC (rev 95076)
+++ zope.app.exception/tags/3.4.2/buildout.cfg	2009-01-27 08:23:14 UTC (rev 95081)
@@ -1,5 +1,5 @@
 [buildout]
-develop = .
+develop = . ../zope.app.generations
 parts = test
 
 [test]

Modified: zope.app.exception/tags/3.4.2/setup.py
===================================================================
--- zope.app.exception/trunk/setup.py	2009-01-27 07:38:58 UTC (rev 95076)
+++ zope.app.exception/tags/3.4.2/setup.py	2009-01-27 08:23:14 UTC (rev 95081)
@@ -24,7 +24,7 @@
 setup(name='zope.app.exception',
       version = '3.5.0',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Zope 3 exception views',
       long_description=(
           read('README.txt')
@@ -42,7 +42,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.exception',
+      url='http://pypi.python.org/pypi/zope.app.exception',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list