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:           Sun Feb 22 14:55:29 UTC 2026

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

Log Message:
py-textual: update to 8.0.0.

The major version change is due to changing Select.BLANK to Select.NULL, to avoid an unfortunate name clash.

[8.0.0] - 2026-02-16

Added

    Added mode argument to push_screen and push_screen_wait to enable pushing a screen to a non-active mode #6362
    Added App.mode_change_signal and App.screen_change_signal #6362
    Added Tabs.get_tab #6362
    Added Catppuccin Frappe and Macchiato themes #6335

Changed

    It is no longer a NOOP and warning to dismiss a non-active screen. The dismiss will still work, but the screen may not update if the current mode is not active. #6362
    Added 50ms delay when switching screens to allow state to udpate and prevent janky flash of old content #6362
    Breaking change: Changed Select.BLANK to Select.NULL to avoid clash with newer Widget.BLANK Classvar #6374


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.38 -r1.39 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.43 pkgsrc/comms/py-textual/Makefile:1.44
--- pkgsrc/comms/py-textual/Makefile:1.43       Sun Feb  1 19:07:16 2026
+++ pkgsrc/comms/py-textual/Makefile    Sun Feb 22 14:55:29 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2026/02/01 19:07:16 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2026/02/22 14:55:29 wiz Exp $
 
-DISTNAME=      textual-7.5.0
+DISTNAME=      textual-8.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -26,8 +26,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-textual-de
 
 USE_LANGUAGES= # none
 
-# as of 7.5.0
-# 447 failed, 2964 passed, 3 skipped, 5 xfailed, 1 warning
+# as of 8.0.0
+# 446 failed, 2966 passed, 3 skipped, 5 xfailed, 1 warning
 
 # https://github.com/Textualize/textual/issues/5854
 INSTALLATION_DIRS+=    ${PYSITELIB}/resources

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.38 pkgsrc/comms/py-textual/distinfo:1.39
--- pkgsrc/comms/py-textual/distinfo:1.38       Sun Feb  1 19:07:16 2026
+++ pkgsrc/comms/py-textual/distinfo    Sun Feb 22 14:55:29 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.38 2026/02/01 19:07:16 wiz Exp $
+$NetBSD: distinfo,v 1.39 2026/02/22 14:55:29 wiz Exp $
 
-BLAKE2s (textual-7.5.0.tar.gz) = f57976d3309520bb96f207e11934756328b27a8b716dbbbd617d078bc21fe6fb
-SHA512 (textual-7.5.0.tar.gz) = c51249e212e149c1544b1e2e7a773e0326b445c9d48e99945ddc4405275011801191c2e300a9ed2bc75c06284949ded0e2fe6ce274a2499518eb7136c5387d04
-Size (textual-7.5.0.tar.gz) = 1592319 bytes
+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



Home | Main Index | Thread Index | Old Index