pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/R-bslib (www/R-bslib) Updated 0.2.5.1 to 0.3.1, ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c041ec8a1ff0
branches:  trunk
changeset: 378617:c041ec8a1ff0
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu May 05 02:24:41 2022 +0000

description:
(www/R-bslib) Updated 0.2.5.1 to 0.3.1, make test passed

# bslib 0.3.1

## New features

* Upgraded Bootstrap 5 (i.e., `bs_theme(version = 5)`) from 5.0.2 to
  5.1.0 (#365)

## Bug fixes

* Closed rstudio/shiny#3519: `nav_menu()` (i.e.,
  `shiny::navbarMenu()`) wasn't producing an `.active` class on it's
  `.dropdown` container properly. (#372)

# bslib 0.3.0

## Breaking changes

* Closed rstudio/rmarkdown#2154: `{magrittr}`'s pipe operator (`%>%`)
  is no longer re-exported by `{bslib}`. Either `library(magrittr)` to
  make `%>%` available and/or use use R 4.1's pipe operator (`|>`).

## New features

* Closed #82: Added support for Bootstrap 5 (via `bs_theme(version =
  5)`). Bootstrap 4 remains the default in this release, but the next
  release, the default will likely change to Bootstrap 5.

## Bug fixes

* Closed #6: rmarkdown's .tabset-fade class now works with Bootstrap
  4+ since legacy use of .nav .fade is now officially supported in
  Bootstrap 4+. (#325)

diffstat:

 www/R-bslib/Makefile |  9 ++++-----
 www/R-bslib/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 5a806c5b22fe -r c041ec8a1ff0 www/R-bslib/Makefile
--- a/www/R-bslib/Makefile      Thu May 05 02:09:22 2022 +0000
+++ b/www/R-bslib/Makefile      Thu May 05 02:24:41 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/06/08 01:56:05 mef Exp $
+# $NetBSD: Makefile,v 1.2 2022/05/05 02:24:41 mef Exp $
 
 R_PKGNAME=     bslib
-R_PKGVER=      0.2.5.1
+R_PKGVER=      0.3.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -15,12 +15,11 @@
 DEPENDS+=      R-sass>=0.4.0:../../www/R-sass
 DEPENDS+=      R-jquerylib-[0-9]*:../../www/R-jquerylib
 
-# Packages suggested but not available: 'rmarkdown', 'thematic'
-
+TEST_DEPENDS+= R-curl-[0-9]*:../../www/R-curl
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-shiny-[0-9]*:../../www/R-shiny
 TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
 TEST_DEPENDS+= R-thematic-[0-9]*:../../graphics/R-thematic
-TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 
 USE_LANGUAGES= # none
 
diff -r 5a806c5b22fe -r c041ec8a1ff0 www/R-bslib/distinfo
--- a/www/R-bslib/distinfo      Thu May 05 02:09:22 2022 +0000
+++ b/www/R-bslib/distinfo      Thu May 05 02:24:41 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:29:14 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/05/05 02:24:41 mef Exp $
 
-BLAKE2s (R/bslib_0.2.5.1.tar.gz) = c4374b1476175fe394fabf9f6f2961a2aaccbcfecddcceb16d00c696ebd57d70
-SHA512 (R/bslib_0.2.5.1.tar.gz) = 910cb3f90d6ec143f9237c50ec895022e8b8d1360a1176ec7b87051e548a642f4dfb0d150f2815cfa0e2e2b51a148cd689acdd42c05106896ef52e971eea831a
-Size (R/bslib_0.2.5.1.tar.gz) = 3810412 bytes
+BLAKE2s (R/bslib_0.3.1.tar.gz) = 2e34801f76665d9359ea51e07a454e9558c5ef7a829210774855f4d3e0bfab6e
+SHA512 (R/bslib_0.3.1.tar.gz) = c17ea68dd6111275915713c5e6721ca18ed7db406125967e0d2f8ade83a1608e88dbdeb0d8acd67d84aaa2ae67931898b334e079b540c86b1c8544678c28b43a
+Size (R/bslib_0.3.1.tar.gz) = 4908277 bytes



Home | Main Index | Thread Index | Old Index