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 23 17:23:06 UTC 2025
Modified Files:
pkgsrc/comms/py-textual: Makefile PLIST distinfo
Log Message:
py-textual: update to 2.1.1.
2.1.1
The interrupted release
Mostly fixes here. There is a small change to behavior around scroll_end.
2.1.0
The pointed release
Mostly fixes in this release, and a small feature.
The mouse event adds pointer_* attributes which contain the pointer
coordinates in pixel resolution (if supported by your terminal).
[2.0.4] - 2025-02-17
Fixed
Fixed smooth scrolling breaking mouse support in VSCode (and probably others) #5549
[2.0.3] - 2025-02-16
Fixed
Fixed traceback from OptionList in Command Palette #5544
[2.0.2] - 2025-02-16
Fixed
Fixed OptionList.add_options exhausting iterator #5540
Fixed screen not refreshing after pop #5543
2.0.1
Fixed
Fixed escape tags in Content markup #5536
2.0.0
The Smooooth release
This is a big release!
Arbitrary text selection. You can now select text, and hit ctrl+c
to copy it to the clipboard. This works just about everywhere,
although there a re a few widgets were it isn't yet implemented.
- Smoother scrolling, for Kitty, Ghostty, and some other terminals.
- New content system
- Many fixes, see the full changelog below...
Breaking change: Strings returned from render() and other places
will now be interpreted with Content.from_markup, rather than
Rich.from_markup. This may result in slightly different colors,
and emoji codes (like ":smiley:") will no longer be processed
automatically. If you want to restore the old behavior you can
return Rich.from_markup("Your output here") rather than string
literal.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.13 -r1.14 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.17 pkgsrc/comms/py-textual/Makefile:1.18
--- pkgsrc/comms/py-textual/Makefile:1.17 Fri Dec 27 09:30:53 2024
+++ pkgsrc/comms/py-textual/Makefile Sun Feb 23 17:23:06 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/12/27 09:30:53 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2025/02/23 17:23:06 wiz Exp $
-DISTNAME= textual-1.0.0
+DISTNAME= textual-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/textual/}
@@ -26,8 +26,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-textual-de
USE_LANGUAGES= # none
-# as of 1.0.0
-# 17 failed, 3091 passed, 2 skipped, 4 xfailed, 81 warnings
+# as of 2.1.1
+# 18 failed, 3173 passed, 4 skipped, 4 xfailed, 81 warnings
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.8 pkgsrc/comms/py-textual/PLIST:1.9
--- pkgsrc/comms/py-textual/PLIST:1.8 Fri Dec 6 22:06:50 2024
+++ pkgsrc/comms/py-textual/PLIST Sun Feb 23 17:23:06 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/12/06 22:06:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/02/23 17:23:06 wiz Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -90,6 +90,9 @@ ${PYSITELIB}/textual/_log.pyo
${PYSITELIB}/textual/_loop.py
${PYSITELIB}/textual/_loop.pyc
${PYSITELIB}/textual/_loop.pyo
+${PYSITELIB}/textual/_markup_playground.py
+${PYSITELIB}/textual/_markup_playground.pyc
+${PYSITELIB}/textual/_markup_playground.pyo
${PYSITELIB}/textual/_node_list.py
${PYSITELIB}/textual/_node_list.pyc
${PYSITELIB}/textual/_node_list.pyo
@@ -417,6 +420,9 @@ ${PYSITELIB}/textual/logging.pyo
${PYSITELIB}/textual/map_geometry.py
${PYSITELIB}/textual/map_geometry.pyc
${PYSITELIB}/textual/map_geometry.pyo
+${PYSITELIB}/textual/markup.py
+${PYSITELIB}/textual/markup.pyc
+${PYSITELIB}/textual/markup.pyo
${PYSITELIB}/textual/message.py
${PYSITELIB}/textual/message.pyc
${PYSITELIB}/textual/message.pyo
@@ -487,12 +493,18 @@ ${PYSITELIB}/textual/scroll_view.pyo
${PYSITELIB}/textual/scrollbar.py
${PYSITELIB}/textual/scrollbar.pyc
${PYSITELIB}/textual/scrollbar.pyo
+${PYSITELIB}/textual/selection.py
+${PYSITELIB}/textual/selection.pyc
+${PYSITELIB}/textual/selection.pyo
${PYSITELIB}/textual/signal.py
${PYSITELIB}/textual/signal.pyc
${PYSITELIB}/textual/signal.pyo
${PYSITELIB}/textual/strip.py
${PYSITELIB}/textual/strip.pyc
${PYSITELIB}/textual/strip.pyo
+${PYSITELIB}/textual/style.py
+${PYSITELIB}/textual/style.pyc
+${PYSITELIB}/textual/style.pyo
${PYSITELIB}/textual/suggester.py
${PYSITELIB}/textual/suggester.pyc
${PYSITELIB}/textual/suggester.pyo
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.13 pkgsrc/comms/py-textual/distinfo:1.14
--- pkgsrc/comms/py-textual/distinfo:1.13 Fri Dec 27 09:30:53 2024
+++ pkgsrc/comms/py-textual/distinfo Sun Feb 23 17:23:06 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/12/27 09:30:53 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/02/23 17:23:06 wiz Exp $
-BLAKE2s (textual-1.0.0.tar.gz) = e08541c5a434a694ed4d830780fd1b4e826852caa5d836cbdcf62ba08c649e0e
-SHA512 (textual-1.0.0.tar.gz) = 11a205830233bfa362b91dc223e32283ab6e514e7687d19e1029d6a9fae6d20d28dcc1df556d75c0e21a6717c05c0a44e926067165ba924ef2610bb99610a327
-Size (textual-1.0.0.tar.gz) = 1532733 bytes
+BLAKE2s (textual-2.1.1.tar.gz) = 143d9c6a29cbe5be46f5706972138d648a16d81a4272952ebbf3a80d41147955
+SHA512 (textual-2.1.1.tar.gz) = d6df6ca4da929aa299ca10210d5d7e1064742a96665ba6284ff8838b657c345d3c1a9b5c2d7b2167790b0f96558e70656175c412a8b6adf6891dc8882013028a
+Size (textual-2.1.1.tar.gz) = 1596324 bytes
Home |
Main Index |
Thread Index |
Old Index