pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-DBI



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Dec 18 06:46:43 UTC 2022

Modified Files:
        pkgsrc/math/R-DBI: Makefile distinfo

Log Message:
(math/R-DBI) Updated 1.1.1 to 1.1.3

# DBI 1.1.3 (2022-06-18)

## Features
- `dbAppendTable()` accepts `Id` (#381, @renkun-ken).

## Documentation
- `?dbSendQuery` and related methods gain a section "The data
  retrieval flow" (#386).

- `?dbSendStatement` and related methods gain a section "The command
  execution flow" (#386).

# DBI 1.1.2 (2021-12-19)

## Features
- Use `dbQuoteLiteral()` in default method for `sqlData()` (#362, #371).
- Update specification with changes from DBItest 1.7.2 (#367).

## Documentation
- The pkgdown documentation for DBI generics (e.g. `?dbConnect`)
  contains clickable links to all known backends (except ROracle), and
  an explanatory sentence (#360).

- `?Id` gains better examples (#295, #370).

- Elaborate on status of `dbWriteTable()` in the documentation (#352,
  #372).

- Make method definition more similar to S3. All `setMethod()` calls
  refer to top-level functions (#368).

- `?dbReadTable` and other pages gain pointers to `Id()` and `SQL()` (#359).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/R-DBI/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/R-DBI/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-DBI/Makefile
diff -u pkgsrc/math/R-DBI/Makefile:1.10 pkgsrc/math/R-DBI/Makefile:1.11
--- pkgsrc/math/R-DBI/Makefile:1.10     Thu Apr 29 05:56:34 2021
+++ pkgsrc/math/R-DBI/Makefile  Sun Dec 18 06:46:43 2022
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2021/04/29 05:56:34 wen Exp $
+# $NetBSD: Makefile,v 1.11 2022/12/18 06:46:43 mef Exp $
 
 R_PKGNAME=     DBI
-R_PKGVER=      1.1.1
-CATEGORIES=    math
+R_PKGVER=      1.1.3
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       R database interface
 LICENSE=       gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3
 
+# Packages suggested but not available: 'DBItest', 'RMariaDB'
+
 TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
 TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr
 

Index: pkgsrc/math/R-DBI/distinfo
diff -u pkgsrc/math/R-DBI/distinfo:1.11 pkgsrc/math/R-DBI/distinfo:1.12
--- pkgsrc/math/R-DBI/distinfo:1.11     Tue Oct 26 10:55:21 2021
+++ pkgsrc/math/R-DBI/distinfo  Sun Dec 18 06:46:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:55:21 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/12/18 06:46:43 mef Exp $
 
-BLAKE2s (R/DBI_1.1.1.tar.gz) = 10abe7520533325d4250ab381465cdb260067d173545c8b8cd89de7e814a8c77
-SHA512 (R/DBI_1.1.1.tar.gz) = 5f6f23993d517fb381ef61de47aabc3e70d308d37c54b8416c85a64ce2576ac2860b17e7965a932d9555f854c69ee940d2c3fc63df935c6e1ea1157347e24730
-Size (R/DBI_1.1.1.tar.gz) = 743802 bytes
+BLAKE2s (R/DBI_1.1.3.tar.gz) = 1c9a88877b8dec54b2dc634f3f1e53f7f73a67322c70b5c485b86a506967a7b7
+SHA512 (R/DBI_1.1.3.tar.gz) = 48d5d2c152f512ebf36c98fad97dcbb6987b485d1843fa5245158abe21714649f4bf30d855dc07195157a5a18601573494fcdb1354f0362330f63ccabdb47fd9
+Size (R/DBI_1.1.3.tar.gz) = 730243 bytes



Home | Main Index | Thread Index | Old Index