From 981e97039bd78e8086616c8c97013e78ee89d577 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 22 Jul 2004 18:00:37 +0000 Subject: update to 1.1.14 changes: * Interval typecasting eventually works the Right Way (TM). * ZPsycopgDA now support unicode strings and different backend encodings. * ZPsycopgDA accept query data as an extra parameter to execute() (but still no way to give it extra data from inside a ZSQL Method.) * Better DBAPI-2.0 compliance (rowcount attribute and argument passing.) * Now builds on Fedora Core 2 (but remember that the real psycopg aficionado runs on Debian ;-P ) * COPY FROM raise an exception and return usefull information on error. --- databases/py-psycopg/Makefile | 11 ++++------- databases/py-psycopg/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'databases/py-psycopg') diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index fc19a492467..d3cc18edc8b 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/07/22 09:16:00 recht Exp $ +# $NetBSD: Makefile,v 1.14 2004/07/22 18:00:37 drochner Exp $ # -DISTNAME= psycopg-1.1.11 -PKGNAME= ${PYPKGPREFIX}-psycopg-1.1.11 +DISTNAME= psycopg-1.1.14 +PKGNAME= ${PYPKGPREFIX}-psycopg-1.1.14 CATEGORIES= databases python MASTER_SITES= http://initd.org/pub/software/psycopg/ @@ -15,13 +15,10 @@ CONFIGURE_ARGS+= --with-python=${PYTHONBIN} CONFIGURE_ARGS+= \ --with-postgres-includes=${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql\ --with-postgres-libraries=${BUILDLINK_PREFIX.postgresql-lib}/lib -# XXX: following comment still true for buildlink3? -# XXX ${PYSITELIB}/... doesn't get transformed by buildlink2 -CONFIGURE_ARGS+= --with-mxdatetime-includes=${BUILDLINK_DIR}/include ALL_TARGET= default USE_BUILDLINK3= yes -PYTHON_VERSIONS_ACCEPTED= 21pth 22pth +PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth PY_PATCHPLIST= yes .include "../../databases/postgresql-lib/buildlink3.mk" diff --git a/databases/py-psycopg/distinfo b/databases/py-psycopg/distinfo index f589e81eda7..24333911eec 100644 --- a/databases/py-psycopg/distinfo +++ b/databases/py-psycopg/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/04/16 17:21:34 drochner Exp $ +$NetBSD: distinfo,v 1.4 2004/07/22 18:00:37 drochner Exp $ -SHA1 (psycopg-1.1.11.tar.gz) = 63d249053206ded75f9052f2b049fced08232f40 -Size (psycopg-1.1.11.tar.gz) = 248966 bytes +SHA1 (psycopg-1.1.14.tar.gz) = dc941bf9e0f5145b5077bc53f3ed3f478548262c +Size (psycopg-1.1.14.tar.gz) = 252001 bytes SHA1 (patch-aa) = 6423305271831d3d493dc3e47b42b5641f9149a0 -- cgit v1.2.3