[Checkins] SVN: zope.app.http/trunk/ Preparing for release

Baiju M baiju.m.mail at gmail.com
Wed Apr 1 12:39:19 EDT 2009


Log message for revision 98760:
  Preparing for release
  

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

-=-
Modified: zope.app.http/trunk/CHANGES.txt
===================================================================
--- zope.app.http/trunk/CHANGES.txt	2009-04-01 16:06:59 UTC (rev 98759)
+++ zope.app.http/trunk/CHANGES.txt	2009-04-01 16:39:19 UTC (rev 98760)
@@ -2,10 +2,11 @@
 CHANGES
 =======
 
-3.5.2 (unreleased)
+3.5.2 (2009-04-01)
 ------------------
 
-- ...
+- Replaced deprecated 'zope:defaultView' directive
+  with 'browser:defaultView'
 
 3.5.1 (2009-03-12)
 ------------------

Modified: zope.app.http/trunk/setup.py
===================================================================
--- zope.app.http/trunk/setup.py	2009-04-01 16:06:59 UTC (rev 98759)
+++ zope.app.http/trunk/setup.py	2009-04-01 16:39:19 UTC (rev 98760)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.http',
-      version = '3.5.2dev',
+      version='3.5.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='HTTP Behavior for the Zope Publisher',
@@ -31,8 +31,8 @@
           + '\n\n' +
           read('CHANGES.txt')
           ),
-      keywords = "zope3 http publisher view",
-      classifiers = [
+      keywords="zope3 http publisher view",
+      classifiers=[
           'Development Status :: 5 - Production/Stable',
           'Environment :: Web Environment',
           'Intended Audience :: Developers',
@@ -45,7 +45,7 @@
       url='http://pypi.python.org/pypi/zope.app.http',
       license='ZPL 2.1',
       packages=find_packages('src'),
-      package_dir = {'': 'src'},
+      package_dir={'': 'src'},
       namespace_packages=['zope', 'zope.app'],
       extras_require=dict(
           test=['zope.app.testing',
@@ -59,6 +59,6 @@
                         'zope.app.publication',
                         'zope.filerepresentation',
                         ],
-      include_package_data = True,
-      zip_safe = False,
+      include_package_data=True,
+      zip_safe=False,
       )



More information about the Checkins mailing list