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 Jan 15 15:25:11 UTC 2025

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

Log Message:
py-apsw: updated to 3.48.0.0

3.48.0.0

You can pass any Python objects into SQLite, and return them when used as runtime values such as functions. SQLite’s pointer passing interface is used behind the scenes. (APSW issue 521)

Source releases are also available in tar format (APSW issue 548), and have updated source release signing instructions. (APSW issue 549)

Shared cache (2006) is omitted when APSW includes the amalgamation like PyPI builds. This is recommended by SQLite, has been discouraged for a long time. apsw.enable_shared_cache() will raise an 
exception if called and the shared cache has been omitted. You can see what options are in effect in apsw.compile_options. If you were using it for shared memory databases then use the memdb VFS.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.49 -r1.50 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.78 pkgsrc/databases/py-apsw/Makefile:1.79
--- pkgsrc/databases/py-apsw/Makefile:1.78      Mon Dec  9 08:35:32 2024
+++ pkgsrc/databases/py-apsw/Makefile   Wed Jan 15 15:25:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2024/12/09 08:35:32 adam Exp $
+# $NetBSD: Makefile,v 1.79 2025/01/15 15:25:11 adam Exp $
 
-DISTNAME=      apsw-3.47.2.0
+DISTNAME=      apsw-3.48.0.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.49 pkgsrc/databases/py-apsw/distinfo:1.50
--- pkgsrc/databases/py-apsw/distinfo:1.49      Mon Dec  9 08:35:32 2024
+++ pkgsrc/databases/py-apsw/distinfo   Wed Jan 15 15:25:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2024/12/09 08:35:32 adam Exp $
+$NetBSD: distinfo,v 1.50 2025/01/15 15:25:11 adam Exp $
 
-BLAKE2s (apsw-3.47.2.0.zip) = 0ea60eac19796d86b4d2235e7fadba18dd4a49057716ffbd5684066bf25aae6e
-SHA512 (apsw-3.47.2.0.zip) = 9884f36811bfff7276642841ebaa198669c48f4d54bb764a985ea5bdd88f9f630f9fd8a13cf0a44b5675e374c2a911fcec579ca4165622e8049bff327ef66c1d
-Size (apsw-3.47.2.0.zip) = 2428145 bytes
+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



Home | Main Index | Thread Index | Old Index