pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/television
Module Name: pkgsrc
Committed By: pin
Date: Sun Nov 23 16:30:12 UTC 2025
Modified Files:
pkgsrc/textproc/television: Makefile cargo-depends.mk distinfo
Log Message:
textproc/televison: update to 0.13.11
0.13.11 - 2025-11-23
🐛 Bug Fixes
3a71a99 (pwsh) Always use -NoLogo -NoProfile when starting pwsh commands by @alexpasmantier in #775
b336421 (uncategorized) No more edge case highlight computing panics by @alexpasmantier
📚 Documentation
3dcc3db (uncategorized) Update readme with editor integrations by @alexpasmantier
⚡ Performance
492881f (uncategorized) Use tokio::process::Command for previews by @alexpasmantier
0a385f9 (uncategorized) Faster ansi escape sequences stripping with --ansi by @alexpasmantier
0136626 (uncategorized) Avoid blocking async runtime when streaming in candidates by @alexpasmantier
d2034a8 (uncategorized) Add rendering benchmark by @alexpasmantier
a6b5240 (uncategorized) Avoid heap allocations when passing context to render thread by @alexpasmantier
ad166f1 (uncategorized) Use smallvec for match ranges to avoid unnecessary allocations by @alexpasmantier
56f19be (uncategorized) Add load_candidates benchmark by @alexpasmantier
⚙️ Miscellaneous Tasks
c535e08 (changelog) Update changelog (auto) by @github-actions[bot] in #773
3cabec2 (uncategorized) Release version 0.13.11 by @alexpasmantier
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/television/Makefile \
pkgsrc/textproc/television/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/television/cargo-depends.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/television/Makefile
diff -u pkgsrc/textproc/television/Makefile:1.8 pkgsrc/textproc/television/Makefile:1.9
--- pkgsrc/textproc/television/Makefile:1.8 Mon Nov 17 11:27:14 2025
+++ pkgsrc/textproc/television/Makefile Sun Nov 23 16:30:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/11/17 11:27:14 pin Exp $
+# $NetBSD: Makefile,v 1.9 2025/11/23 16:30:12 pin Exp $
-DISTNAME= television-0.13.10
+DISTNAME= television-0.13.11
CATEGORIES= textproc devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=alexpasmantier/}
Index: pkgsrc/textproc/television/distinfo
diff -u pkgsrc/textproc/television/distinfo:1.8 pkgsrc/textproc/television/distinfo:1.9
--- pkgsrc/textproc/television/distinfo:1.8 Mon Nov 17 11:27:14 2025
+++ pkgsrc/textproc/television/distinfo Sun Nov 23 16:30:12 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2025/11/17 11:27:14 pin Exp $
+$NetBSD: distinfo,v 1.9 2025/11/23 16:30:12 pin Exp $
BLAKE2s (addr2line-0.25.1.crate) = cc5c422ec48ccef5c2c46379d2f600644609490afafea5020f2020815d1146e6
SHA512 (addr2line-0.25.1.crate) = c400f3b6ccaff8a1c0d7d82c708a1784b8fd5ba64b6e420e85819d59b1cadb55fa59c852925093b921469f272d1d5140cf12f013ae75d1e1bc85021097df8fc2
@@ -663,9 +663,9 @@ Size (subtle-2.6.1.crate) = 14562 bytes
BLAKE2s (syn-2.0.108.crate) = 354605eae94968b0f5199c0f103840e6eaea1a0d7792464c03b4e80b84aad6a7
SHA512 (syn-2.0.108.crate) = 27ca199db662f3d06de9f139b9707fc30e9719556831b9fcb78f7108f61cdf186cbead48ebd4b684bdcb96944552ba4340a4bd154556cc08d0698f65c9332aaa
Size (syn-2.0.108.crate) = 301754 bytes
-BLAKE2s (television-0.13.10.tar.gz) = 6d761b648320f75e6e5e9a8452dd71a1444317c84cbccb044a42d4e0229479f1
-SHA512 (television-0.13.10.tar.gz) = 947b6e8398f39f48e58d4d96c816149e533ae5fbad9cd3e0b045c380d1f9da495a5f68cbf3e2f9ac376d0667ebe8c9fda3133b1fd306220380a903611ae9a664
-Size (television-0.13.10.tar.gz) = 17575145 bytes
+BLAKE2s (television-0.13.11.tar.gz) = 8a0eb9338b5fdd3edb797127f103c69b0ace1ca501a71c286fdfbcf6cb65ebc3
+SHA512 (television-0.13.11.tar.gz) = 9fd0ddf030fda6e82cef92820f357e74f1431cc93f98651f79af1995f2983f9fdb04084378861827850b3eef98f953e144c82f3e00b255962460eda1b06d9956
+Size (television-0.13.11.tar.gz) = 17578371 bytes
BLAKE2s (tempfile-3.23.0.crate) = 03894a0b6e2c16a9462ea26eccb98f1cef6ee46f95d6a41761f2c3086c0fd692
SHA512 (tempfile-3.23.0.crate) = 8e9f84400f714209eb713af5960d1de501c10520817299f0ba2fd53a7c5f0931b60d1053c2c84820aa627aa94bdefa1b0e82c787784b1960170930f0ed2d8753
Size (tempfile-3.23.0.crate) = 43063 bytes
Index: pkgsrc/textproc/television/cargo-depends.mk
diff -u pkgsrc/textproc/television/cargo-depends.mk:1.7 pkgsrc/textproc/television/cargo-depends.mk:1.8
--- pkgsrc/textproc/television/cargo-depends.mk:1.7 Mon Nov 17 11:27:14 2025
+++ pkgsrc/textproc/television/cargo-depends.mk Sun Nov 23 16:30:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.7 2025/11/17 11:27:14 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.8 2025/11/23 16:30:12 pin Exp $
CARGO_CRATE_DEPENDS+= addr2line-0.25.1
CARGO_CRATE_DEPENDS+= adler2-2.0.1
Home |
Main Index |
Thread Index |
Old Index