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:           Fri Dec  8 12:27:48 UTC 2023

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

Log Message:
py-apsw: updated to 3.44.2.0

3.44.2.0

Added logger parameter to apsw.ext.log_sqlite() to use a specific logging.Logger (APSW issue 493)

Added apsw.ext.result_string() to turn an result code into a string, taking into account if it is extended or not.

Provide detail when C implemented objects are printed. For example connections include the filename. (APSW issue 494)

Added URIFilename.parameters() (APSW issue 496)

URIFilename are only valid for the duration of the VFS.xOpen() call. If you save and use the object later you will get an exception. (APSW issue 501)


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/databases/py-apsw/Makefile
cvs rdiff -u -r1.38 -r1.39 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.62 pkgsrc/databases/py-apsw/Makefile:1.63
--- pkgsrc/databases/py-apsw/Makefile:1.62      Thu Nov  9 13:00:57 2023
+++ pkgsrc/databases/py-apsw/Makefile   Fri Dec  8 12:27:47 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2023/11/09 13:00:57 adam Exp $
+# $NetBSD: Makefile,v 1.63 2023/12/08 12:27:47 adam Exp $
 
-DISTNAME=      apsw-3.44.0.0
+DISTNAME=      apsw-3.44.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rogerbinns/}

Index: pkgsrc/databases/py-apsw/distinfo
diff -u pkgsrc/databases/py-apsw/distinfo:1.38 pkgsrc/databases/py-apsw/distinfo:1.39
--- pkgsrc/databases/py-apsw/distinfo:1.38      Thu Nov  9 13:00:57 2023
+++ pkgsrc/databases/py-apsw/distinfo   Fri Dec  8 12:27:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2023/11/09 13:00:57 adam Exp $
+$NetBSD: distinfo,v 1.39 2023/12/08 12:27:47 adam Exp $
 
-BLAKE2s (apsw-3.44.0.0.zip) = d018bf8f83afea6c09eda3631d7fbc57abd181eb5c03c7dc28a7a16daba74c31
-SHA512 (apsw-3.44.0.0.zip) = c6395fc0f3ce9ffc1b84780f768579d921289c2db7aee372ad3453c293c7acc264ce501697b299df7359ef225210aded44faf8d42b478e804856ee864192f0b3
-Size (apsw-3.44.0.0.zip) = 4121938 bytes
+BLAKE2s (apsw-3.44.2.0.zip) = b06c971671d36ef6b813e45bf60ff6045ce444281221d808e1aee2baf56b566a
+SHA512 (apsw-3.44.2.0.zip) = 05deaf2677672b78f7d343bf2554bb4aaffd8e58c38c17eb065316306747e7361c51ab864f5e0b4ad3f3b39cd9332dfedbe8fe07e2d47e19171fc486f296457c
+Size (apsw-3.44.2.0.zip) = 4124996 bytes



Home | Main Index | Thread Index | Old Index