pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-lifecycle
Module Name: pkgsrc
Committed By: mef
Date: Tue Jun 9 05:49:13 UTC 2026
Modified Files:
pkgsrc/devel/R-lifecycle: Makefile distinfo
Log Message:
(devel/R-lifecycle) Updated 1.0.4 to 1.0.5
# lifecycle 1.0.5
* `signal_stage()` no longer does anything, and is now purely a way to
express intent at the call site of whether a function is superseded
or experimental (#203).
* `deprecate_soft()` and `deprecate_warn()` are faster thanks to some
internal refactoring (#191, #194, #195, #201).
* `deprecate_soft()` and `deprecate_warn()` now only warn once per
session rather than attempting to warn once every 8 hours. This
never actually worked (#196).
* Improvements to `lint_lifecycle()` and `lint_tidyverse_lifecycle()`
(@AshesITR):
* Updated to support lintr >= 3.0.0 (#178).
* Fixed default `pattern=` argument to only find R files (#165).
* Fixed `lint_tidyverse_lifecycle()` ignoring the `pattern=`
argument (#179).
* Added support for Quarto qmd files to the default `pattern=`
argument (#155).
* Added support for Rnw, Rhtml, Rrst, Rtex and Rtxt files to the
default `pattern=` argument.
* Exported `lifecycle_linter()` to allow including the linter in
`.lintr` configurations when using `lintr` (#122).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/R-lifecycle/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/R-lifecycle/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-lifecycle/Makefile
diff -u pkgsrc/devel/R-lifecycle/Makefile:1.8 pkgsrc/devel/R-lifecycle/Makefile:1.9
--- pkgsrc/devel/R-lifecycle/Makefile:1.8 Sat Dec 14 10:57:39 2024
+++ pkgsrc/devel/R-lifecycle/Makefile Tue Jun 9 05:49:13 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2024/12/14 10:57:39 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2026/06/09 05:49:13 mef Exp $
R_PKGNAME= lifecycle
-R_PKGVER= 1.0.4
+R_PKGVER= 1.0.5
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-lifecycle/distinfo
diff -u pkgsrc/devel/R-lifecycle/distinfo:1.7 pkgsrc/devel/R-lifecycle/distinfo:1.8
--- pkgsrc/devel/R-lifecycle/distinfo:1.7 Tue Jan 23 13:33:38 2024
+++ pkgsrc/devel/R-lifecycle/distinfo Tue Jun 9 05:49:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/01/23 13:33:38 mef Exp $
+$NetBSD: distinfo,v 1.8 2026/06/09 05:49:13 mef Exp $
-BLAKE2s (R/lifecycle_1.0.4.tar.gz) = bdb3fd01bc0d285612bb1579769780203bcbe5bb2e2585eb408fcb039e0faed3
-SHA512 (R/lifecycle_1.0.4.tar.gz) = 93c4ae2e8b428789d3c76646160326fb60df487246e54bb752fd0334d70ec699f996290c7282040fb261eaab2fcf384b8bd97cdeb98d336120ca8ab22c212d20
-Size (R/lifecycle_1.0.4.tar.gz) = 107656 bytes
+BLAKE2s (R/lifecycle_1.0.5.tar.gz) = 8f073dee2e9d237048c464e6d2acf31c550acff0b110d3e71110a1674aa63e81
+SHA512 (R/lifecycle_1.0.5.tar.gz) = 6ec6ef2bb18d11042244a78837e6c25a948e5835b95eb771a79e179095fddc1702ddf2526d7641679584eb44373e78610d5b1b5edaef1be81a97a07cee627b0d
+Size (R/lifecycle_1.0.5.tar.gz) = 107137 bytes
Home |
Main Index |
Thread Index |
Old Index