[Checkins] SVN: zodbshootout/trunk/ Buildout now depends on a released version of RelStorage. prep 0.2.

Shane Hathaway shane at hathawaymix.org
Tue Nov 17 18:30:24 EST 2009


Log message for revision 105788:
  Buildout now depends on a released version of RelStorage.  prep 0.2.
  

Changed:
  U   zodbshootout/trunk/CHANGES.txt
  U   zodbshootout/trunk/buildout.cfg
  U   zodbshootout/trunk/setup.py

-=-
Modified: zodbshootout/trunk/CHANGES.txt
===================================================================
--- zodbshootout/trunk/CHANGES.txt	2009-11-17 23:19:00 UTC (rev 105787)
+++ zodbshootout/trunk/CHANGES.txt	2009-11-17 23:30:23 UTC (rev 105788)
@@ -1,3 +1,8 @@
+0.2 (2009-11-17)
+----------------
+
+- Buildout now depends on a released version of RelStorage.
+
 0.1 (2009-11-17)
 ----------------
 

Modified: zodbshootout/trunk/buildout.cfg
===================================================================
--- zodbshootout/trunk/buildout.cfg	2009-11-17 23:19:00 UTC (rev 105787)
+++ zodbshootout/trunk/buildout.cfg	2009-11-17 23:30:23 UTC (rev 105788)
@@ -16,7 +16,6 @@
 [buildout]
 develop = .
 base-parts =
-    relstorage-svn
     postgresql
     postgresqlinit
     psycopg2
@@ -35,12 +34,6 @@
 parts = ${buildout:base-parts}
 find-links = http://packages.willowrise.org/
 
-[relstorage-svn]
-recipe = infrae.subversion
-as_eggs = true
-urls =
-    svn://svn.zope.org/repos/main/relstorage/trunk RelStorage
-
 [postgresql]
 recipe = zc.recipe.cmmi
 url = ftp://ftp.postgresql.org/pub/source/v8.4.1/postgresql-8.4.1.tar.bz2

Modified: zodbshootout/trunk/setup.py
===================================================================
--- zodbshootout/trunk/setup.py	2009-11-17 23:19:00 UTC (rev 105787)
+++ zodbshootout/trunk/setup.py	2009-11-17 23:30:23 UTC (rev 105788)
@@ -13,7 +13,7 @@
 ##############################################################################
 """A ZODB performance test"""
 
-version = "0.1"
+version = "0.2"
 
 from setuptools import setup, find_packages
 import os



More information about the checkins mailing list