pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-apsw py-apsw: updated to 3.37.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/775a618f7431
branches:  trunk
changeset: 371641:775a618f7431
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 11 09:06:10 2022 +0000

description:
py-apsw: updated to 3.37.0

3.37.0-r1

Allow breaking of reference cycles between objects that contain a Connection or Cursor, and also use callbacks from that object (eg busy handler).

This is the last release supporting Python 2 and Python 3 before 3.7. If you still use those Python versions then you should pin to this APSW version. (More information).

Windows Python 3.10 binaries are available to download. The .exe format is no longer available with this Python version.

Fixed custom VFS extension loading failure could leave the error message unterminated.

Updated size of mutex array used by the fork checker

Connections are opened with SQLITE_OPEN_EXRESCODE so open errors will also include extended result codes.

Connection.changes() and Connection.totalchanges() use the new SQLite APIs that return 64 bit values (ie can now return values greater than 2 billion).

Added Connection.autovacuum_pages().

Added constants:

SQLITE_CONSTRAINT_DATATYPE, SQLITE_OPEN_EXRESCODE

diffstat:

 databases/py-apsw/Makefile |  7 +++----
 databases/py-apsw/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r d5ea40a52db6 -r 775a618f7431 databases/py-apsw/Makefile
--- a/databases/py-apsw/Makefile        Tue Jan 11 08:56:21 2022 +0000
+++ b/databases/py-apsw/Makefile        Tue Jan 11 09:06:10 2022 +0000
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.40 2022/01/04 20:52:40 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2022/01/11 09:06:10 adam Exp $
 
 DISTNAME=      apsw-${GITHUB_RELEASE}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
-PKGREVISION=   2
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rogerbinns/}
 EXTRACT_SUFX=  .zip
 GITHUB_PROJECT=        apsw
-GITHUB_RELEASE=        3.36.0-r1
+GITHUB_RELEASE=        3.37.0-r1
 
 MAINTAINER=    rhialto%falu.nl@localhost
 HOMEPAGE=      https://github.com/rogerbinns/apsw
@@ -16,7 +15,7 @@
 
 EGG_NAME=      ${DISTNAME:S/-r1/.post1/}
 
-BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.36.0
+BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.37.0
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r d5ea40a52db6 -r 775a618f7431 databases/py-apsw/distinfo
--- a/databases/py-apsw/distinfo        Tue Jan 11 08:56:21 2022 +0000
+++ b/databases/py-apsw/distinfo        Tue Jan 11 09:06:10 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2021/10/26 10:09:48 nia Exp $
+$NetBSD: distinfo,v 1.23 2022/01/11 09:06:10 adam Exp $
 
-BLAKE2s (apsw-3.36.0-r1.zip) = dc29950e9ebd3d107c8a2bfcc4c2e6128e36b731c6d0c2c2b8789c3b8becf588
-SHA512 (apsw-3.36.0-r1.zip) = 827c4efa7a94ac3734fd879472ca3ea843ce9a1e10ec522a193af59dc011480dd48b0cdacf5f6f9d063130d1439031692637b52b37aa2f29d4c5117457db4039
-Size (apsw-3.36.0-r1.zip) = 691694 bytes
+BLAKE2s (apsw-3.37.0-r1.zip) = 80de1305727557fa16c63332192d0fbd9ccb6bec823468d5b6c7fdc54aa76620
+SHA512 (apsw-3.37.0-r1.zip) = 0ac4061fa851a453afba3d578e5ada7842c7507a54c256330f9aa8a37a05a76a8b2c86a901b7764b03b48e31b66d879cc88380706e0362c657b6549cbe011df8
+Size (apsw-3.37.0-r1.zip) = 698951 bytes



Home | Main Index | Thread Index | Old Index