pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/R-pkgcache (devel/R-pkgcache) Updated 2.0.1 to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3790f5c7ae44
branches:  trunk
changeset: 390227:3790f5c7ae44
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Dec 18 03:25:06 2022 +0000

description:
(devel/R-pkgcache) Updated  2.0.1 to 2.0.3

# pkgcache 2.0.3

* The `built` and `sysreqs` columns of the metadata case are always
  character vectors now, and not logicals, as it used to be in some
  edges cases in the past.

* The `deps` column of the metadata cache is not a tibble any more,
  but a data frame with a `tbl` class, as it should be.

* `cran_archive_*()` functions now only download the metadata if it is newer
  than what you have currently.

* `cran_archive_cleanup()` now does not ignore the `force` argument.

* The `sources` column in the metadata cache now has the correct URL for
  packages in the CRAN archive (https://github.com/r-lib/pak/issues/425).

# pkgcache 2.0.2

* pkgcache error messages are better now.

* pkgcache now does not compress the metadata cache files, which makes
  loading the metadata cache faster.

diffstat:

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

diffs (40 lines):

diff -r 7e8fd27795cd -r 3790f5c7ae44 devel/R-pkgcache/Makefile
--- a/devel/R-pkgcache/Makefile Sun Dec 18 03:17:56 2022 +0000
+++ b/devel/R-pkgcache/Makefile Sun Dec 18 03:25:06 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/04/30 01:01:41 mef Exp $
+# $NetBSD: Makefile,v 1.7 2022/12/18 03:25:06 mef Exp $
 
 R_PKGNAME=     pkgcache
-R_PKGVER=      2.0.1
+R_PKGVER=      2.0.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -31,10 +31,11 @@
 TEST_DEPENDS+= R-pingr-[0-9]*:../../net/R-pingr
 TEST_DEPENDS+= R-sessioninfo-[0-9]*:../../devel/R-sessioninfo
 TEST_DEPENDS+= R-spelling-[0-9]*:../../textproc/R-spelling
-TEST_DEPENDS+= R-webfakes-[0-9]*:../../www/R-webfakes
+TEST_DEPENDS+= R-webfakes>=1.1.5:../../www/R-webfakes
+TEST_DEPENDS+= R-zip-[0-9]*:../../archivers/R-zip
 
 
-USE_LANGUAGES= c       
+USE_LANGUAGES= c
 
 .include "../../math/R/Makefile.extension"
 .include "../../mk/bsd.pkg.mk"
diff -r 7e8fd27795cd -r 3790f5c7ae44 devel/R-pkgcache/distinfo
--- a/devel/R-pkgcache/distinfo Sun Dec 18 03:17:56 2022 +0000
+++ b/devel/R-pkgcache/distinfo Sun Dec 18 03:25:06 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/04/30 01:01:41 mef Exp $
+$NetBSD: distinfo,v 1.6 2022/12/18 03:25:06 mef Exp $
 
-BLAKE2s (R/pkgcache_2.0.1.tar.gz) = d21ab63907af89ce00878b2240ea165f9497d5c77166dd6a492d9da819642a39
-SHA512 (R/pkgcache_2.0.1.tar.gz) = 517ea5c328586df8997043af1bdb36e4bde0a980a088bdcfbd686c7b0ad6710ba39d98e9b1f0544dc5d4280ddb86887fb5badcaa65bcc9d3ca231f2d5665e0a4
-Size (R/pkgcache_2.0.1.tar.gz) = 223943 bytes
+BLAKE2s (R/pkgcache_2.0.3.tar.gz) = a334d4db64730b8d5a753d08d264b78db78b10bcf7ab9de442cb286bf3aebbc7
+SHA512 (R/pkgcache_2.0.3.tar.gz) = b5b8cf6f6205577ccbc232e915de04d537c394b9d96ef42f5b6fded56616ab3b2aa8c726a9cdcf8b7c0d0e4869399b8b21684bf6be14caa540a416bf75588984
+Size (R/pkgcache_2.0.3.tar.gz) = 236871 bytes



Home | Main Index | Thread Index | Old Index