pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-sessioninfo



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Feb  8 07:45:46 UTC 2025

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

Log Message:
(devel/R-sessioninfo) Updated 1.2.2 to 1.2.3

(pkgsrc)
   correction of TEST_DEPENDS+= lines location (pkglint did not warn)

(upstream)
# sessioninfo 1.2.3

* `session_info()` no longer produces an error when `info` has length > 1
  (@nash-delcamp-slp, #96).

* Update pkgdown url to sessioninfo.r-lib.org.

* `session_diff()` now accepts the URL to a GitHub Actions log as the
  source for `new` and/or `old` (@jennybc, #68).

* `session_info()` output now includes an explanation for symbol
  highlighting packages attached to the search path (@IndrajeetPatil).

* `session_info()` and `platform_info()` now print the host name if the
  `sessioninfo.include_hostname` global option is set to `TRUE`
  (@certara-jcraig, #99).

* sessioninfo now does not leave behind detritus in the temporary
  directory.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-sessioninfo/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/R-sessioninfo/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-sessioninfo/Makefile
diff -u pkgsrc/devel/R-sessioninfo/Makefile:1.2 pkgsrc/devel/R-sessioninfo/Makefile:1.3
--- pkgsrc/devel/R-sessioninfo/Makefile:1.2     Sat Apr 30 08:40:06 2022
+++ pkgsrc/devel/R-sessioninfo/Makefile Sat Feb  8 07:45:45 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/04/30 08:40:06 mef Exp $
+# $NetBSD: Makefile,v 1.3 2025/02/08 07:45:45 mef Exp $
 
 R_PKGNAME=     sessioninfo
-R_PKGVER=      1.2.2
+R_PKGVER=      1.2.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,13 +11,15 @@ LICENSE=    gnu-gpl-v2
 DEPENDS+=      R-cli>=1.1.0:../../devel/R-cli
 DEPENDS+=      R-withr>=2.1.2:../../devel/R-withr
 
-USE_LANGUAGES= # none
+# Packages suggested but not available: 'gh', 'reticulate'
 
-.include "../../math/R/Makefile.extension"
-.include "../../mk/bsd.pkg.mk"
 TEST_DEPENDS+= R-callr-[0-9]*:../../devel/R-callr
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
-#TEST_DEPENDS+=        R-reticulate-[0-9]*:
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/R-sessioninfo/distinfo
diff -u pkgsrc/devel/R-sessioninfo/distinfo:1.4 pkgsrc/devel/R-sessioninfo/distinfo:1.5
--- pkgsrc/devel/R-sessioninfo/distinfo:1.4     Sat Apr 30 08:40:06 2022
+++ pkgsrc/devel/R-sessioninfo/distinfo Sat Feb  8 07:45:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/04/30 08:40:06 mef Exp $
+$NetBSD: distinfo,v 1.5 2025/02/08 07:45:45 mef Exp $
 
-BLAKE2s (R/sessioninfo_1.2.2.tar.gz) = 00a0cdb86fddc5e489b5717fb71aa6aa3c071976bf1921a02b6c63ccca8368fa
-SHA512 (R/sessioninfo_1.2.2.tar.gz) = 3d319f0006ca29d79ac089bdc9a37fdc3f8753ba353aefebb0a2b0264a28138264abf6ef3f1f200dca118bdc39816eb0eb2682f5adff330e469e184aa37e2abf
-Size (R/sessioninfo_1.2.2.tar.gz) = 170924 bytes
+BLAKE2s (R/sessioninfo_1.2.3.tar.gz) = f4b85c31b9aee8d75e37fa66cfd89897c4550520d54323824851ca173fcb0d72
+SHA512 (R/sessioninfo_1.2.3.tar.gz) = 6d87254a7ae0b033be178f5e41419f759031fc29f451b1727f6ed38b06a2418850b49d129f2930e980c54c7d556b00593eb01c8cd4a458c6e47ab68df6b28825
+Size (R/sessioninfo_1.2.3.tar.gz) = 175597 bytes



Home | Main Index | Thread Index | Old Index