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: Tue Jun 10 06:07:29 UTC 2025
Modified Files:
pkgsrc/comms/py-textual: Makefile PLIST distinfo
Log Message:
py-textual: update to 3.3.0.
[3.3.0] - 2025-06-01
Fixed
Fixed VERTICAL_BREAKPOINTS doesn't work #5785
Fixed Button allowing text selection #5770
Fixed running App.run after asyncio.run #5799
Fixed triggering a deprecation warning in py >= 3.10 #5799
Fixed Input invalid cursor position after updating the value #5811
Fixed DEFAULT_CLASSES when applied to App #5827
Fixed order of implicit content tag closing #5823
Added
Exposed CollapsibleTitle #5810
Added Color.hsv property and Color.from_hsv class method #5803
Added cursor_at_start and cursor_at_end properties to the Input widget #5830
Changed
Added a few features to python -m textual.markup playground #5823
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.18 -r1.19 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.22 pkgsrc/comms/py-textual/Makefile:1.23
--- pkgsrc/comms/py-textual/Makefile:1.22 Sun May 4 15:11:08 2025
+++ pkgsrc/comms/py-textual/Makefile Tue Jun 10 06:07:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/05/04 15:11:08 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2025/06/10 06:07:28 wiz Exp $
-DISTNAME= textual-3.2.0
+DISTNAME= textual-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/textual/}
@@ -26,8 +26,13 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-textual-de
USE_LANGUAGES= # none
-# as of 3.2.0
-# 212 failed, 3026 passed, 3 skipped, 5 xfailed, 2 warnings
+# as of 3.3.0
+# 32 failed, 3225 passed, 3 skipped, 4 xfailed, 1 xpassed, 2 warnings
+
+# https://github.com/Textualize/textual/issues/5854
+INSTALLATION_DIRS+= ${PYSITELIB}/resources
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/tests/snapshot_tests/snapshot_report_template.jinja2 ${DESTDIR}${PREFIX}/${PYSITELIB}/resources/snapshot_report_template.jinja2
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.10 pkgsrc/comms/py-textual/PLIST:1.11
--- pkgsrc/comms/py-textual/PLIST:1.10 Sun Apr 20 21:52:04 2025
+++ pkgsrc/comms/py-textual/PLIST Tue Jun 10 06:07:28 2025
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.10 2025/04/20 21:52:04 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/06/10 06:07:28 wiz Exp $
+${PYSITELIB}/resources/snapshot_report_template.jinja2
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -39,6 +40,9 @@ ${PYSITELIB}/textual/_cells.pyo
${PYSITELIB}/textual/_color_constants.py
${PYSITELIB}/textual/_color_constants.pyc
${PYSITELIB}/textual/_color_constants.pyo
+${PYSITELIB}/textual/_compat.py
+${PYSITELIB}/textual/_compat.pyc
+${PYSITELIB}/textual/_compat.pyo
${PYSITELIB}/textual/_compose.py
${PYSITELIB}/textual/_compose.pyc
${PYSITELIB}/textual/_compose.pyo
@@ -692,6 +696,9 @@ ${PYSITELIB}/textual/widgets/_welcome.py
${PYSITELIB}/textual/widgets/button.py
${PYSITELIB}/textual/widgets/button.pyc
${PYSITELIB}/textual/widgets/button.pyo
+${PYSITELIB}/textual/widgets/collapsible.py
+${PYSITELIB}/textual/widgets/collapsible.pyc
+${PYSITELIB}/textual/widgets/collapsible.pyo
${PYSITELIB}/textual/widgets/data_table.py
${PYSITELIB}/textual/widgets/data_table.pyc
${PYSITELIB}/textual/widgets/data_table.pyo
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.18 pkgsrc/comms/py-textual/distinfo:1.19
--- pkgsrc/comms/py-textual/distinfo:1.18 Sun May 4 15:11:08 2025
+++ pkgsrc/comms/py-textual/distinfo Tue Jun 10 06:07:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2025/05/04 15:11:08 wiz Exp $
+$NetBSD: distinfo,v 1.19 2025/06/10 06:07:28 wiz Exp $
-BLAKE2s (textual-3.2.0.tar.gz) = 31e0f6060badaa67eb27c1fd7be735c8e70a7ad03368d22cbd7f253b66a14664
-SHA512 (textual-3.2.0.tar.gz) = 548b45e59d2029e5016698eed19c94d8c73fc5cfa15bba292f88729f74748d559f956eb7ee69faca5aa0db4cdfdf14594af0968ab01e2ecf03271fac35f39cfe
-Size (textual-3.2.0.tar.gz) = 1607281 bytes
+BLAKE2s (textual-3.3.0.tar.gz) = 9a2d07837b14681e093f717a7fb0fb7180d9f16333747dad1d02381b0c406802
+SHA512 (textual-3.3.0.tar.gz) = 282837bb7750258eae11f708de5bf2cb1f68ac3deb216c5ff4dcf3fc60981d5569a47a89077e2105a5297430c04f84b8a44851b65fd6875bbcc0fd2d0d0a5851
+Size (textual-3.3.0.tar.gz) = 1618996 bytes
Home |
Main Index |
Thread Index |
Old Index