[Checkins] SVN: zope.securitypolicy/trunk/ Fix email and package homepage. Changed description a bit.

Dan Korostelev nadako at gmail.com
Tue Jan 27 17:11:05 EST 2009


Log message for revision 95262:
  Fix email and package homepage. Changed description a bit.

Changed:
  U   zope.securitypolicy/trunk/CHANGES.txt
  U   zope.securitypolicy/trunk/README.txt
  U   zope.securitypolicy/trunk/setup.py

-=-
Modified: zope.securitypolicy/trunk/CHANGES.txt
===================================================================
--- zope.securitypolicy/trunk/CHANGES.txt	2009-01-27 21:50:50 UTC (rev 95261)
+++ zope.securitypolicy/trunk/CHANGES.txt	2009-01-27 22:11:05 UTC (rev 95262)
@@ -5,6 +5,9 @@
 3.4.2 (unreleased)
 ------------------
 
+* Changed mailing list address to zope-dev at zope.org. Fix package
+  homepage to the pypi page.
+
 * Fix test in buildout which still depended on zope.app.securitypolicy
   by mistake.
 

Modified: zope.securitypolicy/trunk/README.txt
===================================================================
--- zope.securitypolicy/trunk/README.txt	2009-01-27 21:50:50 UTC (rev 95261)
+++ zope.securitypolicy/trunk/README.txt	2009-01-27 22:11:05 UTC (rev 95262)
@@ -1 +1,3 @@
-This package provides a zope security policy.
+This package provides an useful security policy for Zope3. It's the
+default security policy used in "zope3 the application" and many other
+zope-based projects.

Modified: zope.securitypolicy/trunk/setup.py
===================================================================
--- zope.securitypolicy/trunk/setup.py	2009-01-27 21:50:50 UTC (rev 95261)
+++ zope.securitypolicy/trunk/setup.py	2009-01-27 22:11:05 UTC (rev 95262)
@@ -26,8 +26,8 @@
 setup(name='zope.securitypolicy',
     version = '3.4.2dev',
     author='Zope Corporation and Contributors',
-    author_email='zope3-dev at zope.org',
-    description='Zope securitypolicy',
+    author_email='zope-dev at zope.org',
+    description='Default security policy for Zope3',
     long_description=(
         read('README.txt')
         + '\n\n' +
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url='http://svn.zope.org/zope.app.securitypolicy',
+    url='http://pypi.python.org/pypi/zope.securitypolicy',
     license='ZPL 2.1',
     packages=find_packages('src'),
     package_dir={'': 'src'},



More information about the Checkins mailing list