Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: D'Arcy J.M. Cain <darcy@netbsd.org>
List: source-changes
Date: 07/03/2000 07:10:38
Module Name: pkgsrc
Committed By: darcy
Date: Mon Jul 3 14:10:37 UTC 2000
Modified Files:
pkgsrc/databases/py-postgresql: Makefile
pkgsrc/databases/py-postgresql/files: md5
pkgsrc/databases/py-postgresql/pkg: DESCR PLIST
Log Message:
Upgrade to verson 3.0. The most important change here is addition of
the Python DB-API module. Also, note backwards compatibility issue.
Important changes for 3.0
Remove strlen() call from pglarge_write() and get size from object.
(Richard@Bouska.cz)
Add a little more error checking to the quote function in the wrapper
Add extra checking in _quote function
Wrap query in pg.py for debugging
Add DB-API 2.0 support to pgmodule.c (andre@via.ecp.fr)
Add DB-API 2.0 wrapper pgdb.py (andre@via.ecp.fr)
Correct keyword clash (temp) in tutorial
Clean up layout of tutorial
Return NULL values as None (rlawrence@lastfoot.com) (WARNING: This will
cause backwards compatibility issues.)
Change None to NULL in insert and update
Change hash-bang lines to use /usr/bin/env
Clearing date should be blank (NULL) not TODAY
Quote backslashes in strings in _quote (brian@CSUA.Berkeley.EDU)
Expanded and clarified build instructions (tbryan@starship.python.net)
Make code thread safe (Jerome.Alet@unice.fr)
Add README.distutils (mwa@gate.net & jeremy@cnri.reston.va.us)
Many fixes by chifungfan@yahoo.com, tony@printra.net, jeremy@alum.mit.edu
and others to get the final version ready to release.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/py-postgresql/files/md5
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/databases/py-postgresql/pkg/DESCR \
pkgsrc/databases/py-postgresql/pkg/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.