[Checkins] SVN: zope.app.security/trunk/ Fix mailing list address and package homepage.

Dan Korostelev nadako at gmail.com
Wed Jan 28 04:39:24 EST 2009


Log message for revision 95282:
  Fix mailing list address and package homepage.

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

-=-
Modified: zope.app.security/trunk/CHANGES.txt
===================================================================
--- zope.app.security/trunk/CHANGES.txt	2009-01-28 09:08:18 UTC (rev 95281)
+++ zope.app.security/trunk/CHANGES.txt	2009-01-28 09:39:24 UTC (rev 95282)
@@ -2,10 +2,12 @@
 CHANGES
 =======
 
-3.5.4dev (unreleased)
----------------------
+3.5.4 (unreleased)
+------------------
 
-- ...
+- Changed mailing list address to zope-dev at zope.org, because
+  zope3-dev is retired now. Changed "cheeseshop" to "pypi" in
+  the package homepage.
 
 3.5.3 (2008-12-11)
 ------------------

Modified: zope.app.security/trunk/setup.py
===================================================================
--- zope.app.security/trunk/setup.py	2009-01-28 09:08:18 UTC (rev 95281)
+++ zope.app.security/trunk/setup.py	2009-01-28 09:39:24 UTC (rev 95282)
@@ -24,12 +24,12 @@
 setup(name='zope.app.security',
       version = '3.5.4dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Security Components for Zope 3 Applications',
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Dcoumentation\n' +
+          'Detailed Documentation\n' +
           '======================\n'
           + '\n\n' +
           read('src', 'zope', 'app', 'security', 'globalprincipals.txt')
@@ -57,7 +57,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.app.security',
+      url='http://pypi.python.org/pypi/zope.app.security',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list