pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-textual



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  9 17:20:43 UTC 2026

Modified Files:
        pkgsrc/comms/py-textual: Makefile distinfo

Log Message:
py-textual: update to 8.0.2.

8.0.2

Changed

    Themes are now in alphabetical order in command palette #6405

Fixed

    Fixed issues with Directory Tree #6405

8.0.1

Fixed

    DirectoryTree runs more operations in a thread to avoid micro-freezes

Changes

    Some tweaks to garbage collection to reduce gc time #6402


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/comms/py-textual/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/py-textual/Makefile
diff -u pkgsrc/comms/py-textual/Makefile:1.44 pkgsrc/comms/py-textual/Makefile:1.45
--- pkgsrc/comms/py-textual/Makefile:1.44       Sun Feb 22 14:55:29 2026
+++ pkgsrc/comms/py-textual/Makefile    Mon Mar  9 17:20:43 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2026/02/22 14:55:29 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2026/03/09 17:20:43 wiz Exp $
 
-DISTNAME=      textual-8.0.0
+DISTNAME=      textual-8.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -26,7 +26,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-textual-de
 
 USE_LANGUAGES= # none
 
-# as of 8.0.0
+# as of 8.0.2
 # 446 failed, 2966 passed, 3 skipped, 5 xfailed, 1 warning
 
 # https://github.com/Textualize/textual/issues/5854

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.39 pkgsrc/comms/py-textual/distinfo:1.40
--- pkgsrc/comms/py-textual/distinfo:1.39       Sun Feb 22 14:55:29 2026
+++ pkgsrc/comms/py-textual/distinfo    Mon Mar  9 17:20:43 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2026/02/22 14:55:29 wiz Exp $
+$NetBSD: distinfo,v 1.40 2026/03/09 17:20:43 wiz Exp $
 
-BLAKE2s (textual-8.0.0.tar.gz) = 8d19f4a54629b63ca1795bcea4db7cdb3d98506f8c68c07776a724b198f1cba3
-SHA512 (textual-8.0.0.tar.gz) = 81aba487162707b5f8676358ceb981fbdb9bac03169bd9f372551de9bcf9f2442b39fbf3352de089fdaa2660a45c0f619105d5fe7c5fa72aa8675dca98550983
-Size (textual-8.0.0.tar.gz) = 1595895 bytes
+BLAKE2s (textual-8.0.2.tar.gz) = 5bacd4fabf48ba02949755b8e92a4a0a8042137c8f76a4d303b8c5578621e1b1
+SHA512 (textual-8.0.2.tar.gz) = 4a3d45e8fb699b78419c93f4697eb61842fc84742d32f3465f3fed67ca4efeb435a3db6f0c264d64005252291e5ded33bf4ff681498a6d4d037af60d868150e0
+Size (textual-8.0.2.tar.gz) = 6099270 bytes



Home | Main Index | Thread Index | Old Index