pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-apsw



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun 17 15:19:56 UTC 2024

Modified Files:
        pkgsrc/databases/py-apsw: Makefile distinfo

Log Message:
py-apsw: updated to 3.46.0.1

3.46.0.1

apsw.ext.query_info() provides the count and names of bindings parameters. (APSW issue 528)

Address how errors are handled in VFS xRandomness routine, that is only called once by SQLite to seed its random number generator. (APSW issue 526)

Added Connection.vfsname() and updated corresponding shell command to get the diagnostic names of the vfs stack for the connection. (APSW issue 525)

Do not cache Connection.pragma() statements to avoid encryption keys, or pragmas that run during prepare from being retained. (APSW issue 522)

Connection.pragma() adds keyword schema argument to run pragma against attached databases. (APSW issue 524)


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/py-apsw/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-apsw/Makefile
diff -u pkgsrc/databases/py-apsw/Makefile:1.69 pkgsrc/databases/py-apsw/Makefile:1.70
--- pkgsrc/databases/py-apsw/Makefile:1.69      Wed May 29 16:31:52 2024
+++ pkgsrc/databases/py-apsw/Makefile   Mon Jun 17 15:19:55 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2024/05/29 16:31:52 adam Exp $
+# $NetBSD: Makefile,v 1.70 2024/06/17 15:19:55 adam Exp $
 
-DISTNAME=      apsw-3.46.0.0
+DISTNAME=      apsw-3.46.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
-PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rogerbinns/}
 EXTRACT_SUFX=  .zip

Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.44 pkgsrc/databases/py-apsw/distinfo:1.45
--- pkgsrc/databases/py-apsw/distinfo:1.44      Fri May 24 04:50:40 2024
+++ pkgsrc/databases/py-apsw/distinfo   Mon Jun 17 15:19:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/05/24 04:50:40 adam Exp $
+$NetBSD: distinfo,v 1.45 2024/06/17 15:19:55 adam Exp $
 
-BLAKE2s (apsw-3.46.0.0.zip) = 0bed7bac79da2279139a60128ccc2fb7f0bb0a5cc35a2d77fd526a742535d880
-SHA512 (apsw-3.46.0.0.zip) = 04b777443ff0c2919a46f9a9a86ee17cbbdcb7165f16abf0271a37f8fe9240a174749509981be33963eaa128b5667612b0625e1715ee45d4640f82eb65b1af88
-Size (apsw-3.46.0.0.zip) = 4128180 bytes
+BLAKE2s (apsw-3.46.0.1.zip) = 283f4e7f5490b72237864dd35362b340b32e27379075b45ec66e02ed9cd79df3
+SHA512 (apsw-3.46.0.1.zip) = 00fe5e1cd0c61ab29b3bcfabdd138d16bb13e6121320f96bc9692437b3f837ccaf455f53e08da4a6034cb13ff57902f7e10c4d402e8b70915028863b556bd68b
+Size (apsw-3.46.0.1.zip) = 4136120 bytes



Home | Main Index | Thread Index | Old Index