pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-sqlite2 update to 2.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d6a41f161d96
branches:  trunk
changeset: 532202:d6a41f161d96
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Aug 13 17:37:58 2007 +0000

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

 databases/py-sqlite2/Makefile |  8 ++++----
 databases/py-sqlite2/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 1a536ed2a100 -r d6a41f161d96 databases/py-sqlite2/Makefile
--- a/databases/py-sqlite2/Makefile     Mon Aug 13 17:27:30 2007 +0000
+++ b/databases/py-sqlite2/Makefile     Mon Aug 13 17:37:58 2007 +0000
@@ -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@localhost
 HOMEPAGE=      http://initd.org/tracker/pysqlite
diff -r 1a536ed2a100 -r d6a41f161d96 databases/py-sqlite2/distinfo
--- a/databases/py-sqlite2/distinfo     Mon Aug 13 17:27:30 2007 +0000
+++ b/databases/py-sqlite2/distinfo     Mon Aug 13 17:37:58 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index