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 Oct 26 05:54:32 UTC 2024

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

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

# DBI 1.2.3 (2024-06-02)

## Bug fixes

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

## Documentation

- Use relational-data.org as a replacement for relational.fit.cvut.cz.
- Set BS version explicitly for now (@maelle, #478).
- Include `dbGetInfo()` in the spec (#477).
- Fix typos (@salim-b, #469, @MichaelChirico, #482).

# DBI 1.2.2 (2024-02-09)

## Bug fixes

- `Id()` does not assign empty names to the components if all
  arguments are unnamed (#464).
- Add spec to version control to avoid weird pandoc errors on CRAN
  (#465).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/R-DBI/Makefile
cvs rdiff -u -r1.13 -r1.14 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.12 pkgsrc/math/R-DBI/Makefile:1.13
--- pkgsrc/math/R-DBI/Makefile:1.12     Sun Jan 21 01:38:18 2024
+++ pkgsrc/math/R-DBI/Makefile  Sat Oct 26 05:54:32 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2024/01/21 01:38:18 mef Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/26 05:54:32 mef Exp $
 
 R_PKGNAME=     DBI
-R_PKGVER=      1.2.1
+R_PKGVER=      1.2.3
 
 MAINTAINER=    minskim%NetBSD.org@localhost
 COMMENT=       R database interface

Index: pkgsrc/math/R-DBI/distinfo
diff -u pkgsrc/math/R-DBI/distinfo:1.13 pkgsrc/math/R-DBI/distinfo:1.14
--- pkgsrc/math/R-DBI/distinfo:1.13     Sun Jan 21 01:38:18 2024
+++ pkgsrc/math/R-DBI/distinfo  Sat Oct 26 05:54:32 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/01/21 01:38:18 mef Exp $
+$NetBSD: distinfo,v 1.14 2024/10/26 05:54:32 mef Exp $
 
-BLAKE2s (R/DBI_1.2.1.tar.gz) = 42b694ba54f8efa631106e7b74d7587109545dd364fa93c66f3ac9187c604e95
-SHA512 (R/DBI_1.2.1.tar.gz) = 51079f4fd61554cb279a003b643d6414a1e78586bac465ed5246175d3e992bc2253bb047e5e2724156508cca6e980128b445fcb117b1889b4fe580824a0dd802
-Size (R/DBI_1.2.1.tar.gz) = 1116529 bytes
+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



Home | Main Index | Thread Index | Old Index