[Checkins] SVN: zope.mkzeoinstance/trunk/ Rename the script / package 'mkzeoinstance' to avoid clashing with ZODB's.

Tres Seaver tseaver at palladion.com
Thu Apr 22 14:37:54 EDT 2010


Log message for revision 111278:
  Rename the script / package 'mkzeoinstance' to avoid clashing with ZODB's.
  
  Index: CHANGES.txt
  ===================================================================
  --- CHANGES.txt	(revision 111277)
  +++ CHANGES.txt	(working copy)
  @@ -1,10 +1,13 @@
  -``zope.mkzeoinst`` Changelog
  -============================
  +``zope.mkzeoinstance`` Changelog
  +================================
   
   
   3.9.4 (unreleased)
   ------------------
   
  +- Renamed the script / package ``mkzeoinstance`` to avoid clashing with the
  +  script bundled with ZODB.
  +
   - Added an option to spell the host interface to be listened on, as well as
     the port the generated ZEO server configuration.  Thanks to Igor Stroh
     for the patch.  See: https://bugs.launchpad.net/zodb/+bug/143361
  

Changed:
  U   zope.mkzeoinstance/trunk/CHANGES.txt
  U   zope.mkzeoinstance/trunk/README.txt
  U   zope.mkzeoinstance/trunk/setup.py
  _U  zope.mkzeoinstance/trunk/src/
  D   zope.mkzeoinstance/trunk/src/zope/mkzeoinst/
  A   zope.mkzeoinstance/trunk/src/zope/mkzeoinstance/

-=-
Modified: zope.mkzeoinstance/trunk/CHANGES.txt
===================================================================
--- zope.mkzeoinstance/trunk/CHANGES.txt	2010-04-22 18:31:20 UTC (rev 111277)
+++ zope.mkzeoinstance/trunk/CHANGES.txt	2010-04-22 18:37:53 UTC (rev 111278)
@@ -1,10 +1,13 @@
-``zope.mkzeoinst`` Changelog
-============================
+``zope.mkzeoinstance`` Changelog
+================================
 
 
 3.9.4 (unreleased)
 ------------------
 
+- Renamed the script / package ``mkzeoinstance`` to avoid clashing with the
+  script bundled with ZODB.
+
 - Added an option to spell the host interface to be listened on, as well as
   the port the generated ZEO server configuration.  Thanks to Igor Stroh
   for the patch.  See: https://bugs.launchpad.net/zodb/+bug/143361

Modified: zope.mkzeoinstance/trunk/README.txt
===================================================================
--- zope.mkzeoinstance/trunk/README.txt	2010-04-22 18:31:20 UTC (rev 111277)
+++ zope.mkzeoinstance/trunk/README.txt	2010-04-22 18:37:53 UTC (rev 111278)
@@ -1,5 +1,5 @@
-``zope.mkzeoinst`` README
-=========================
+``zope.mkzeoinstance`` README
+=============================
 
 This package provides a single script, ``mkzeoinstance``, which creates
 a standalone ZEO server instance.

Modified: zope.mkzeoinstance/trunk/setup.py
===================================================================
--- zope.mkzeoinstance/trunk/setup.py	2010-04-22 18:31:20 UTC (rev 111277)
+++ zope.mkzeoinstance/trunk/setup.py	2010-04-22 18:37:53 UTC (rev 111278)
@@ -11,7 +11,7 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-""" Setup for zope.mkzeoinst package
+""" Setup for zope.mkzeoinstance package
 """
 
 import os
@@ -21,9 +21,9 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(
-    name='zope.mkzeoinst',
+    name='zope.mkzeoinstance',
     version='3.9.4',
-    url='http://pypi.python.org/pypi/zope.mkzeoinst',
+    url='http://pypi.python.org/pypi/zope.mkzeoinstance',
     license='ZPL 2.1',
     description='Make standalone ZEO database server instances',
     author='Zope Foundation and Contributors',
@@ -54,10 +54,10 @@
         'ZODB3 >= 3.9.4',
     ],
     zip_safe=False,
-    test_suite='zope.mkzeoinst.tests.test_suite',
+    test_suite='zope.mkzeoinstance.tests.test_suite',
     entry_points = {
         'console_scripts': [
-         'mkzeoinstance = zope.mkzeoinst:main',
+         'mkzeoinstance = zope.mkzeoinstance:main',
          ],
     },
 )


Property changes on: zope.mkzeoinstance/trunk/src
___________________________________________________________________
Added: svn:ignore
   + *.egg-info



Property changes on: zope.mkzeoinstance/trunk/src/zope/mkzeoinstance
___________________________________________________________________
Added: svn:mergeinfo
   + 



More information about the checkins mailing list