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 Apr  5 11:58:40 UTC 2026

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

Log Message:
py-textual: update to 8.2.3.

8.2.3

Changed

    Reduce lag when resizing window, by moving resize from idle to a timer #6471

8.2.2

Fixed an issue where styles were being unneccesarily updated when
resizing. Textual apps will now adapt to changes in the terminal
size much more quickly.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.42 -r1.43 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.47 pkgsrc/comms/py-textual/Makefile:1.48
--- pkgsrc/comms/py-textual/Makefile:1.47       Sun Mar 29 18:58:37 2026
+++ pkgsrc/comms/py-textual/Makefile    Sun Apr  5 11:58:40 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2026/03/29 18:58:37 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2026/04/05 11:58:40 wiz Exp $
 
-DISTNAME=      textual-8.2.1
+DISTNAME=      textual-8.2.3
 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 8.2.1
-# 448 failed, 2991 passed, 3 skipped, 5 xfailed, 1 warning
+# as of 8.2.3
+# 446 failed, 2993 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.42 pkgsrc/comms/py-textual/distinfo:1.43
--- pkgsrc/comms/py-textual/distinfo:1.42       Sun Mar 29 18:58:37 2026
+++ pkgsrc/comms/py-textual/distinfo    Sun Apr  5 11:58:40 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2026/03/29 18:58:37 wiz Exp $
+$NetBSD: distinfo,v 1.43 2026/04/05 11:58:40 wiz Exp $
 
-BLAKE2s (textual-8.2.1.tar.gz) = 40707e308946070d50744e5af5c1d81d77bf5e01da09472609bee942eeff4e9b
-SHA512 (textual-8.2.1.tar.gz) = 81f902b7ebb00a72d9832d887e1a4f733f21c25ac42328c4a36b3a70d8991e8a4b2cf3f71bb57eeb648ad04663a9f0dfe7a110d58673079a6d6d3176bd2245cc
-Size (textual-8.2.1.tar.gz) = 1848386 bytes
+BLAKE2s (textual-8.2.3.tar.gz) = 149a36a69c704b5be59df3d00d55ef0f74924b9c308ccff83461314666a8c343
+SHA512 (textual-8.2.3.tar.gz) = 744a83f262fab9d109e2a0b9941c90189b880fc32fdea700fa03d19475e9bc8ea24761c5b87e8edd9fd22c3c699fb3b20b53de532ad903944c07dad9bcbd2063
+Size (textual-8.2.3.tar.gz) = 1848738 bytes



Home | Main Index | Thread Index | Old Index