Sun Dec 18 02:23:46 2022 UTC ()
(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).


(mef)
diff -r1.3 -r1.4 pkgsrc/devel/R-lifecycle/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/R-lifecycle/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/devel/R-lifecycle/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/R-lifecycle/Makefile 2022/04/22 22:55:50 1.3
+++ pkgsrc/devel/R-lifecycle/Makefile 2022/12/18 02:23:46 1.4
@@ -1,27 +1,28 @@ @@ -1,27 +1,28 @@
1# $NetBSD: Makefile,v 1.3 2022/04/22 22:55:50 mef Exp $ 1# $NetBSD: Makefile,v 1.4 2022/12/18 02:23:46 mef Exp $
2 2
3R_PKGNAME= lifecycle 3R_PKGNAME= lifecycle
4R_PKGVER= 1.0.1 4R_PKGVER= 1.0.3
5CATEGORIES= devel 5CATEGORIES= devel
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Manage the Life Cycle of your Package Functions 8COMMENT= Manage the Life Cycle of your Package Functions
9LICENSE= gnu-gpl-v3 9LICENSE= gnu-gpl-v3
10 10
11DEPENDS+= R-glue>=1.3.1:../../devel/R-glue 11DEPENDS+= R-glue>=1.3.1:../../devel/R-glue
12DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang 12DEPENDS+= R-rlang>=0.4.0:../../devel/R-rlang
13 13
14# Package suggested but not available: 'tidyverse' 14# Package suggested but not available: 'tidyverse'
15TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 15TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
16TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon 16TEST_DEPENDS+= R-crayon-[0-9]*:../../devel/R-crayon
17TEST_DEPENDS+= R-lintr-[0-9]*:../../devel/R-lintr 17TEST_DEPENDS+= R-lintr-[0-9]*:../../devel/R-lintr
18TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr 18TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
19TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 19TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
20TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat 20TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
21TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble 21TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
 22TEST_DEPENDS+= R-tidyverse-[0-9]*:../../devel/R-tidyverse
22TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs 23TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
23 24
24USE_LANGUAGES= # none 25USE_LANGUAGES= # none
25 26
26.include "../../math/R/Makefile.extension" 27.include "../../math/R/Makefile.extension"
27.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/R-lifecycle/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/R-lifecycle/distinfo 2022/04/22 22:55:50 1.5
+++ pkgsrc/devel/R-lifecycle/distinfo 2022/12/18 02:23:46 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2022/04/22 22:55:50 mef Exp $ 1$NetBSD: distinfo,v 1.6 2022/12/18 02:23:46 mef Exp $
2 2
3BLAKE2s (R/lifecycle_1.0.1.tar.gz) = 9685b99f300656c9cc0bd5f61b47313c4663771bbaee8ada01c5d53b5b248752 3BLAKE2s (R/lifecycle_1.0.3.tar.gz) = 5eb377ce4606661f952781e99808fe737fb7d487a87d0de790e473c3c0a772f5
4SHA512 (R/lifecycle_1.0.1.tar.gz) = 63d3bda7086a50fc8e818e82f87d75e8850c60c8b10c54810ae62e9f20c944c23666df2be71d260f4c61c09218d9c8dca7d45d227799d851278079e4d9954f87 4SHA512 (R/lifecycle_1.0.3.tar.gz) = 28ab259d0535e54aa40e7dae2f151a6a17f10873565d63feb2b40c9f4ee6e94a3590e1e7fb2c271a539be260d67c06e9c02f18719d8c25233bea511521f8d72b
5Size (R/lifecycle_1.0.1.tar.gz) = 99716 bytes 5Size (R/lifecycle_1.0.3.tar.gz) = 106854 bytes