pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/R-fastmap
Module Name: pkgsrc
Committed By: mef
Date: Sun Jun 11 10:05:19 UTC 2023
Modified Files:
pkgsrc/devel/R-fastmap: Makefile distinfo
Log Message:
(devel/R-fastmap) Updated 1.1.0 to 1.1.1
fastmap 1.1.1
=============
* Updated hopscotch-map library to 2.3.0.
* Closed #24: Added a `$clone()` method to `fastmap`. (#26)
* Fixed #27: If a `fastmap` object has no holes in the lists storing keys
and values, and then it is serialized and then unserialized,
the new `fastmap` would contain zero items. (#28)
* Faster implementations of `fastmap` `$keys()` and `$as_list()` methods.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-fastmap/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/R-fastmap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/R-fastmap/Makefile
diff -u pkgsrc/devel/R-fastmap/Makefile:1.1 pkgsrc/devel/R-fastmap/Makefile:1.2
--- pkgsrc/devel/R-fastmap/Makefile:1.1 Mon May 31 22:22:32 2021
+++ pkgsrc/devel/R-fastmap/Makefile Sun Jun 11 10:05:19 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2021/05/31 22:22:32 mef Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/11 10:05:19 mef Exp $
R_PKGNAME= fastmap
-R_PKGVER= 1.1.0
+R_PKGVER= 1.1.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/R-fastmap/distinfo
diff -u pkgsrc/devel/R-fastmap/distinfo:1.3 pkgsrc/devel/R-fastmap/distinfo:1.4
--- pkgsrc/devel/R-fastmap/distinfo:1.3 Tue Oct 26 10:14:04 2021
+++ pkgsrc/devel/R-fastmap/distinfo Sun Jun 11 10:05:19 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:04 nia Exp $
+$NetBSD: distinfo,v 1.4 2023/06/11 10:05:19 mef Exp $
-BLAKE2s (R/fastmap_1.1.0.tar.gz) = ec56ae1f7e50f15e65b66add0c68fe007305e5b053a8ede52beff93f7ef7d8e3
-SHA512 (R/fastmap_1.1.0.tar.gz) = f61b777f3ac4bf0a5c778bc07bb09a0244955c8bc13a669225a0c70999182af4012af2d9a792f1d861f7b5394c631e1896bf7ac3f3866b0c96e7e33a5635fb87
-Size (R/fastmap_1.1.0.tar.gz) = 44277 bytes
+BLAKE2s (R/fastmap_1.1.1.tar.gz) = 898b68f8506355f2b1f68ac206a9fd8686190009b0f32723ad3d27bb37891b08
+SHA512 (R/fastmap_1.1.1.tar.gz) = bdb9fca30a299c496b6e0bb4f05d67ed8d2743d46eeecb14de4ce8ac5623f9c4d9757a63025b97fe09c9289350933d61a7be7241b60f331088da66a33cf2b3db
+Size (R/fastmap_1.1.1.tar.gz) = 46412 bytes
Home |
Main Index |
Thread Index |
Old Index