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:           Wed Mar 29 13:04:34 UTC 2023

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

Log Message:
py-apsw: updated to 3.41.2.0

3.41.2.0

Fixed APSW issue 412 in apsw.ext.make_virtual_module().

Added apsw.connections() to get all connections. (APSW issue 416)

sys.unraisablehook() is called correctly (APSW issue 410)

Be stricter where bool values are expected (eg VTTable.BestIndex()), only accepting int and bool. Previously you could for example supply strings and lists, which were almost certainly unintended 
errors.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.29 -r1.30 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.51 pkgsrc/databases/py-apsw/Makefile:1.52
--- pkgsrc/databases/py-apsw/Makefile:1.51      Mon Mar  6 12:27:07 2023
+++ pkgsrc/databases/py-apsw/Makefile   Wed Mar 29 13:04:33 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2023/03/06 12:27:07 adam Exp $
+# $NetBSD: Makefile,v 1.52 2023/03/29 13:04:33 adam Exp $
 
-DISTNAME=      apsw-3.41.0.0
+DISTNAME=      apsw-3.41.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rogerbinns/}

Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.29 pkgsrc/databases/py-apsw/distinfo:1.30
--- pkgsrc/databases/py-apsw/distinfo:1.29      Mon Mar  6 12:27:07 2023
+++ pkgsrc/databases/py-apsw/distinfo   Wed Mar 29 13:04:33 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2023/03/06 12:27:07 adam Exp $
+$NetBSD: distinfo,v 1.30 2023/03/29 13:04:33 adam Exp $
 
-BLAKE2s (apsw-3.41.0.0.zip) = fe3fe5488f208fda64ee42c859e97c9c0335f34c4037c3c02b7156f681b2efeb
-SHA512 (apsw-3.41.0.0.zip) = 89412adc35331081623372214d68ed121e371b7bb15358ba18967501917c4a0b2931b42678dbfd0d5f813c917620b64cf373196a6a8c8a38aa58ea059bd807dd
-Size (apsw-3.41.0.0.zip) = 1284279 bytes
+BLAKE2s (apsw-3.41.2.0.zip) = f8c81030977272435e6bce0be6ff1c0d8db66608143d183993ec7491ada6e864
+SHA512 (apsw-3.41.2.0.zip) = a8cd9aac17bddc0ef6ee1a66618c47627fc66eaa97b2cf8778961cc49098b231902defe68d18cdd41bd461cd28da15d935d3b00159e615d28d708110aa699f7c
+Size (apsw-3.41.2.0.zip) = 4073346 bytes



Home | Main Index | Thread Index | Old Index