[Checkins] SVN: zope.pypisupport/trunk/ Mention previously committed changes.

Dan Korostelev nadako at gmail.com
Sun Feb 8 15:50:40 EST 2009


Log message for revision 96270:
  Mention previously committed changes.
  Fix package metadata.

Changed:
  U   zope.pypisupport/trunk/CHANGES.txt
  U   zope.pypisupport/trunk/setup.py
  U   zope.pypisupport/trunk/src/zope/pypisupport/role.py

-=-
Modified: zope.pypisupport/trunk/CHANGES.txt
===================================================================
--- zope.pypisupport/trunk/CHANGES.txt	2009-02-08 20:27:51 UTC (rev 96269)
+++ zope.pypisupport/trunk/CHANGES.txt	2009-02-08 20:50:40 UTC (rev 96270)
@@ -2,10 +2,22 @@
 CHANGES
 =======
 
+0.1.1 (unreleased)
+------------------
+
+- Show command line help correctly.
+
+- Show a error message instead of exception traceback, when user
+  is not an owner and thus can not give someone else the owner role.
+
+- Change mailing list to zope-dev at zope.org instead of retired one.
+
+- Change "cheeseshop" to "pypi" in the package's url.
+
+- Fix package description.
+
 0.1.0 (2007-11-05)
 ------------------
 
-- Initial release.
-
-  * Implemented `addrole` and `delrole` scripts, which allow one to add and
-    remove roles for a user from one or more packages.
+- Initial release. Implemented `addrole` and `delrole` scripts, which
+  allow one to add and remove roles for a user from one or more packages.

Modified: zope.pypisupport/trunk/setup.py
===================================================================
--- zope.pypisupport/trunk/setup.py	2009-02-08 20:27:51 UTC (rev 96269)
+++ zope.pypisupport/trunk/setup.py	2009-02-08 20:50:40 UTC (rev 96270)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -23,10 +23,10 @@
 
 setup(
     name='zope.pypisupport',
-    version='0.1.0',
+    version='0.1.1dev',
     author='Zope Corporation and Contributors',
-    author_email='zope3-dev at zope.org',
-    description='Zope Viewlets',
+    author_email='zope-dev at zope.org',
+    description='Python Package Index (PyPI) role management tools',
     long_description=(
         read('README.txt')
         + '\n\n' +
@@ -42,7 +42,7 @@
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP'],
-    url='http://cheeseshop.python.org/pypi/zope.pypisupport',
+    url='http://pypi.python.org/pypi/zope.pypisupport',
     license='ZPL 2.1',
     packages=find_packages('src'),
     package_dir = {'': 'src'},

Modified: zope.pypisupport/trunk/src/zope/pypisupport/role.py
===================================================================
--- zope.pypisupport/trunk/src/zope/pypisupport/role.py	2009-02-08 20:27:51 UTC (rev 96269)
+++ zope.pypisupport/trunk/src/zope/pypisupport/role.py	2009-02-08 20:50:40 UTC (rev 96270)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2007 Zope Corporation and Contributors.
+# Copyright (c) 2009 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,



More information about the Checkins mailing list