pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/R-later
Module Name: pkgsrc
Committed By: mef
Date: Sat Dec 7 05:59:14 UTC 2024
Modified Files:
pkgsrc/sysutils/R-later: Makefile distinfo
Log Message:
(sysutils/R-later) Updated 1.3.2 to 1.4.1
# later 1.4.1
* Fixed #203: Resolves an issue where packages that have `LinkingTo:
later` (including `promises` and `httpuv`) and were built against
`later` 1.4.0, would fail to load on systems that actually had older
versions of `later` installed, erroring out with the message
"function 'execLaterFdNative' not provided by package 'later'". With
this fix, such dependent packages should gracefully deal with older
versions at load time, and complain with helpful error messages if
newer C interfaces (than are available on the installed `later`) are
accessed. (#204)
# later 1.4.0
* Adds `later_fd()` which executes a function when a file descriptor
is ready for reading or writing, at some indeterminate time in the
future (subject to an optional timeout). This facilitates an
event-driven approach to asynchronous or streaming
downloads. (@shikokuchuo and @jcheng5, #190)
* Fixed #186: Improvements to package load time as `rlang` is now only
loaded when used. This is a notable efficiency for packages with
only a 'linking to' dependency on `later`. Also updates to native
symbol registration from dynamic lookup. (@shikokuchuo and @wch,
#187)
* Fixed #191: Errors raised in later callbacks were being re-thrown as
generic C++ std::runtime_error with Rcpp >= 1.0.10 (since
2022!). (@shikokuchuo and @lionel-, #192)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/R-later/Makefile \
pkgsrc/sysutils/R-later/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-later/Makefile
diff -u pkgsrc/sysutils/R-later/Makefile:1.7 pkgsrc/sysutils/R-later/Makefile:1.8
--- pkgsrc/sysutils/R-later/Makefile:1.7 Sat Jan 20 01:46:16 2024
+++ pkgsrc/sysutils/R-later/Makefile Sat Dec 7 05:59:14 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2024/01/20 01:46:16 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/12/07 05:59:14 mef Exp $
R_PKGNAME= later
-R_PKGVER= 1.3.2
+R_PKGVER= 1.4.1
CATEGORIES= sysutils
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,8 @@ LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
+# Package suggested but not available: 'nanonext'
+
TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
Index: pkgsrc/sysutils/R-later/distinfo
diff -u pkgsrc/sysutils/R-later/distinfo:1.7 pkgsrc/sysutils/R-later/distinfo:1.8
--- pkgsrc/sysutils/R-later/distinfo:1.7 Sat Jan 20 01:46:16 2024
+++ pkgsrc/sysutils/R-later/distinfo Sat Dec 7 05:59:14 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/01/20 01:46:16 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/12/07 05:59:14 mef Exp $
-BLAKE2s (R/later_1.3.2.tar.gz) = bd9cbee006a310a2b34b442cb3763ac8b63de2ed4fa6a8c6ec6d963bb6c7a72b
-SHA512 (R/later_1.3.2.tar.gz) = 76fa81a0bf3fb69ac590992a549110fb4c59238bd662b7419eac0c4b892d40d9df4313d38f09d69d6d5dfc118fc38187e13766430900afaa3289178413dc9d5c
-Size (R/later_1.3.2.tar.gz) = 63597 bytes
+BLAKE2s (R/later_1.4.1.tar.gz) = 0c0928cdef67b64e08ad80af3b560381ac83791eff1943c64d48317fd9d204a4
+SHA512 (R/later_1.4.1.tar.gz) = 7ab445c59ea9383eef654edcc55af190317f9c82da5098e5cc37be621aee4cb7b63721170dd4273b8cfb13319cc8d16b2d825ae8763c15039b3a31367a07ace4
+Size (R/later_1.4.1.tar.gz) = 69832 bytes
Home |
Main Index |
Thread Index |
Old Index