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:           Sat Jun 13 00:04:19 UTC 2026

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

Log Message:
(math/R-DBI) Updated 1.2.3 to 1.3.0

# DBI 1.3.0 (2026-02-11)

## Features

- Add support for OpenTelemetry via the otel and otelsdk packages
  (@shikokuchuo, #551).

## Bug fixes

- `dbWithTransaction()` calls `dbRollback()` also on interrupt
  (@klin333, #528).

- `dbQuoteLiteral()` uses the format `"%Y-%m-%d %H:%M:%S%z"` which is
  understood by more databases (#486).

## Documentation

- Add "Supported By Posit" badge to website (@krlmlr).

- Render specification with newest pandoc (#568).

- Add new generics to specification.

## Performance

- Avoid unnecessary computation in default `dbUnquoteIdentifier()`
  method (@MichaelChirico, #515).

## Breaking changes

- Many generics in the package are now a `"nonstandardGeneric"`
  instead of a `"standardGeneric"`: The `def` argument to
  `methods::setClass()` changed from a direct call to
  `methods::standardGeneric()` to a function that wraps
  `methods::standardGeneric()`. This should not affect most users, but
  became apparent with the tests in the dittodb package failing and is
  listed here for completeness. See
  <https://github.com/ropensci/dittodb/pull/197> for detail.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/R-DBI/Makefile
cvs rdiff -u -r1.14 -r1.15 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.13 pkgsrc/math/R-DBI/Makefile:1.14
--- pkgsrc/math/R-DBI/Makefile:1.13     Sat Oct 26 05:54:32 2024
+++ pkgsrc/math/R-DBI/Makefile  Sat Jun 13 00:04:19 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2024/10/26 05:54:32 mef Exp $
+# $NetBSD: Makefile,v 1.14 2026/06/13 00:04:19 mef Exp $
 
 R_PKGNAME=     DBI
-R_PKGVER=      1.2.3
+R_PKGVER=      1.3.0
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       R database interface

Index: pkgsrc/math/R-DBI/distinfo
diff -u pkgsrc/math/R-DBI/distinfo:1.14 pkgsrc/math/R-DBI/distinfo:1.15
--- pkgsrc/math/R-DBI/distinfo:1.14     Sat Oct 26 05:54:32 2024
+++ pkgsrc/math/R-DBI/distinfo  Sat Jun 13 00:04:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/10/26 05:54:32 mef Exp $
+$NetBSD: distinfo,v 1.15 2026/06/13 00:04:19 mef Exp $
 
-BLAKE2s (R/DBI_1.2.3.tar.gz) = d0449b3640dfc1e16b5135054c9d3a9003e4cc6f43ba2d6c23424fd2972bf653
-SHA512 (R/DBI_1.2.3.tar.gz) = 4338d41d51947c4ce10a3b61ffaaa4bf1074ad6d8aec5ef379cc79632bd83fb3658cd744208d1a3d47af960e9c76cc4142e3b9a002b07a9e54984dc607629d8c
-Size (R/DBI_1.2.3.tar.gz) = 1137307 bytes
+BLAKE2s (R/DBI_1.3.0.tar.gz) = 4aa65ac24d1c2b8e909f41633a39f7f73d2cd430d5a71374397a958bbd45e054
+SHA512 (R/DBI_1.3.0.tar.gz) = b18a4baa85dfa33995c752c4ffa6a04125838c8ed19e0a686b3d3416d711c9e70437fa3463e6d6dfd766e13a1a3658d3cf2525fa7bf35efa27e892ecf58c8c1a
+Size (R/DBI_1.3.0.tar.gz) = 744704 bytes



Home | Main Index | Thread Index | Old Index