pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-lifecycle (devel/R-lifecycle) Updated 1.0.1 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0619c00228a1
branches:  trunk
changeset: 390215:0619c00228a1
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 02:23:46 2022 +0000

description:
(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).

diffstat:

 devel/R-lifecycle/Makefile |  5 +++--
 devel/R-lifecycle/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 494d9e165d64 -r 0619c00228a1 devel/R-lifecycle/Makefile
--- a/devel/R-lifecycle/Makefile        Sun Dec 18 02:17:39 2022 +0000
+++ b/devel/R-lifecycle/Makefile        Sun Dec 18 02:23:46 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/04/22 22:55:50 mef Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/18 02:23:46 mef Exp $
 
 R_PKGNAME=     lifecycle
-R_PKGVER=      1.0.1
+R_PKGVER=      1.0.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -19,6 +19,7 @@
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-tibble-[0-9]*:../../math/R-tibble
+TEST_DEPENDS+= R-tidyverse-[0-9]*:../../devel/R-tidyverse
 TEST_DEPENDS+= R-vctrs-[0-9]*:../../math/R-vctrs
 
 USE_LANGUAGES= # none
diff -r 494d9e165d64 -r 0619c00228a1 devel/R-lifecycle/distinfo
--- a/devel/R-lifecycle/distinfo        Sun Dec 18 02:17:39 2022 +0000
+++ b/devel/R-lifecycle/distinfo        Sun Dec 18 02:23:46 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/04/22 22:55:50 mef Exp $
+$NetBSD: distinfo,v 1.6 2022/12/18 02:23:46 mef Exp $
 
-BLAKE2s (R/lifecycle_1.0.1.tar.gz) = 9685b99f300656c9cc0bd5f61b47313c4663771bbaee8ada01c5d53b5b248752
-SHA512 (R/lifecycle_1.0.1.tar.gz) = 63d3bda7086a50fc8e818e82f87d75e8850c60c8b10c54810ae62e9f20c944c23666df2be71d260f4c61c09218d9c8dca7d45d227799d851278079e4d9954f87
-Size (R/lifecycle_1.0.1.tar.gz) = 99716 bytes
+BLAKE2s (R/lifecycle_1.0.3.tar.gz) = 5eb377ce4606661f952781e99808fe737fb7d487a87d0de790e473c3c0a772f5
+SHA512 (R/lifecycle_1.0.3.tar.gz) = 28ab259d0535e54aa40e7dae2f151a6a17f10873565d63feb2b40c9f4ee6e94a3590e1e7fb2c271a539be260d67c06e9c02f18719d8c25233bea511521f8d72b
+Size (R/lifecycle_1.0.3.tar.gz) = 106854 bytes



Home | Main Index | Thread Index | Old Index