[z3-checkins] r42027 - z3/sqlos/trunk

kobold at codespeak.net kobold at codespeak.net
Fri Apr 13 13:42:29 CEST 2007


Author: kobold
Date: Fri Apr 13 13:42:29 2007
New Revision: 42027

Modified:
   z3/sqlos/trunk/Makefile
   z3/sqlos/trunk/setup.py
Log:
Preparing the new release.


Modified: z3/sqlos/trunk/Makefile
==============================================================================
--- z3/sqlos/trunk/Makefile	(original)
+++ z3/sqlos/trunk/Makefile	Fri Apr 13 13:42:29 2007
@@ -4,7 +4,7 @@
 ZH=${HERE}/../../
 PYTHON=python2.4
 z3includes=Zope3/zopeskel/etc/package-includes
-Z3BRANCH=trunk
+Z3BRANCH=branches/3.3
 
 all : test clean
 
@@ -41,7 +41,7 @@
 Zope3:
 	$(MAKE) z3-checkout
 
-$(z3includes)/%.zcml: includes/%.zcml Zope3
+$(z3includes)/%.zcml: src/sqlos/%.zcml Zope3
 	cp $< $@
 
 .PHONY: sqlos-meta

Modified: z3/sqlos/trunk/setup.py
==============================================================================
--- z3/sqlos/trunk/setup.py	(original)
+++ z3/sqlos/trunk/setup.py	Fri Apr 13 13:42:29 2007
@@ -4,12 +4,12 @@
     name="sqlos",
     description="an integration package for Zope3 and SQLObject",
     long_description="""
-sqlos is a toolkit for using SQLObject (an Object Relational
-Mapper) inside Zope 3 or Zope 2. It tries to take care of many of the
-fiddly details that always seem to take a lot of time. 
+sqlos is a toolkit for using SQLObject (an Object Relational Mapper) inside
+Zope 3 or Zope 2. It tries to take care of many of the fiddly details that
+always seem to take a lot of time. 
 """,
     url='http://codespeak.net/z3/sqlos/',
-    version="0.3",
+    version="0.4.0",
     license="ZPL",
     maintainer="SQLOS development team",
     maintainer_email="z3-sqlos at codespeak.net",
@@ -19,6 +19,6 @@
     zip_safe=False,
     include_package_data=True,
     install_requires = [
-            'SQLObject>=0.7',
+            'SQLObject>=0.7.1',
             ]
 )


More information about the z3-checkins mailing list