diff options
author | drochner <drochner@pkgsrc.org> | 2007-08-13 17:37:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-08-13 17:37:58 +0000 |
commit | e44754831d93cb491c0c84d470258e2463639fb6 (patch) | |
tree | edf7c0ff8aca447498dc0c54f10230f20f9d83b2 /databases/py-sqlite2 | |
parent | 7bbce83b30f6ddb142c966ab6ea5a793ebd125b9 (diff) | |
download | pkgsrc-e44754831d93cb491c0c84d470258e2463639fb6.tar.gz |
update to 2.3.5
changes:
-pysqlite is now easy_install-able
-misc bugfixes
-Allow the size parameter for fetchmany() for better DB-API compliance
-Allow a static build of pysqlite using the SQLite amalgamation
-improve concurrency
-Using mappings and sequences as parameters works now
-Performance optimizations
Diffstat (limited to 'databases/py-sqlite2')
-rw-r--r-- | databases/py-sqlite2/Makefile | 8 | ||||
-rw-r--r-- | databases/py-sqlite2/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/databases/py-sqlite2/Makefile b/databases/py-sqlite2/Makefile index efee8bc7a24..7bdb915f53d 100644 --- a/databases/py-sqlite2/Makefile +++ b/databases/py-sqlite2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2007/01/20 17:28:37 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/08/13 17:37:58 drochner Exp $ -DISTNAME= pysqlite-2.3.3 -PKGNAME= ${PYPKGPREFIX}-sqlite2-2.3.3 +DISTNAME= pysqlite-2.3.5 +PKGNAME= ${PYPKGPREFIX}-sqlite2-2.3.5 CATEGORIES= databases python -MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.3/2.3.3/ +MASTER_SITES= http://initd.org/pub/software/pysqlite/releases/2.3/2.3.5/ MAINTAINER= tsarna@NetBSD.org HOMEPAGE= http://initd.org/tracker/pysqlite diff --git a/databases/py-sqlite2/distinfo b/databases/py-sqlite2/distinfo index 42cf3fbee60..e280c4d7b64 100644 --- a/databases/py-sqlite2/distinfo +++ b/databases/py-sqlite2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2007/01/20 17:28:37 wiz Exp $ +$NetBSD: distinfo,v 1.4 2007/08/13 17:37:58 drochner Exp $ -SHA1 (pysqlite-2.3.3.tar.gz) = f6dda35c7c14454f3c91013691241a11d1228f77 -RMD160 (pysqlite-2.3.3.tar.gz) = 285bcc2156061783e3a65d1fb4efe9551e2f86d4 -Size (pysqlite-2.3.3.tar.gz) = 60695 bytes +SHA1 (pysqlite-2.3.5.tar.gz) = aede5abea1b0c84e030c175169e062f9d92c6b4e +RMD160 (pysqlite-2.3.5.tar.gz) = ee9064b73f0ffc90bdf586b4534bd8c48bf4b440 +Size (pysqlite-2.3.5.tar.gz) = 85198 bytes SHA1 (patch-aa) = b9804c6a35f591b0f7b3f72efccbe9e3327469d1 |