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: Fri Jul 3 06:09:13 UTC 2026
Modified Files:
pkgsrc/databases/py-apsw: Makefile distinfo
Log Message:
py-apsw: updated to 3.53.3.0
3.53.3.0
pyodide (web assembly) builds are now published to pypi, thanks to version 4 of cibuildwheel.
Async breaking changes: This SQLite release requires the database mutex for some APIs that it did not before. The following were direct values, but now must be awaited: Connection.changes()
Connection.get_autocommit() Connection.in_transaction Connection.last_insert_rowid() Connection.total_changes()
The closure extension was removed from SQLite extra by SQLite. Common table expressions are a better approach.
Remove the logger on module unload (APSW issue 620)
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.63 -r1.64 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.95 pkgsrc/databases/py-apsw/Makefile:1.96
--- pkgsrc/databases/py-apsw/Makefile:1.95 Fri Jun 5 07:04:26 2026
+++ pkgsrc/databases/py-apsw/Makefile Fri Jul 3 06:09:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.95 2026/06/05 07:04:26 adam Exp $
+# $NetBSD: Makefile,v 1.96 2026/07/03 06:09:13 adam Exp $
-DISTNAME= apsw-3.53.2.0
+DISTNAME= apsw-3.53.3.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.63 pkgsrc/databases/py-apsw/distinfo:1.64
--- pkgsrc/databases/py-apsw/distinfo:1.63 Fri Jun 5 07:04:26 2026
+++ pkgsrc/databases/py-apsw/distinfo Fri Jul 3 06:09:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2026/06/05 07:04:26 adam Exp $
+$NetBSD: distinfo,v 1.64 2026/07/03 06:09:13 adam Exp $
-BLAKE2s (apsw-3.53.2.0.zip) = 68f7d747707cb19aae970121403c4ae792e8c0711f552c980adde10361c1133b
-SHA512 (apsw-3.53.2.0.zip) = 98226fd20c3f57e14a84418f0af8ab35b7701da9926f6074cd4cc1bc3c5084d7bba081048663687d0c6e19cb11af5815a8bfae1e14f629c89ca82ad80d456c2b
-Size (apsw-3.53.2.0.zip) = 2869157 bytes
+BLAKE2s (apsw-3.53.3.0.zip) = 7f044476c29889bfda7cb1c490ce6c0f2005eac4dc61a5866ca9b283cd8b64a7
+SHA512 (apsw-3.53.3.0.zip) = fd5f8f0a956a4afea20dfb28c7ff8ab3535cf509a107a201b2b0408d70abfee7ecea42f419e622adc608175c8e636ef6c28730dc1327a0a9d9564c590737ad89
+Size (apsw-3.53.3.0.zip) = 2870330 bytes
Home |
Main Index |
Thread Index |
Old Index