pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/R-waldo



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Jun  6 13:57:00 UTC 2021

Modified Files:
        pkgsrc/devel/R-waldo: Makefile distinfo

Log Message:
(devel/R-waldo) Updated 0.2.3 to 0.2.5

# waldo 0.2.5

* On platforms without UTF-8 support, strings that differ only in their
  encoding are now correctly considered to be identical (#66).

# waldo 0.2.4

* Additional arguments to `compare()` generate a more informative warning
  (#58).

* Numbers use a better algorithm for picking the number of decimal places to
  show (#63).

* ASTs with identical deparsed strings now show exactly how the AST differs.
  Source references are now more comprehensively stripped using
  `rlang::zap_srcrefs()`

* S3 objects now show the base type, and no longer fails when the types are
  incompatible.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/R-waldo/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/R-waldo/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-waldo/Makefile
diff -u pkgsrc/devel/R-waldo/Makefile:1.2 pkgsrc/devel/R-waldo/Makefile:1.3
--- pkgsrc/devel/R-waldo/Makefile:1.2   Tue Dec 15 05:12:18 2020
+++ pkgsrc/devel/R-waldo/Makefile       Sun Jun  6 13:57:00 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2020/12/15 05:12:18 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/06 13:57:00 mef Exp $
 
 R_PKGNAME=     waldo
-R_PKGVER=      0.2.3
+R_PKGVER=      0.2.5
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/R-waldo/distinfo
diff -u pkgsrc/devel/R-waldo/distinfo:1.1 pkgsrc/devel/R-waldo/distinfo:1.2
--- pkgsrc/devel/R-waldo/distinfo:1.1   Mon Dec 14 03:17:45 2020
+++ pkgsrc/devel/R-waldo/distinfo       Sun Jun  6 13:57:00 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/12/14 03:17:45 mef Exp $
+$NetBSD: distinfo,v 1.2 2021/06/06 13:57:00 mef Exp $
 
-SHA1 (R/waldo_0.2.3.tar.gz) = e042cfdd1840565d75b05c7be184095d8f3e541c
-RMD160 (R/waldo_0.2.3.tar.gz) = 728c9bb55cd51874b9db158ca98740275c3814b0
-SHA512 (R/waldo_0.2.3.tar.gz) = 12f031da15915a608d7f4628b14d0c3dd4f1a59cf33c3389ddd13317f57f18caf9ff3a20d498ce7ecdd96f1a83a65fddb588a4e5fbf76dd1f8f2e477dd3dd093
-Size (R/waldo_0.2.3.tar.gz) = 25726 bytes
+SHA1 (R/waldo_0.2.5.tar.gz) = 9f9cf9330fc044100bdee305cf37f011923629e8
+RMD160 (R/waldo_0.2.5.tar.gz) = 3cec5a6dee3f7971b385835a7d11c618fa7e4efa
+SHA512 (R/waldo_0.2.5.tar.gz) = b94540663ece80b62fb423b4016ad7e5a82dd6a6905a1f7a237d0c795fc0823dbb3eeb03db32885ead1d9d6d5e03ac1b90427e7f38556730207d3bf745159131
+Size (R/waldo_0.2.5.tar.gz) = 26295 bytes



Home | Main Index | Thread Index | Old Index