Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADF7E84DB9 for ; Thu, 25 May 2023 09:58:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id r7IFfeZgXmL9 for ; Thu, 25 May 2023 09:58:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 02E4B84D46 for ; Thu, 25 May 2023 09:58:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EAA0AFA87; Thu, 25 May 2023 09:58:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16850087097710" MIME-Version: 1.0 Date: Thu, 25 May 2023 09:58:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/py-apsw To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230525095829.EAA0AFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_16850087097710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 25 09:58:29 UTC 2023 Modified Files: pkgsrc/databases/py-apsw: Makefile distinfo Log Message: py-apsw: updated to 3.42.0.0 3.42.0.0 SQLITE_ENABLE_COLUMN_METADATA is enabled when installing APSW from PyPI (binary or source). (APSW issue 435) Type stubs and typing information in the documentation use newer Python conventions such as | instead of Union and list instead of typing.List, being more concise and readable. (A recent Python is required to use them, but they have no effect at runtime.) (APSW issue 438) Shell: Errors when SQLite are preparing a statement now show the relevant extract of the query, and where the error was detected. Shell: Output modes table (ASCII line drawing, lots of sanitization), box (Unicode line drawing) and qbox (box with quoted values) available. Python 3.7+ (APSW issue 420) Shell: if started interactively then box is the default mode (list remains the default in non-interactive) Added Connection.pragma() to execute pragmas and get results. (APSW issue 432) Added Cursor.get returning query results with the least amount of structure. (APSW issue 389) Fixed execution tracers should return comment text for comment only queries, and add Cursor.has_vdbe. (APSW issue 433) Ensure that all applicable options are implemented for apsw.config(), Connection.config() and similar. (APSW issue 431) Added apsw.sleep() (APSW issue 419) Strings for apsw.VFS.xNextSystemCall() are interned avoiding memory leaks. (APSW issue 430) Detect unbound recursion not handled by CPython, and handle better. (APSW issue 425) To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/py-apsw/Makefile cvs rdiff -u -r1.30 -r1.31 pkgsrc/databases/py-apsw/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16850087097710 Content-Disposition: inline Content-Length: 1922 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-apsw/Makefile diff -u pkgsrc/databases/py-apsw/Makefile:1.53 pkgsrc/databases/py-apsw/Makefile:1.54 --- pkgsrc/databases/py-apsw/Makefile:1.53 Wed Apr 19 08:09:32 2023 +++ pkgsrc/databases/py-apsw/Makefile Thu May 25 09:58:29 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2023/04/19 08:09:32 adam Exp $ +# $NetBSD: Makefile,v 1.54 2023/05/25 09:58:29 adam Exp $ -DISTNAME= apsw-3.41.2.0 +DISTNAME= apsw-3.42.0.0 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>=3.41.0 +BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.42.0 .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.30 pkgsrc/databases/py-apsw/distinfo:1.31 --- pkgsrc/databases/py-apsw/distinfo:1.30 Wed Mar 29 13:04:33 2023 +++ pkgsrc/databases/py-apsw/distinfo Thu May 25 09:58:29 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.30 2023/03/29 13:04:33 adam Exp $ +$NetBSD: distinfo,v 1.31 2023/05/25 09:58:29 adam Exp $ -BLAKE2s (apsw-3.41.2.0.zip) = f8c81030977272435e6bce0be6ff1c0d8db66608143d183993ec7491ada6e864 -SHA512 (apsw-3.41.2.0.zip) = a8cd9aac17bddc0ef6ee1a66618c47627fc66eaa97b2cf8778961cc49098b231902defe68d18cdd41bd461cd28da15d935d3b00159e615d28d708110aa699f7c -Size (apsw-3.41.2.0.zip) = 4073346 bytes +BLAKE2s (apsw-3.42.0.0.zip) = 00dbb8a9d24c4807b5399a5b8786754d4716f751117510c1d33a16558f7de050 +SHA512 (apsw-3.42.0.0.zip) = facc981681b8dc24a50aeaf1e1533758702a54138aa7116c522cd37104ee9466a31f7305c93307bb9cccf5e2fc8c4ab4e52feed7ef418ea8ca40c57a6e673d3c +Size (apsw-3.42.0.0.zip) = 4062212 bytes --_----------=_16850087097710--