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 Nov 24 10:35:40 UTC 2024

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

Log Message:
py-textual: update to 0.86.3.

0.86.3

Changed

    Updated the tutorial (text and code) #5257

Fixed

    Fixed a glitch with the scrollbar that occurs when you hold a to add stopwatches in the tutorial app #5257

[0.86.2] - 2024-11-18

Fixed

    Fixed visibility glitch for widgets with an offset #5253
    Fixed theme variables being unavailable in code until refresh_css was called #5254


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.10 -r1.11 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.14 pkgsrc/comms/py-textual/Makefile:1.15
--- pkgsrc/comms/py-textual/Makefile:1.14       Sun Nov 17 10:02:25 2024
+++ pkgsrc/comms/py-textual/Makefile    Sun Nov 24 10:35:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/11/17 10:02:25 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/11/24 10:35:40 wiz Exp $
 
-DISTNAME=      textual-0.86.1
+DISTNAME=      textual-0.86.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    comms devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/textual/}
@@ -25,8 +25,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-textual-de
 
 USE_LANGUAGES= # none
 
-# as of 0.86.1
-# 32 failed, 3014 passed, 1 skipped, 4 xfailed, 81 warnings
+# as of 0.86.3
+# 35 failed, 3013 passed, 1 skipped, 4 xfailed, 81 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.10 pkgsrc/comms/py-textual/distinfo:1.11
--- pkgsrc/comms/py-textual/distinfo:1.10       Sun Nov 17 10:02:25 2024
+++ pkgsrc/comms/py-textual/distinfo    Sun Nov 24 10:35:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/11/17 10:02:25 wiz Exp $
+$NetBSD: distinfo,v 1.11 2024/11/24 10:35:40 wiz Exp $
 
-BLAKE2s (textual-0.86.1.tar.gz) = 57b73354b60b0351d4359a8d3926bec250e1ec818003e85942611d5f89bf55a6
-SHA512 (textual-0.86.1.tar.gz) = 66d660c7b57ae365fb4324459d3a7efce6c2f651408c1c8897aa1a1cee25a91c7d94dfc82647b113f5c73356fc4743f129f4e3a831ab1aeeb88250f6bbb19c70
-Size (textual-0.86.1.tar.gz) = 1496752 bytes
+BLAKE2s (textual-0.86.3.tar.gz) = 00c0d16cb7d6d528680ff6f0a615f3869495749428a740cacb38785f803a9510
+SHA512 (textual-0.86.3.tar.gz) = 17bf65d5dba8508bbdb297ceb802fc056ffeddd6604b9d768db8dfd4595016dec5b7d6ea6106f1e7b42437d5ac69a2a08b8d233ed0486f4593b37061d667f07b
+Size (textual-0.86.3.tar.gz) = 1498694 bytes



Home | Main Index | Thread Index | Old Index