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 Oct 11 08:41:27 UTC 2023

Modified Files:
        pkgsrc/databases/py-apsw: Makefile distinfo
Removed Files:
        pkgsrc/databases/py-apsw/patches: patch-src_apsw.c

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)


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/py-apsw/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/py-apsw/patches/patch-src_apsw.c

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.58 pkgsrc/databases/py-apsw/Makefile:1.59
--- pkgsrc/databases/py-apsw/Makefile:1.58      Tue Oct  3 13:26:33 2023
+++ pkgsrc/databases/py-apsw/Makefile   Wed Oct 11 08:41:27 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2023/10/03 13:26:33 rhialto Exp $
+# $NetBSD: Makefile,v 1.59 2023/10/11 08:41:27 adam Exp $
 
-DISTNAME=      apsw-3.43.1.0
+DISTNAME=      apsw-3.43.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
-PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rogerbinns/}
 EXTRACT_SUFX=  .zip
@@ -18,7 +17,7 @@ PYSETUPBUILDARGS+=    --enable=load_extensi
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=${PKGVERSION_NOREV:C/\.[0-9]*$//}
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=${PKGVERSION_NOREV:R}
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.35 pkgsrc/databases/py-apsw/distinfo:1.36
--- pkgsrc/databases/py-apsw/distinfo:1.35      Mon Oct  2 15:54:46 2023
+++ pkgsrc/databases/py-apsw/distinfo   Wed Oct 11 08:41:27 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/10/02 15:54:46 abs Exp $
+$NetBSD: distinfo,v 1.36 2023/10/11 08:41:27 adam Exp $
 
-BLAKE2s (apsw-3.43.1.0.zip) = 1f6a337315c25ba9590250d92568a6593af929d8a4f3b8e92dd29de900c925d3
-SHA512 (apsw-3.43.1.0.zip) = 2ac78e2646490250352e39b32bf484264db6026c7b0152bd7f67e91745dc40631b09c53ac7ce7937198ac41e5d55981ef1b09190555c3569fc6319db4df87bd9
-Size (apsw-3.43.1.0.zip) = 4136246 bytes
-SHA1 (patch-src_apsw.c) = 42b4bcb8f4e6e864c0bc215e48938c291b00ec35
+BLAKE2s (apsw-3.43.1.1.zip) = 1a7917394331b5420bb217be18dd3a57183d7b705a2d7989abb91c06b28e9205
+SHA512 (apsw-3.43.1.1.zip) = 5ece55114e912384410597054683331b70577f9d182729aa8110c6b75bf613241f9124c0854993df28d5e0deb54a665e65ae46057ee43a5995a562212fc84dca
+Size (apsw-3.43.1.1.zip) = 4133788 bytes



Home | Main Index | Thread Index | Old Index