pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-psycopg update to 1.1.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/589f1d1ceb08
branches:  trunk
changeset: 478372:589f1d1ceb08
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Jul 22 18:00:37 2004 +0000

description:
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.

diffstat:

 databases/py-psycopg/Makefile |  11 ++++-------
 databases/py-psycopg/distinfo |   6 +++---
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (42 lines):

diff -r 6f369ebe362c -r 589f1d1ceb08 databases/py-psycopg/Makefile
--- a/databases/py-psycopg/Makefile     Thu Jul 22 17:47:18 2004 +0000
+++ b/databases/py-psycopg/Makefile     Thu Jul 22 18:00:37 2004 +0000
@@ -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-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 -r 6f369ebe362c -r 589f1d1ceb08 databases/py-psycopg/distinfo
--- a/databases/py-psycopg/distinfo     Thu Jul 22 17:47:18 2004 +0000
+++ b/databases/py-psycopg/distinfo     Thu Jul 22 18:00:37 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index