pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-withr R-withr: update to 2.4.3 (and un-break b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b5af914b366
branches:  trunk
changeset: 377640:7b5af914b366
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Apr 23 23:56:46 2022 +0000

description:
R-withr: update to 2.4.3 (and un-break bulk builds)

# withr 2.4.3

* Lionel Henry is the new maintainer.

* Handlers registered with the global environment (as happens when `local_()`
  is run at the top-level, outside a function) are now automatically run
  when the R session ends (#173).

* New `with_language()` and `local_language()` to temporarily control the
  language used for translations (#180).

* `with_seed()` now caches the check for R version, so is now faster (#170)

* `with_makevars()` and `local_makevars()` now eagerly evaluate the `path` argument (#169)

diffstat:

 devel/R-withr/Makefile |  4 ++--
 devel/R-withr/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 91893c0455fe -r 7b5af914b366 devel/R-withr/Makefile
--- a/devel/R-withr/Makefile    Sat Apr 23 23:56:23 2022 +0000
+++ b/devel/R-withr/Makefile    Sat Apr 23 23:56:46 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2021/06/12 01:37:24 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/04/23 23:56:46 gutteridge Exp $
 
 R_PKGNAME=     withr
-R_PKGVER=      2.4.2
+R_PKGVER=      2.4.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 91893c0455fe -r 7b5af914b366 devel/R-withr/distinfo
--- a/devel/R-withr/distinfo    Sat Apr 23 23:56:23 2022 +0000
+++ b/devel/R-withr/distinfo    Sat Apr 23 23:56:46 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:14:10 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/04/23 23:56:46 gutteridge Exp $
 
-BLAKE2s (R/withr_2.4.2.tar.gz) = 92186ee8c5cc9243ccd4e66eaa3e773cfa3f3d09c84745f0a08f05f84d39389e
-SHA512 (R/withr_2.4.2.tar.gz) = b493e06d03a1710cddbd008a8ee76ec951541bbd9992e49a03a87d3f2ebbb4805441d3c17ccfba3546fdd14bc46e67afc40236e972642faf832ecf0f3c58f72f
-Size (R/withr_2.4.2.tar.gz) = 94283 bytes
+BLAKE2s (R/withr_2.4.3.tar.gz) = ec382a5c748d4d5f3cf3746111839c8151a4cb7f06a678e887815e104431439e
+SHA512 (R/withr_2.4.3.tar.gz) = 2f07c97c5781c4ef3dee02c33842f192af6638cb59899e2560bf8b89583a55ef6472212c78c388fb6021621b53b00b11d01bfef8ee57c7d7a6711acb1c3323ce
+Size (R/withr_2.4.3.tar.gz) = 96600 bytes



Home | Main Index | Thread Index | Old Index