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 Aug 28 10:34:46 UTC 2023
Modified Files:
pkgsrc/databases/py-apsw: Makefile PLIST distinfo
Log Message:
py-apsw: updated to 3.43.0.0
3.43.0.0
This is the last version that supports Python 3.6 and Python 3.7 (both end of life). The policy as stated in the about page is that there will be one more APSW release after a Python version goes end
of life supporting that Python version. (APSW issue 471)
Added best practice module (APSW issue 460)
apsw.ext.log_sqlite() outputs SQLite warnings at warning level. (APSW issue 472)
sqlite3_stmt_explain is wrapped available as a explain keyword parameter on execute/executemany methods. (APSW issue 474)
Added documentation and helper class for implementing custom pragmas in your own Virtual File System (VFS) (APSW issue 464)
Reduced overhead of the Column method when using apsw.ext.make_virtual_module() (APSW issue 465)
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/py-apsw/PLIST
cvs rdiff -u -r1.32 -r1.33 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.55 pkgsrc/databases/py-apsw/Makefile:1.56
--- pkgsrc/databases/py-apsw/Makefile:1.55 Sun Jul 30 15:39:00 2023
+++ pkgsrc/databases/py-apsw/Makefile Mon Aug 28 10:34:45 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2023/07/30 15:39:00 adam Exp $
+# $NetBSD: Makefile,v 1.56 2023/08/28 10:34:45 adam Exp $
-DISTNAME= apsw-3.42.0.1
+DISTNAME= apsw-3.43.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_GITHUB:=rogerbinns/}
Index: pkgsrc/databases/py-apsw/PLIST
diff -u pkgsrc/databases/py-apsw/PLIST:1.4 pkgsrc/databases/py-apsw/PLIST:1.5
--- pkgsrc/databases/py-apsw/PLIST:1.4 Mon Nov 28 09:18:54 2022
+++ pkgsrc/databases/py-apsw/PLIST Mon Aug 28 10:34:45 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/11/28 09:18:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/08/28 10:34:45 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,6 +8,9 @@ ${PYSITELIB}/apsw/__init__.so
${PYSITELIB}/apsw/__main__.py
${PYSITELIB}/apsw/__main__.pyc
${PYSITELIB}/apsw/__main__.pyo
+${PYSITELIB}/apsw/bestpractice.py
+${PYSITELIB}/apsw/bestpractice.pyc
+${PYSITELIB}/apsw/bestpractice.pyo
${PYSITELIB}/apsw/ext.py
${PYSITELIB}/apsw/ext.pyc
${PYSITELIB}/apsw/ext.pyo
Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.32 pkgsrc/databases/py-apsw/distinfo:1.33
--- pkgsrc/databases/py-apsw/distinfo:1.32 Sun Jul 30 15:39:00 2023
+++ pkgsrc/databases/py-apsw/distinfo Mon Aug 28 10:34:45 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2023/07/30 15:39:00 adam Exp $
+$NetBSD: distinfo,v 1.33 2023/08/28 10:34:45 adam Exp $
-BLAKE2s (apsw-3.42.0.1.zip) = 9bd054a841ddd169f84574b50bdc758b8c2772417ece08d80899230581e06315
-SHA512 (apsw-3.42.0.1.zip) = 7d03a6ff361376424b7b70fa07811ed2f5e127598d64d9b1fec3212673cae76d13441bd0b6af93cdfe11c9bd5009f681e06366ca3373383e0f8d393b2d2899b1
-Size (apsw-3.42.0.1.zip) = 4102450 bytes
+BLAKE2s (apsw-3.43.0.0.zip) = 8fc8e1f0a15a75d7ce587cbfe6d8e932042ed7c8d28f5a3ffaef67a9c5488088
+SHA512 (apsw-3.43.0.0.zip) = b2347302bcee5b2c595d1ae8e75e855f8a6be9c89a3db2293b3a40090412e26362ba85969abf70650c1dffb3e5b5d33499e0fa8d9f8d4910b9c68f4879956239
+Size (apsw-3.43.0.0.zip) = 4122382 bytes
Home |
Main Index |
Thread Index |
Old Index