diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-13 14:28:53 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-13 14:28:53 +0000 |
commit | db6dc677c56c543d2fe44c75258841bfa73de8e4 (patch) | |
tree | 295f76430d4bca186b3a6c19d0d001a8a02ba73a /databases/py-mysqldb/distinfo | |
parent | 8800721eb7baf8bcbfc3149006d2edb653665b01 (diff) | |
download | pkgsrc-db6dc677c56c543d2fe44c75258841bfa73de8e4.tar.gz |
Update of database/py-mysqldb to 0.9.2.
Changes since 0.9.1 include:
* Bugs fixed, including segfault problem with Python 1.5.2
* Take advantage of GC memory allocator in Python 2.2
* cursor.execute(query) with no arguments leaves the original
query string alone.
* Mac OS X tidy ups.
* Memory leak fixes.
* cursor.executemany() fixes.
* Other fixes (see the CHANGELOG file for details)
From PR#19056 from MLH. Note that we assume the client library is
not thread safe as per 0.9.1.
Diffstat (limited to 'databases/py-mysqldb/distinfo')
-rw-r--r-- | databases/py-mysqldb/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-mysqldb/distinfo b/databases/py-mysqldb/distinfo index 4139f945291..e09104b0af5 100644 --- a/databases/py-mysqldb/distinfo +++ b/databases/py-mysqldb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2002/01/29 14:39:38 drochner Exp $ +$NetBSD: distinfo,v 1.4 2003/04/13 14:28:53 cjep Exp $ -SHA1 (MySQL-python-0.9.1.tar.gz) = 5bb5d9430d91a31116122861afd66c2fdfdd23b8 -Size (MySQL-python-0.9.1.tar.gz) = 64073 bytes -SHA1 (patch-aa) = 625a0cb90724bd467375358d0a1f326249e9726b +SHA1 (MySQL-python-0.9.2.tar.gz) = b6959ee5e28847e557229ddc318b097f10144ff2 +Size (MySQL-python-0.9.2.tar.gz) = 64258 bytes +SHA1 (patch-aa) = 8865ed8dc0d9fd5ec9adac854a0fc4cec64ace2c |