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 Aug  6 13:12:00 UTC 2024

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

Log Message:
py-textual: update to 0.75.1.

[0.75.0] - 2024-08-01

Added

    Added App.open_url to open URLs in the web browser. When running via the WebDriver, the URL will be opened in the browser that is controlling the app (web side not yet live) #4819
    Added Widget.is_mouse_over #4818
    Added node attribute to events.Enter and events.Leave #4818

Changed

    events.Enter and events.Leave events now bubble. #4818
    Renamed Widget.mouse_over to Widget.mouse_hover #4818

Fixed

    Fixed issue with mutate_reactive and data binding #4828


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/comms/py-textual/Makefile:1.4
--- pkgsrc/comms/py-textual/Makefile:1.3        Tue Jul 30 06:53:50 2024
+++ pkgsrc/comms/py-textual/Makefile    Tue Aug  6 13:12:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/07/30 06:53:50 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/08/06 13:12:00 wiz Exp $
 
-DISTNAME=      textual-0.74.0
+DISTNAME=      textual-0.75.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -21,8 +21,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-xdist
 
 USE_LANGUAGES= # none
 
-# as of 0.74.0
-# 318 failed, 1188 passed, 1368 skipped, 3 xfailed, 1445 warnings, 8 errors
+# as of 0.75.1
+# 321 failed, 1187 passed, 1369 skipped, 3 xfailed, 1446 warnings, 8 errors
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.2 pkgsrc/comms/py-textual/distinfo:1.3
--- pkgsrc/comms/py-textual/distinfo:1.2        Mon Jul 29 07:29:03 2024
+++ pkgsrc/comms/py-textual/distinfo    Tue Aug  6 13:12:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/07/29 07:29:03 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/08/06 13:12:00 wiz Exp $
 
-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
+BLAKE2s (textual-0.75.1.tar.gz) = ecd6bbc3edcd73148e66ae9d7c03509a1e805870366cd3b2220e751297c5b5ae
+SHA512 (textual-0.75.1.tar.gz) = 4e598c54519bbdce067fc59e9057723371d1f17a95889f65b3a96f6924f1b1f4954c3f0a36d91fa3ed8f6f8d987fa567ad15ad07fa980407d2cd10f772fa78e6
+Size (textual-0.75.1.tar.gz) = 1323185 bytes



Home | Main Index | Thread Index | Old Index