pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/R-processx (sysutils/R-processx) Updated 3.5....
details: https://anonhg.NetBSD.org/pkgsrc/rev/8bc86fdbecbd
branches: trunk
changeset: 390192:8bc86fdbecbd
user: mef <mef%pkgsrc.org@localhost>
date: Sun Dec 18 01:08:06 2022 +0000
description:
(sysutils/R-processx) Updated 3.5.2 to 3.8.0
# processx 3.8.0
* processx error stacks are better now. They have ANSI hyperlinks for
function calls to their manual pages, and they also print operators
better.
* processx now does not mark standard streams as close-on-exec on Unix,
as this causes problems when calling `system()` from an R subprocess
(https://github.com/r-lib/callr/issues/236).
# processx 3.7.0
* New functions for creating portable FIFOs and Unix socket connections.
See `conn_create_fifo()`, `conn_create_unix_socket()` and
`vignettes/internals.Rmd` for documentation. These functions are currently
experimental.
# processx 3.6.1
* processx now closes file unneeded file descriptors when redirecting
the standard output and error, in the client file.
* processx errors now do not have `rlang_error` and `rlang_trace` classes,
because they are actually not compatible with rlang errors and traces.
# processx 3.6.0
* processx now gives better error messages, and better stack traces.
# processx 3.5.3
* `run()` now sets `stderr` to `NULL` in the result (instead of an empty
string), if the standard error was redirected to the standard output.
This also fixes an error when interrupting a `run()` with a redirected
standard error.
* processx now does not fail if the current working directory contains
a non-ASCII character on Windows, and `getwd()` returns a short path
for it (#313).
diffstat:
sysutils/R-processx/Makefile | 4 ++--
sysutils/R-processx/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 5e424df6cce3 -r 8bc86fdbecbd sysutils/R-processx/Makefile
--- a/sysutils/R-processx/Makefile Sun Dec 18 01:03:59 2022 +0000
+++ b/sysutils/R-processx/Makefile Sun Dec 18 01:08:06 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2021/05/31 14:26:12 mef Exp $
+# $NetBSD: Makefile,v 1.5 2022/12/18 01:08:06 mef Exp $
R_PKGNAME= processx
-R_PKGVER= 3.5.2
+R_PKGVER= 3.8.0
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r 5e424df6cce3 -r 8bc86fdbecbd sysutils/R-processx/distinfo
--- a/sysutils/R-processx/distinfo Sun Dec 18 01:03:59 2022 +0000
+++ b/sysutils/R-processx/distinfo Sun Dec 18 01:08:06 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:19:18 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/12/18 01:08:06 mef Exp $
-BLAKE2s (R/processx_3.5.2.tar.gz) = 85c58c8e69d4957f3334caeec78901f2ce7d6128d66369db7732c12195849425
-SHA512 (R/processx_3.5.2.tar.gz) = 1f7bcbc6acbb28e34286525e4b43979afec077f8ace823516ed8779cbae75f6252363aa4d722e6fad3049f8835190700b4abe094188ccb68ce6436bfa7ad0c7b
-Size (R/processx_3.5.2.tar.gz) = 141424 bytes
+BLAKE2s (R/processx_3.8.0.tar.gz) = d5875d901f567460a3df3d9aa2425f387d8b3aac68d46869f74903689d9a6fea
+SHA512 (R/processx_3.8.0.tar.gz) = 6ea529869a5999a6273dc5f0f01cb64ff1106f0f625251cca6d15b24127aa46c6d8aa8634bfc4c2347def1bad36b936e857b27bc2e87bdfd619a4dac5e767a85
+Size (R/processx_3.8.0.tar.gz) = 162539 bytes
Home |
Main Index |
Thread Index |
Old Index