[Checkins] SVN: zc.dict/branches/tlotze-blist/ set svn:ignore property, cleaned up buildout.cfg, set dev version

Thomas Lotze tl at gocept.com
Tue Dec 23 05:30:09 EST 2008


Log message for revision 94269:
  set svn:ignore property, cleaned up buildout.cfg, set dev version

Changed:
  _U  zc.dict/branches/tlotze-blist/
  U   zc.dict/branches/tlotze-blist/buildout.cfg
  U   zc.dict/branches/tlotze-blist/setup.py

-=-

Property changes on: zc.dict/branches/tlotze-blist
___________________________________________________________________
Added: svn:ignore
   + bin
build
develop-eggs
dist
eggs
.installed.cfg
parts


Modified: zc.dict/branches/tlotze-blist/buildout.cfg
===================================================================
--- zc.dict/branches/tlotze-blist/buildout.cfg	2008-12-23 10:21:14 UTC (rev 94268)
+++ zc.dict/branches/tlotze-blist/buildout.cfg	2008-12-23 10:30:09 UTC (rev 94269)
@@ -2,11 +2,10 @@
 develop = .
 parts = test py
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zc.dict
+defaults = ["-v", "-c"]
 
 [py]
 recipe = zc.recipe.egg

Modified: zc.dict/branches/tlotze-blist/setup.py
===================================================================
--- zc.dict/branches/tlotze-blist/setup.py	2008-12-23 10:21:14 UTC (rev 94268)
+++ zc.dict/branches/tlotze-blist/setup.py	2008-12-23 10:30:09 UTC (rev 94269)
@@ -5,7 +5,7 @@
                     open("src/zc/dict/ordered.txt").read())
 setup(
     name="zc.dict",
-    version="1.2.1",
+    version="1.3dev",
     license="ZPL 2.1",
     author="Zope Corporation",
     author_email="zope3-dev at zope.org",



More information about the Checkins mailing list