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:           Tue Jan 11 09:06:10 UTC 2022

Modified Files:
        pkgsrc/databases/py-apsw: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.22 -r1.23 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.40 pkgsrc/databases/py-apsw/Makefile:1.41
--- pkgsrc/databases/py-apsw/Makefile:1.40      Tue Jan  4 20:52:40 2022
+++ pkgsrc/databases/py-apsw/Makefile   Tue Jan 11 09:06:10 2022
@@ -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 @@ LICENSE=      zlib
 
 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"

Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.22 pkgsrc/databases/py-apsw/distinfo:1.23
--- pkgsrc/databases/py-apsw/distinfo:1.22      Tue Oct 26 10:09:48 2021
+++ pkgsrc/databases/py-apsw/distinfo   Tue Jan 11 09:06:10 2022
@@ -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