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 Oct 5 19:09:08 UTC 2025
Modified Files:
pkgsrc/comms/py-textual: Makefile distinfo
Log Message:
py-textual: update to 6.2.1.
[6.2.1] - 2025-10-01
Fix inability to copy text outside of an input/textarea when it was focused #6148
Fix issue when copying text after a double click #6148
[6.2.0] - 2025-09-30
Changed
Eager tasks are now enabled On Python3.12 and above #6102
Widget._arrange is now public (as Widget.arrange) #6108
Reduced number of layout operations required to update the screen #6108
The :hover pseudo-class no applies to the first widget under the mouse with a hover style set #6132
The footer key hover background is more visible #6132
Made App.delay_update public #6137
Pilot.click will return True if the initial mouse down is on the specified target #6139
Added
Added DOMNode.displayed_and_visible_children #6102
Added Widget.process_layout #6105
Added App.viewport_size #6105
Added Screen.size #6105
Added compact to Binding.Group #6132
Added Screen.get_hover_widgets_at #6132
Added Content.wrap #6138
Added support to allow support for manual keys in add_columns as well. #5923
Fixed
Fixed issue where Segments with a style of None aren't rendered #6109
Fixed visual glitches and crash when changing DataTable.header_height #6128
Fixed TextArea.placeholder not handling multi-lines #6138
Fixed issue with RichLog when App.theme is set early #6141
Fixed children of collapsible not being focusable after collapsible is expanded #6143
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.26 -r1.27 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.31 pkgsrc/comms/py-textual/Makefile:1.32
--- pkgsrc/comms/py-textual/Makefile:1.31 Mon Sep 22 20:21:24 2025
+++ pkgsrc/comms/py-textual/Makefile Sun Oct 5 19:09:08 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2025/09/22 20:21:24 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2025/10/05 19:09:08 wiz Exp $
-DISTNAME= textual-6.1.0
+DISTNAME= textual-6.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= comms devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/textual/}
@@ -27,8 +26,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-textual-de
USE_LANGUAGES= # none
-# as of 5.2.0
-# 32 failed, 3273 passed, 3 skipped, 4 xfailed, 1 xpassed, 2 warnings
+# as of 6.2.1
+# 32 failed, 3325 passed, 3 skipped, 4 xfailed, 1 xpassed, 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.26 pkgsrc/comms/py-textual/distinfo:1.27
--- pkgsrc/comms/py-textual/distinfo:1.26 Tue Sep 2 11:56:28 2025
+++ pkgsrc/comms/py-textual/distinfo Sun Oct 5 19:09:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/09/02 11:56:28 adam Exp $
+$NetBSD: distinfo,v 1.27 2025/10/05 19:09:08 wiz Exp $
-BLAKE2s (textual-6.1.0.tar.gz) = 9d51d2c56346a7eb4fa19be665c735b03e6d814d0ecc54a6e1eecb93bb49fe08
-SHA512 (textual-6.1.0.tar.gz) = 2033cccb30189b38ddf7a4a8f06b14ccd062cd4a0de04844cc7541585ff882589d29a37f6de04cca7ab73e74c5c5da5f09fd28eb036ab3b3193f4af6a6941a4e
-Size (textual-6.1.0.tar.gz) = 1564786 bytes
+BLAKE2s (textual-6.2.1.tar.gz) = 02f246fc7d9bbaf25c23770e6eb98133b4a57022be8fd180929ef21a3c0e3843
+SHA512 (textual-6.2.1.tar.gz) = 097df356a04e854f27bbb17db528aa49f5c658b59ee4c1f6f193826e5e43f67624e2cd4427976a700f0fb4fea910a7daf3818279e64124f9a50a1521d940d102
+Size (textual-6.2.1.tar.gz) = 1570645 bytes
Home |
Main Index |
Thread Index |
Old Index