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:           Mon Jul 29 07:29:03 UTC 2024

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

Log Message:
py-textual: update to 0.74.0.

[0.74.0] - 2024-07-25
Fixed

    Fixed issues in Kitty terminal after exiting app #4779
    Fixed exception when removing Selects #4786
    Fixed issue with non-clickable Footer keys #4798
    Fixed issue with recompose not working from Mount handler #4802

Changed

    Calling Screen.dismiss with no arguments will invoke the screen callback with None (previously the callback wasn't invoke at all). #4795


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/py-textual/Makefile \
    pkgsrc/comms/py-textual/PLIST 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.1 pkgsrc/comms/py-textual/Makefile:1.2
--- pkgsrc/comms/py-textual/Makefile:1.1        Sun Jul 14 12:33:43 2024
+++ pkgsrc/comms/py-textual/Makefile    Mon Jul 29 07:29:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2024/07/14 12:33:43 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2024/07/29 07:29:03 wiz Exp $
 
-DISTNAME=      textual-0.72.0
+DISTNAME=      textual-0.74.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
Index: pkgsrc/comms/py-textual/PLIST
diff -u pkgsrc/comms/py-textual/PLIST:1.1 pkgsrc/comms/py-textual/PLIST:1.2
--- pkgsrc/comms/py-textual/PLIST:1.1   Sun Jul 14 12:33:43 2024
+++ pkgsrc/comms/py-textual/PLIST       Mon Jul 29 07:29:03 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2024/07/14 12:33:43 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/07/29 07:29:03 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -45,6 +45,12 @@ ${PYSITELIB}/textual/_compositor.pyo
 ${PYSITELIB}/textual/_context.py
 ${PYSITELIB}/textual/_context.pyc
 ${PYSITELIB}/textual/_context.pyo
+${PYSITELIB}/textual/_debug.py
+${PYSITELIB}/textual/_debug.pyc
+${PYSITELIB}/textual/_debug.pyo
+${PYSITELIB}/textual/_dispatch_key.py
+${PYSITELIB}/textual/_dispatch_key.pyc
+${PYSITELIB}/textual/_dispatch_key.pyo
 ${PYSITELIB}/textual/_doc.py
 ${PYSITELIB}/textual/_doc.pyc
 ${PYSITELIB}/textual/_doc.pyo
@@ -120,9 +126,6 @@ ${PYSITELIB}/textual/_spatial_map.pyo
 ${PYSITELIB}/textual/_styles_cache.py
 ${PYSITELIB}/textual/_styles_cache.pyc
 ${PYSITELIB}/textual/_styles_cache.pyo
-${PYSITELIB}/textual/_system_commands.py
-${PYSITELIB}/textual/_system_commands.pyc
-${PYSITELIB}/textual/_system_commands.pyo
 ${PYSITELIB}/textual/_text_area_theme.py
 ${PYSITELIB}/textual/_text_area_theme.pyc
 ${PYSITELIB}/textual/_text_area_theme.pyo
@@ -150,9 +153,6 @@ ${PYSITELIB}/textual/_win_sleep.pyo
 ${PYSITELIB}/textual/_work_decorator.py
 ${PYSITELIB}/textual/_work_decorator.pyc
 ${PYSITELIB}/textual/_work_decorator.pyo
-${PYSITELIB}/textual/_worker_manager.py
-${PYSITELIB}/textual/_worker_manager.pyc
-${PYSITELIB}/textual/_worker_manager.pyo
 ${PYSITELIB}/textual/_wrap.py
 ${PYSITELIB}/textual/_wrap.pyc
 ${PYSITELIB}/textual/_wrap.pyo
@@ -388,6 +388,9 @@ ${PYSITELIB}/textual/lazy.pyo
 ${PYSITELIB}/textual/logging.py
 ${PYSITELIB}/textual/logging.pyc
 ${PYSITELIB}/textual/logging.pyo
+${PYSITELIB}/textual/map_geometry.py
+${PYSITELIB}/textual/map_geometry.pyc
+${PYSITELIB}/textual/map_geometry.pyo
 ${PYSITELIB}/textual/message.py
 ${PYSITELIB}/textual/message.pyc
 ${PYSITELIB}/textual/message.pyo
@@ -470,6 +473,9 @@ ${PYSITELIB}/textual/suggester.pyo
 ${PYSITELIB}/textual/suggestions.py
 ${PYSITELIB}/textual/suggestions.pyc
 ${PYSITELIB}/textual/suggestions.pyo
+${PYSITELIB}/textual/system_commands.py
+${PYSITELIB}/textual/system_commands.pyc
+${PYSITELIB}/textual/system_commands.pyo
 ${PYSITELIB}/textual/timer.py
 ${PYSITELIB}/textual/timer.pyc
 ${PYSITELIB}/textual/timer.pyo
@@ -651,6 +657,9 @@ ${PYSITELIB}/textual/widgets/select.pyo
 ${PYSITELIB}/textual/widgets/selection_list.py
 ${PYSITELIB}/textual/widgets/selection_list.pyc
 ${PYSITELIB}/textual/widgets/selection_list.pyo
+${PYSITELIB}/textual/widgets/tabbed_content.py
+${PYSITELIB}/textual/widgets/tabbed_content.pyc
+${PYSITELIB}/textual/widgets/tabbed_content.pyo
 ${PYSITELIB}/textual/widgets/text_area.py
 ${PYSITELIB}/textual/widgets/text_area.pyc
 ${PYSITELIB}/textual/widgets/text_area.pyo
@@ -660,3 +669,6 @@ ${PYSITELIB}/textual/widgets/tree.pyo
 ${PYSITELIB}/textual/worker.py
 ${PYSITELIB}/textual/worker.pyc
 ${PYSITELIB}/textual/worker.pyo
+${PYSITELIB}/textual/worker_manager.py
+${PYSITELIB}/textual/worker_manager.pyc
+${PYSITELIB}/textual/worker_manager.pyo
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.1 pkgsrc/comms/py-textual/distinfo:1.2
--- pkgsrc/comms/py-textual/distinfo:1.1        Sun Jul 14 12:33:43 2024
+++ pkgsrc/comms/py-textual/distinfo    Mon Jul 29 07:29:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2024/07/14 12:33:43 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/07/29 07:29:03 wiz Exp $
 
-BLAKE2s (textual-0.72.0.tar.gz) = bc4161152c83cac7be248dd56d75d072a1c8ee66bf4102b262e8525f169a851a
-SHA512 (textual-0.72.0.tar.gz) = d3e3e05f66f471ac7514ce1a6c8228842e8b88493310ae16a20116e49f36c1330a6b1a71ce27ef61b327d54e9af54af6fb7a49b5eeae3d18234858ad309a1914
-Size (textual-0.72.0.tar.gz) = 1275000 bytes
+BLAKE2s (textual-0.74.0.tar.gz) = ee5a3ffa73ce9fc3c1334b5f303fe3a11e1bbceb32d2a183f0a0287778db70a3
+SHA512 (textual-0.74.0.tar.gz) = 8bee5c7b71556bc069a5db3fb9c3bfa5e1e708c2dc644812a35a5e94cab2663a568cb90e277e4169b1d8af23edb7421b247efb4639c6ec06de0a347f20a65248
+Size (textual-0.74.0.tar.gz) = 1320020 bytes



Home | Main Index | Thread Index | Old Index