Thu Apr 29 05:56:34 2021 UTC ()
Update to 1.1.1

Upstream changes:
DBI 1.1.1 (2021-01-04)
Documentation

    Expand "Get started" vignette to two tutorials, basic and advanced (#332, @jawond).

Bug fixes

    dbAppendTable() now allows columns named sep (#336).
    dbAppendTable() shows a better error message if the input has zero columns (#313).
    sqlInterpolate() now correctly interprets consecutive comments (#329, @rnorberg).
    dbQuoteLiteral() works for difftime objects (#325).
    dbQuoteLiteral() quotes dates as YYYY-MM-DD without time zone (#331).

Internal

    Switch to GitHub Actions (#326).
    Update URL in DESCRIPTION.


(wen)
diff -r1.9 -r1.10 pkgsrc/math/R-DBI/Makefile
diff -r1.8 -r1.9 pkgsrc/math/R-DBI/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/math/R-DBI/Makefile (expand / switch to unified diff)

--- pkgsrc/math/R-DBI/Makefile 2020/09/20 22:51:47 1.9
+++ pkgsrc/math/R-DBI/Makefile 2021/04/29 05:56:34 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2020/09/20 22:51:47 mef Exp $ 1# $NetBSD: Makefile,v 1.10 2021/04/29 05:56:34 wen Exp $
2 2
3R_PKGNAME= DBI 3R_PKGNAME= DBI
4R_PKGVER= 1.1.0 4R_PKGVER= 1.1.1
5CATEGORIES= math 5CATEGORIES= math
6 6
7MAINTAINER= minskim@NetBSD.org 7MAINTAINER= minskim@NetBSD.org
8COMMENT= R database interface 8COMMENT= R database interface
9LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3 9LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
10 10
11TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown 11TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
12TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr 12TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
13 13
14USE_LANGUAGES= # none 14USE_LANGUAGES= # none
15 15
16.include "../../math/R/Makefile.extension" 16.include "../../math/R/Makefile.extension"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/math/R-DBI/distinfo (expand / switch to unified diff)

--- pkgsrc/math/R-DBI/distinfo 2020/09/20 22:51:47 1.8
+++ pkgsrc/math/R-DBI/distinfo 2021/04/29 05:56:34 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2020/09/20 22:51:47 mef Exp $ 1$NetBSD: distinfo,v 1.9 2021/04/29 05:56:34 wen Exp $
2 2
3SHA1 (R/DBI_1.1.0.tar.gz) = d0a0c5ad899024ff25e250de36dd4ffdbbe36ca1 3SHA1 (R/DBI_1.1.1.tar.gz) = 5db9cb21e7238b7d258a4602f1550a1bb44d69ae
4RMD160 (R/DBI_1.1.0.tar.gz) = 9ebb019ec45d824e93c653c8fe3aa62032575e5e 4RMD160 (R/DBI_1.1.1.tar.gz) = d52277138099789f6083fdbd8280bdfc5213cbb7
5SHA512 (R/DBI_1.1.0.tar.gz) = 0d5dbead2fbe40a11557a2e0e6e7e1bc88836a5f6e8ecdb2dda19b37d95a944bb2c387eb08bd586fc88217812f51dc5292f2431b4e67803a1299bc4fec9879c4 5SHA512 (R/DBI_1.1.1.tar.gz) = 5f6f23993d517fb381ef61de47aabc3e70d308d37c54b8416c85a64ce2576ac2860b17e7965a932d9555f854c69ee940d2c3fc63df935c6e1ea1157347e24730
6Size (R/DBI_1.1.0.tar.gz) = 633079 bytes 6Size (R/DBI_1.1.1.tar.gz) = 743802 bytes