pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/R-processx



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 01:08:07 UTC 2022

Modified Files:
        pkgsrc/sysutils/R-processx: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/R-processx/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/R-processx/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/R-processx/Makefile
diff -u pkgsrc/sysutils/R-processx/Makefile:1.4 pkgsrc/sysutils/R-processx/Makefile:1.5
--- pkgsrc/sysutils/R-processx/Makefile:1.4     Mon May 31 14:26:12 2021
+++ pkgsrc/sysutils/R-processx/Makefile Sun Dec 18 01:08:06 2022
@@ -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

Index: pkgsrc/sysutils/R-processx/distinfo
diff -u pkgsrc/sysutils/R-processx/distinfo:1.5 pkgsrc/sysutils/R-processx/distinfo:1.6
--- pkgsrc/sysutils/R-processx/distinfo:1.5     Tue Oct 26 11:19:18 2021
+++ pkgsrc/sysutils/R-processx/distinfo Sun Dec 18 01:08:06 2022
@@ -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