[Checkins] SVN: zope.app.homefolder/trunk/ Pre-release cleanup, update metadata, fill-in release date.

Christian Theune ct at gocept.com
Sun Feb 1 07:45:47 EST 2009


Log message for revision 95838:
  Pre-release cleanup, update metadata, fill-in release date.
  

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

-=-
Modified: zope.app.homefolder/trunk/CHANGES.txt
===================================================================
--- zope.app.homefolder/trunk/CHANGES.txt	2009-02-01 12:43:21 UTC (rev 95837)
+++ zope.app.homefolder/trunk/CHANGES.txt	2009-02-01 12:45:46 UTC (rev 95838)
@@ -2,11 +2,13 @@
 CHANGES
 =======
 
-3.5.0 (unreleased)
+3.5.0 (2009-02-01)
 ------------------
 
-- Use zope.container instead of zope.app.container.
+- Use ``zope.container`` instead of ``zope.app.container``.
 
+- Remove dependency on ``zope.app.zapi``.
+
 3.4.0 (2007-11-03)
 ------------------
 

Modified: zope.app.homefolder/trunk/setup.py
===================================================================
--- zope.app.homefolder/trunk/setup.py	2009-02-01 12:43:21 UTC (rev 95837)
+++ zope.app.homefolder/trunk/setup.py	2009-02-01 12:45:46 UTC (rev 95838)
@@ -24,7 +24,7 @@
 setup(name='zope.app.homefolder',
       version = '3.5.0dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='User Home Folders',
       long_description=(
           read('README.txt')
@@ -47,7 +47,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.homefolder',
+      url='http://pypi.python.org/pypi/zope.app.homefolder',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list