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:           Sun Mar 30 10:33:34 UTC 2025

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

Log Message:
py-apsw: updated to 3.49.1.0

3.49.1.0

No APSW changes.

3.49.0.0

Connection.set_progress_handler() allows multiple callbacks (multiplexed by APSW).

Added apsw.ext.query_limit to limit total row count and execution time within a block. (APSW issue 520)

Connection.config() updated with new DBCONFIG options

Adjustments for SQLite’s new build process.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.50 -r1.51 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.79 pkgsrc/databases/py-apsw/Makefile:1.80
--- pkgsrc/databases/py-apsw/Makefile:1.79      Wed Jan 15 15:25:11 2025
+++ pkgsrc/databases/py-apsw/Makefile   Sun Mar 30 10:33:34 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2025/01/15 15:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.80 2025/03/30 10:33:34 adam Exp $
 
-DISTNAME=      apsw-3.48.0.0
+DISTNAME=      apsw-3.49.1.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.50 pkgsrc/databases/py-apsw/distinfo:1.51
--- pkgsrc/databases/py-apsw/distinfo:1.50      Wed Jan 15 15:25:11 2025
+++ pkgsrc/databases/py-apsw/distinfo   Sun Mar 30 10:33:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.50 2025/01/15 15:25:11 adam Exp $
+$NetBSD: distinfo,v 1.51 2025/03/30 10:33:34 adam Exp $
 
-BLAKE2s (apsw-3.48.0.0.zip) = 9527bd003dc0668b8cee4a84f8e6cdbf0491274721d042e93459b6ceeaa5995b
-SHA512 (apsw-3.48.0.0.zip) = 4db51932c859dd385297eaa5d43423bd2507049972e5868e139011766b566eb9db481f0c38d65a44cb884dd1cb78fe2b0baee57f53b3fa474159c4fadee6ec9d
-Size (apsw-3.48.0.0.zip) = 2436165 bytes
+BLAKE2s (apsw-3.49.1.0.zip) = c6e760c9b2331c59bbf59876ea3b5b4be6e56ff291e9aef61d24b52f1d9da023
+SHA512 (apsw-3.49.1.0.zip) = faae9cceb462428345fd2815a970dfc80574848f87bade7cceb09aed17127d020fd16402b3d36afe0fbc6bf707a408feea0ce038486c2a68a2ab1077a9b68d0a
+Size (apsw-3.49.1.0.zip) = 2452578 bytes



Home | Main Index | Thread Index | Old Index