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 Mar 29 18:58:37 UTC 2026

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

Log Message:
py-textual: update to 8.2.1.

8.2.1

Fixes a crash when a selected widget is removed while selecting

8.2.0

This release enhances text selection, with auto-scrolling, and the ability to select across container widgets.

This work was sponsored by Mistral AI.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.41 -r1.42 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.46 pkgsrc/comms/py-textual/Makefile:1.47
--- pkgsrc/comms/py-textual/Makefile:1.46       Sun Mar 15 13:36:02 2026
+++ pkgsrc/comms/py-textual/Makefile    Sun Mar 29 18:58:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2026/03/15 13:36:02 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/03/29 18:58:37 wiz Exp $
 
-DISTNAME=      textual-8.1.1
+DISTNAME=      textual-8.2.1
 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.1.1
-# 446 failed, 2968 passed, 3 skipped, 5 xfailed, 1 warning
+# as of 8.2.1
+# 448 failed, 2991 passed, 3 skipped, 5 xfailed, 1 warning
 
 # https://github.com/Textualize/textual/issues/5854
 INSTALLATION_DIRS+=    ${PYSITELIB}/resources

Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.16 pkgsrc/comms/py-textual/PLIST:1.17
--- pkgsrc/comms/py-textual/PLIST:1.16  Mon Sep 22 20:21:24 2025
+++ pkgsrc/comms/py-textual/PLIST       Sun Mar 29 18:58:37 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2025/09/22 20:21:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2026/03/29 18:58:37 wiz Exp $
 ${PYSITELIB}/resources/snapshot_report_template.jinja2
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -22,6 +22,9 @@ ${PYSITELIB}/textual/_ansi_theme.pyo
 ${PYSITELIB}/textual/_arrange.py
 ${PYSITELIB}/textual/_arrange.pyc
 ${PYSITELIB}/textual/_arrange.pyo
+${PYSITELIB}/textual/_auto_scroll.py
+${PYSITELIB}/textual/_auto_scroll.pyc
+${PYSITELIB}/textual/_auto_scroll.pyo
 ${PYSITELIB}/textual/_binary_encode.py
 ${PYSITELIB}/textual/_binary_encode.pyc
 ${PYSITELIB}/textual/_binary_encode.pyo

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.41 pkgsrc/comms/py-textual/distinfo:1.42
--- pkgsrc/comms/py-textual/distinfo:1.41       Sun Mar 15 13:36:02 2026
+++ pkgsrc/comms/py-textual/distinfo    Sun Mar 29 18:58:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2026/03/15 13:36:02 wiz Exp $
+$NetBSD: distinfo,v 1.42 2026/03/29 18:58:37 wiz Exp $
 
-BLAKE2s (textual-8.1.1.tar.gz) = 9efa8581b66f24315ca151b3648b90b8797fa0b276d723617c7a28fc639d55d8
-SHA512 (textual-8.1.1.tar.gz) = 5ec2cdea8f469582b975a38de231f90a3041d846228c6c5608445510801c70d365c3e9346802b5cbf24cfd175b7e9c9048972157856f1d2fd2da47003918069e
-Size (textual-8.1.1.tar.gz) = 1843002 bytes
+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



Home | Main Index | Thread Index | Old Index