Subject: CVS commit: pkgsrc/devel/R-lifecycle
From: Makoto Fujiwara
Date: 2022-12-18 03:23:46
Message id: 20221218022346.5B44AFA90@cvs.NetBSD.org

Log Message:
(devel/R-lifecycle) Updated 1.0.1 to 1.0.3

# lifecycle 1.0.3

* The `with` line is now an info bullet. The `details` lines are info
  bullets by default, unless the argument is named.

* Indirect usages of deprecated features now mention the package that
  likely used the deprecated feature and recommends contacting the
  authors (#135).

* Indirect usages of `deprecate_warn()` no longer warn repeatedly,
  even if `always = TRUE` (#135).

* In tests, `deprecate_soft()` will only warn if the deprecated function
  is called directly from the package being tested, not one of its dependencies.
  This ensures that you only see the warning when it's your responsibility to
  do something about it (#134).

* Soft deprecations now only warn every 8 hours in non-package code (#134).

# lifecycle 1.0.2

* You can now generate arbitrary text in a deprecation message by
  wrapping `what` or `with` in `I()` (#120).

* `deprecate_warn()` gains an `always = TRUE` argument to force
  warnings to occur every time, not every 8 hours. This adds an extra
  step in between `deprecate_warn()` and `deprecate_stop()` (#124).

* `signal_stage()` now supports `with` (#116).

Files:
RevisionActionfile
1.4modifypkgsrc/devel/R-lifecycle/Makefile
1.6modifypkgsrc/devel/R-lifecycle/distinfo