pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-aiosqlite



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 25 16:33:39 UTC 2025

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

Log Message:
py-aiosqlite: updated to 0.22.1

0.22.1

NOTE: Starting with v0.22.0, the aiosqlite.Connection object no longer inherits from threading.Thread. If not using aiosqlite as a context manager, clients must await connection.close() or call 
connection.stop() to ensure the helper thread is completed and terminated correctly. A ResourceWarning will be emitted for any connection that is garbage collected without being closed or stopped.

Added synchronous stop() method to aiosqlite.Connection to enable safe cleanup and termination of the background thread without dependence on having an active event loop


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/py-aiosqlite/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/py-aiosqlite/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-aiosqlite/Makefile
diff -u pkgsrc/databases/py-aiosqlite/Makefile:1.19 pkgsrc/databases/py-aiosqlite/Makefile:1.20
--- pkgsrc/databases/py-aiosqlite/Makefile:1.19 Sun Dec 14 08:40:48 2025
+++ pkgsrc/databases/py-aiosqlite/Makefile      Thu Dec 25 16:33:39 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/12/14 08:40:48 adam Exp $
+# $NetBSD: Makefile,v 1.20 2025/12/25 16:33:39 adam Exp $
 
-DISTNAME=      aiosqlite-0.22.0
+DISTNAME=      aiosqlite-0.22.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/aiosqlite/}

Index: pkgsrc/databases/py-aiosqlite/distinfo
diff -u pkgsrc/databases/py-aiosqlite/distinfo:1.14 pkgsrc/databases/py-aiosqlite/distinfo:1.15
--- pkgsrc/databases/py-aiosqlite/distinfo:1.14 Sun Dec 14 08:40:49 2025
+++ pkgsrc/databases/py-aiosqlite/distinfo      Thu Dec 25 16:33:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/12/14 08:40:49 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/12/25 16:33:39 adam Exp $
 
-BLAKE2s (aiosqlite-0.22.0.tar.gz) = 5bd32cc2637948a874932279a10eeb45dd86bc23b362565859fa0b42dd76cc15
-SHA512 (aiosqlite-0.22.0.tar.gz) = 3ecafae2a726c620e666abc5b14499305a294df7a7f69a9aa516755900debcefe1c58b7d59c4eaf1970035f882ef5a73e00be71bee2066845e791fd6dce08491
-Size (aiosqlite-0.22.0.tar.gz) = 14707 bytes
+BLAKE2s (aiosqlite-0.22.1.tar.gz) = 1a358795673535c8d0f148866de080921df6b514edbfa301d5e2261702c72554
+SHA512 (aiosqlite-0.22.1.tar.gz) = a207dc89b8e7d1dc6ae219a94f6f1f561b2c829739a5881025092a7247732e713ae71ce470787d9a38b02f3efbc617d1faf1ff62d8f45e9db1539d5ff3bd7943
+Size (aiosqlite-0.22.1.tar.gz) = 14821 bytes



Home | Main Index | Thread Index | Old Index