From ff49789ca29a80e0cbfb48002fd4c815c2b6d2f8 Mon Sep 17 00:00:00 2001 From: darcy Date: Fri, 17 Feb 2006 17:58:02 +0000 Subject: Update to version 3.8. - Installed new favicon.ico from Matthew Sporleder - Replaced snprintf by PyOS_snprintf. - Removed NO_SNPRINTF switch which is not needed any longer - Clean up some variable names and namespace - Add get_relations() method to get any type of relation - Rewrite get_tables() to use get_relations() - Use new method in get_attnames method to get attributes of views as well - Add Binary type - Number of rows is now -1 after executing no-result statements - Fix some number handling - Non-simple types do not raise an error any more - Improvements to documentation framework - Take into account that nowadays not every table must have an oid column - Simplification and improvement of the inserttable() function - Fix up unit tests - The usual assortment of minor fixes and enhancements --- databases/py-postgresql/Makefile | 7 +++---- databases/py-postgresql/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'databases') diff --git a/databases/py-postgresql/Makefile b/databases/py-postgresql/Makefile index e3e6d4d14ab..4694d5bdbb6 100644 --- a/databases/py-postgresql/Makefile +++ b/databases/py-postgresql/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2006/02/05 23:08:36 joerg Exp $ +# $NetBSD: Makefile,v 1.45 2006/02/17 17:58:02 darcy Exp $ -DISTNAME= PyGreSQL-3.7 -PKGNAME= ${PYPKGPREFIX}-postgresql-3.7 -PKGREVISION= 1 +DISTNAME= PyGreSQL-3.8 +PKGNAME= ${PYPKGPREFIX}-postgresql-3.8 CATEGORIES= databases python MASTER_SITES= ftp://ftp.druid.net/pub/distrib/ EXTRACT_SUFX= .tgz diff --git a/databases/py-postgresql/distinfo b/databases/py-postgresql/distinfo index 35485d10cb2..c60f9b399ac 100644 --- a/databases/py-postgresql/distinfo +++ b/databases/py-postgresql/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2005/09/07 11:42:27 darcy Exp $ +$NetBSD: distinfo,v 1.12 2006/02/17 17:58:02 darcy Exp $ -SHA1 (PyGreSQL-3.7.tgz) = 1550742021fc23016852afd559e28ef6710a483b -RMD160 (PyGreSQL-3.7.tgz) = 534f37c937426b1f291683220d605887148562f2 -Size (PyGreSQL-3.7.tgz) = 47643 bytes +SHA1 (PyGreSQL-3.8.tgz) = ca54ae51824ba86f4d70607d1cfcb8f51874d7a5 +RMD160 (PyGreSQL-3.8.tgz) = 0d10c14634a1e7211ed17835d0d3adbaedd766e7 +Size (PyGreSQL-3.8.tgz) = 40754 bytes -- cgit v1.2.3