pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-pkgload



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Jan  8 07:48:05 UTC 2024

Modified Files:
        pkgsrc/devel/R-pkgload: Makefile distinfo

Log Message:
(devel/R-pkgload) Updated 1.3.2 to 1.3.3

- upstream info
# pkgload 1.3.3

* `dev_topic_index()` is now exported (#257).

* Fix handling of active bindings inside a package during unloading (#255, @klmr).

* The `helpers` argument of `load_all` now defaults to the value
  provided for the `export_all` arguments. This makes the behaviour
  safer by default (#244).

* pkgload now depends unconditionally on pkgbuild (#249).

* `load_all()` no longer standardises version number in namespace metadata
  (#231).

* New `pkg_version_raw()` to get raw package version as a string.

- pkgsrc side
  make test now fails as follows

|  * checking tests ...
|    Running 'testthat.R'
|   ERROR
|  Running the tests in 'tests/testthat.R' failed.
|  Last 13 lines of output:
|     27.   \-asNamespace("callr")$err$throw(e)
|    -- Failure ('test-po.R:7:3'): translation domain correctly loaded --------------
|    with_lang("fr_FR", "fr", hello()) (`actual`) not equal to "Bonjour" (`expected`).
|
|    `actual`:   "Hello"
|    `expected`: "Bonjour"
|    -- Failure ('test-po.R:36:3'): modified translations are correctly reloaded ----
|    with_lang("fr_FR", "fr", hello()) (`actual`) not equal to "Salut" (`expected`).
|
|    `actual`:   "Hello"
|    `expected`: "Salut"
|
|    [ FAIL 3 | WARN 9 | SKIP 15 | PASS 340 ]


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-pkgload/Makefile \
    pkgsrc/devel/R-pkgload/distinfo

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

Modified files:

Index: pkgsrc/devel/R-pkgload/Makefile
diff -u pkgsrc/devel/R-pkgload/Makefile:1.7 pkgsrc/devel/R-pkgload/Makefile:1.8
--- pkgsrc/devel/R-pkgload/Makefile:1.7 Tue Dec 20 13:09:47 2022
+++ pkgsrc/devel/R-pkgload/Makefile     Mon Jan  8 07:48:05 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2022/12/20 13:09:47 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/01/08 07:48:05 mef Exp $
 
 R_PKGNAME=     pkgload
-R_PKGVER=      1.3.2
+R_PKGVER=      1.3.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -20,6 +20,9 @@ TEST_DEPENDS+=        R-Rcpp-[0-9]*:../../devel
 TEST_DEPENDS+= R-bitops-[0-9]*:../../math/R-bitops
 TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
+TEST_DEPENDS+= R-mathjaxr-[0-9]*:../../www/R-mathjaxr
+TEST_DEPENDS+= R-mockr-[0-9]*:../../devel/R-mockr
+TEST_DEPENDS+= R-pak-[0-9]*:../../devel/R-pak
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 
 USE_LANGUAGES= c c++
Index: pkgsrc/devel/R-pkgload/distinfo
diff -u pkgsrc/devel/R-pkgload/distinfo:1.7 pkgsrc/devel/R-pkgload/distinfo:1.8
--- pkgsrc/devel/R-pkgload/distinfo:1.7 Sat Dec 17 15:29:58 2022
+++ pkgsrc/devel/R-pkgload/distinfo     Mon Jan  8 07:48:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/12/17 15:29:58 mef Exp $
+$NetBSD: distinfo,v 1.8 2024/01/08 07:48:05 mef Exp $
 
-BLAKE2s (R/pkgload_1.3.2.tar.gz) = d82dc703242249a0d8b4b1493b6e14e28bc6bb45daa3c724591d63a6685b2996
-SHA512 (R/pkgload_1.3.2.tar.gz) = 4a219d78cea2632278cc129b747dc859261e92763eb71dadc2831171ba035cbb870bfdcd060b4fe3596f3dad097a3064c694443191e132a1fcabadd5cb2bdef1
-Size (R/pkgload_1.3.2.tar.gz) = 76704 bytes
+BLAKE2s (R/pkgload_1.3.3.tar.gz) = b7df8e4053588a0305fbc350025e496c21b512ae3bf96700c76dac934253fba4
+SHA512 (R/pkgload_1.3.3.tar.gz) = af27827c965232ddb04cf6992d8fc3ba177ee300507ba3ac2b6319a0075800e34c1f8b752136f40c6785db3eb915145025495c3597ce3a0e037ece173b905667
+Size (R/pkgload_1.3.3.tar.gz) = 77929 bytes



Home | Main Index | Thread Index | Old Index