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 Jul 1 20:33:56 UTC 2025
Modified Files:
pkgsrc/comms/py-textual: Makefile distinfo
Log Message:
py-textual: update to 3.5.0.
3.5.0
This release contains some optimizations to startup time, which
may be significant if you create a lot of widgets. There are also
some visual updates to Markdown.
This release will break your snapshots, although I don't expect
any visual changes. If you are using the snapshot plugin, you will
need to regenerate those snapshots. Even if you give them a quick
scan, this should only take a few minutes.
3.4.0
Mostly fixes, although there is a notable change to markup.
Previously anything in square brackets was considered a tag, which
resulted in markup errors with Python list literals. i.e. [1,2,3]
would be interpreted as a tag. The Content markup parser has been
made more lenient in these cases, and treats them as literal text.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/comms/py-textual/Makefile
cvs rdiff -u -r1.19 -r1.20 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.23 pkgsrc/comms/py-textual/Makefile:1.24
--- pkgsrc/comms/py-textual/Makefile:1.23 Tue Jun 10 06:07:28 2025
+++ pkgsrc/comms/py-textual/Makefile Tue Jul 1 20:33:56 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2025/06/10 06:07:28 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/07/01 20:33:56 wiz Exp $
-DISTNAME= textual-3.3.0
+DISTNAME= textual-3.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= comms devel
MASTER_SITES= ${MASTER_SITE_PYPI:=t/textual/}
@@ -26,8 +26,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-textual-de
USE_LANGUAGES= # none
-# as of 3.3.0
-# 32 failed, 3225 passed, 3 skipped, 4 xfailed, 1 xpassed, 2 warnings
+# as of 3.5.0
+# 32 failed, 3236 passed, 3 skipped, 4 xfailed, 1 xpassed, 2 warnings
# https://github.com/Textualize/textual/issues/5854
INSTALLATION_DIRS+= ${PYSITELIB}/resources
Index: pkgsrc/comms/py-textual/distinfo
diff -u pkgsrc/comms/py-textual/distinfo:1.19 pkgsrc/comms/py-textual/distinfo:1.20
--- pkgsrc/comms/py-textual/distinfo:1.19 Tue Jun 10 06:07:28 2025
+++ pkgsrc/comms/py-textual/distinfo Tue Jul 1 20:33:56 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/06/10 06:07:28 wiz Exp $
+$NetBSD: distinfo,v 1.20 2025/07/01 20:33:56 wiz Exp $
-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
+BLAKE2s (textual-3.5.0.tar.gz) = bd2cfb72ac4249af186215025231e9da9564edb94d9015d90d301534fb5c7cea
+SHA512 (textual-3.5.0.tar.gz) = 9dfeafdd4d11f51632185122a7991f2c0f80bfe422dccf8c9e0a86a04154309e74b2e1a011754dd9d1b1fc3377e3302f45428ca0e5be5e26775e8ad6b6dd41e7
+Size (textual-3.5.0.tar.gz) = 1590084 bytes
Home |
Main Index |
Thread Index |
Old Index