[Checkins] SVN: zodbcode/trunk/ - version bumbed to 3.4.0b1 for dev

Baiju M baiju.m.mail at gmail.com
Thu May 10 09:16:03 EDT 2007


Log message for revision 75670:
   - version bumbed to 3.4.0b1 for dev
   - set svn props
  

Changed:
  _U  zodbcode/trunk/
  UU  zodbcode/trunk/bootstrap.py
  _U  zodbcode/trunk/buildout.cfg
  UU  zodbcode/trunk/setup.py

-=-

Property changes on: zodbcode/trunk
___________________________________________________________________
Name: svn:ignore
   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zodbcode/trunk/bootstrap.py
===================================================================
--- zodbcode/trunk/bootstrap.py	2007-05-10 11:57:15 UTC (rev 75669)
+++ zodbcode/trunk/bootstrap.py	2007-05-10 13:16:02 UTC (rev 75670)
@@ -17,7 +17,7 @@
 The script accepts buildout command-line options, so you can
 use the -c option to specify an alternate configuration file.
 
-$Id: bootstrap.py 72703 2007-02-20 11:49:26Z jim $
+$Id$
 """
 
 import os, shutil, sys, tempfile, urllib2


Property changes on: zodbcode/trunk/bootstrap.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native


Property changes on: zodbcode/trunk/buildout.cfg
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: zodbcode/trunk/setup.py
===================================================================
--- zodbcode/trunk/setup.py	2007-05-10 11:57:15 UTC (rev 75669)
+++ zodbcode/trunk/setup.py	2007-05-10 13:16:02 UTC (rev 75670)
@@ -1,7 +1,25 @@
+##############################################################################
+#
+# Copyright (c) 2004 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Setup for zodbcode package
+
+$Id$
+"""
+
 from setuptools import setup, find_packages, Extension
 
 setup(name='zodbcode',
-      version='0.1dev',
+      version='3.4.0b1',
       url='http://svn.zope.org/zodbcode',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
@@ -10,6 +28,8 @@
       package_dir = {'': 'src'},
       include_package_data = True,
 
+      install_requires = ['ZODB3',
+                          'zope.interface'],
       zip_safe = False,
       )
 


Property changes on: zodbcode/trunk/setup.py
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native



More information about the Checkins mailing list