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:           Wed Oct 30 14:52:27 UTC 2024

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

Log Message:
py-textual: update to 0.85.1.

0.85.1 - 2024-10-26
Fixed

    Fixed encoding issue when saving files such as screenshots on Windows #5182

0.85.0 - 2024-10-25
Changed

    Grid will now size children to the maximum height of a row #5113
    Markdown links will be opened with App.open_url automatically #5113
    The universal selector (*) will now not match widgets with the class -textual-system (scrollbars, notifications etc) #5113
    Renamed Screen.can_view and Widget.can_view to Screen.can_view_entire and Widget.can_view_entire #5174

Added

    Added Link widget #5113
    Added open_links to Markdown and MarkdownViewer widgets #5113
    Added App.DEFAULT_MODE #5113
    Added Containers.HorizontalGroup and Containers.VerticalGroup #5113
    Added $, £, €, (, ) symbols to Digits #5113
    Added Button.action parameter to invoke action when clicked #5113
    Added immediate parameter to scroll methods #5164
    Added textual._loop.loop_from_index #5164
    Added min_color and max_color to Sparklines constructor, which take precedence over CSS #5174
    Added new demo python -m textual, not quite finished but better than the old one #5174
    Added Screen.can_view_partial and Widget.can_view_partial #5174
    Added App.is_web property to indicate if the app is running via a web browser #5128
    Enter and Leave events can now be used with the on decorator #5159

Fixed

    Fixed glitchy ListView #5163

0.84.0 - 2024-10-22
Fixed

    Fixed RadioSet not being scrollable #5100
    Fixed infinite loop in TextArea #5154

Added

    Added background-tint CSS rule #5117
    Added :first-of-type, :last-of-type, :odd, and :even pseudo classes #5139


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/comms/py-textual/PLIST
cvs rdiff -u -r1.7 -r1.8 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.11 pkgsrc/comms/py-textual/Makefile:1.12
--- pkgsrc/comms/py-textual/Makefile:1.11       Sat Oct 19 11:34:15 2024
+++ pkgsrc/comms/py-textual/Makefile    Wed Oct 30 14:52:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/10/19 11:34:15 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/10/30 14:52:27 wiz Exp $
 
-DISTNAME=      textual-0.83.0
+DISTNAME=      textual-0.85.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/Textualize/
 COMMENT=       Modern Text User Interface framework
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.2.0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=4.2.2:../../misc/py-platformdirs
 DEPENDS+=      ${PYPKGPREFIX}-rich>=13.3.3:../../comms/py-rich
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
@@ -25,8 +25,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-textual-de
 
 USE_LANGUAGES= # none
 
-# as of 0.83.0
-# 32 failed, 2984 passed, 1 skipped, 4 xfailed, 2 warnings
+# as of 0.85.1
+# 32 failed, 2989 passed, 1 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.5 pkgsrc/comms/py-textual/PLIST:1.6
--- pkgsrc/comms/py-textual/PLIST:1.5   Sat Oct 19 11:34:15 2024
+++ pkgsrc/comms/py-textual/PLIST       Wed Oct 30 14:52:27 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/10/19 11:34:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/10/30 14:52:27 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -78,9 +78,6 @@ ${PYSITELIB}/textual/_import_app.pyo
 ${PYSITELIB}/textual/_keyboard_protocol.py
 ${PYSITELIB}/textual/_keyboard_protocol.pyc
 ${PYSITELIB}/textual/_keyboard_protocol.pyo
-${PYSITELIB}/textual/_layout.py
-${PYSITELIB}/textual/_layout.pyc
-${PYSITELIB}/textual/_layout.pyo
 ${PYSITELIB}/textual/_layout_resolve.py
 ${PYSITELIB}/textual/_layout_resolve.pyc
 ${PYSITELIB}/textual/_layout_resolve.pyo
@@ -270,10 +267,27 @@ ${PYSITELIB}/textual/css/transition.pyo
 ${PYSITELIB}/textual/css/types.py
 ${PYSITELIB}/textual/css/types.pyc
 ${PYSITELIB}/textual/css/types.pyo
-${PYSITELIB}/textual/demo.py
-${PYSITELIB}/textual/demo.pyc
-${PYSITELIB}/textual/demo.pyo
-${PYSITELIB}/textual/demo.tcss
+${PYSITELIB}/textual/demo/__main__.py
+${PYSITELIB}/textual/demo/__main__.pyc
+${PYSITELIB}/textual/demo/__main__.pyo
+${PYSITELIB}/textual/demo/data.py
+${PYSITELIB}/textual/demo/data.pyc
+${PYSITELIB}/textual/demo/data.pyo
+${PYSITELIB}/textual/demo/demo_app.py
+${PYSITELIB}/textual/demo/demo_app.pyc
+${PYSITELIB}/textual/demo/demo_app.pyo
+${PYSITELIB}/textual/demo/home.py
+${PYSITELIB}/textual/demo/home.pyc
+${PYSITELIB}/textual/demo/home.pyo
+${PYSITELIB}/textual/demo/page.py
+${PYSITELIB}/textual/demo/page.pyc
+${PYSITELIB}/textual/demo/page.pyo
+${PYSITELIB}/textual/demo/projects.py
+${PYSITELIB}/textual/demo/projects.pyc
+${PYSITELIB}/textual/demo/projects.pyo
+${PYSITELIB}/textual/demo/widgets.py
+${PYSITELIB}/textual/demo/widgets.pyc
+${PYSITELIB}/textual/demo/widgets.pyo
 ${PYSITELIB}/textual/design.py
 ${PYSITELIB}/textual/design.pyc
 ${PYSITELIB}/textual/design.pyo
@@ -373,6 +387,9 @@ ${PYSITELIB}/textual/geometry.pyo
 ${PYSITELIB}/textual/keys.py
 ${PYSITELIB}/textual/keys.pyc
 ${PYSITELIB}/textual/keys.pyo
+${PYSITELIB}/textual/layout.py
+${PYSITELIB}/textual/layout.pyc
+${PYSITELIB}/textual/layout.pyo
 ${PYSITELIB}/textual/layouts/__init__.py
 ${PYSITELIB}/textual/layouts/__init__.pyc
 ${PYSITELIB}/textual/layouts/__init__.pyo
@@ -555,6 +572,9 @@ ${PYSITELIB}/textual/widgets/_key_panel.
 ${PYSITELIB}/textual/widgets/_label.py
 ${PYSITELIB}/textual/widgets/_label.pyc
 ${PYSITELIB}/textual/widgets/_label.pyo
+${PYSITELIB}/textual/widgets/_link.py
+${PYSITELIB}/textual/widgets/_link.pyc
+${PYSITELIB}/textual/widgets/_link.pyo
 ${PYSITELIB}/textual/widgets/_list_item.py
 ${PYSITELIB}/textual/widgets/_list_item.pyc
 ${PYSITELIB}/textual/widgets/_list_item.pyo

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.7 pkgsrc/comms/py-textual/distinfo:1.8
--- pkgsrc/comms/py-textual/distinfo:1.7        Sat Oct 19 11:34:15 2024
+++ pkgsrc/comms/py-textual/distinfo    Wed Oct 30 14:52:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/10/19 11:34:15 wiz Exp $
+$NetBSD: distinfo,v 1.8 2024/10/30 14:52:27 wiz Exp $
 
-BLAKE2s (textual-0.83.0.tar.gz) = 74d1b43584ee3a630d317fef74c8976e6df40d5bd3b039be06c69584cae5a34a
-SHA512 (textual-0.83.0.tar.gz) = 701d659e851098d29573531eed81ecab384101055edfa2493f1de6bb7cc0eef80a9570dbd9c915df5f0b9be288db46356813fd1eea15b4bbb2f9a01f9f223ff2
-Size (textual-0.83.0.tar.gz) = 1449378 bytes
+BLAKE2s (textual-0.85.1.tar.gz) = a9f3195fb50b0f64af7204107c3dad8b5db2d4e40aa2f4cab55b7ee6a0fafad5
+SHA512 (textual-0.85.1.tar.gz) = ab5aeb548199267fb15f70d6b4ffe53330cf88ee52827dcd5713faf5cf45233defc3fb12081c70f1501871043d71ea57f754dba9c61c7c41f33e5a31b5ade7df
+Size (textual-0.85.1.tar.gz) = 1461224 bytes



Home | Main Index | Thread Index | Old Index