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

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

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).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-lifecycle/Makefile
cvs rdiff -u -r1.5 -r1.6 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.3 pkgsrc/devel/R-lifecycle/Makefile:1.4
--- pkgsrc/devel/R-lifecycle/Makefile:1.3       Fri Apr 22 22:55:50 2022
+++ pkgsrc/devel/R-lifecycle/Makefile   Sun Dec 18 02:23:46 2022
@@ -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-knitr-[0-9]*:../../prin
 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

Index: pkgsrc/devel/R-lifecycle/distinfo
diff -u pkgsrc/devel/R-lifecycle/distinfo:1.5 pkgsrc/devel/R-lifecycle/distinfo:1.6
--- pkgsrc/devel/R-lifecycle/distinfo:1.5       Fri Apr 22 22:55:50 2022
+++ pkgsrc/devel/R-lifecycle/distinfo   Sun Dec 18 02:23:46 2022
@@ -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