Subject: CVS commit: pkgsrc/databases/py-apsw
From: Adam Ciarcinski
Date: 2023-10-11 10:41:27
Message id: 20231011084127.CA182FADC@cvs.NetBSD.org

Log Message:
py-apsw: updated to 3.43.1.1

3.43.1.1

Exception handling has been updated, with multiple exceptions in the same SQLite \ 
control flow being chained together. Previously more would have used the \ 
unraisable mechanism. (APSW issue 489)

Only use alloca with msvc because it doesn't support VLA. The arrays are used \ 
for fastcall. (APSW issue 487)

Files:
RevisionActionfile
1.59modifypkgsrc/databases/py-apsw/Makefile
1.36modifypkgsrc/databases/py-apsw/distinfo
1.1removepkgsrc/databases/py-apsw/patches/patch-src_apsw.c