pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/R-xml2
Module Name: pkgsrc
Committed By: mef
Date: Sat Jun 5 12:55:25 UTC 2021
Modified Files:
pkgsrc/textproc/R-xml2: Makefile distinfo
Log Message:
(textproc/R-xml2) Updated 1.2.2 to 1.3.2
# xml2 1.3.2
* `read_html()` and `read_xml()` now error if passed strings of length
greater than one (#121)
* `read_xml.raw()` had an inadvertent regression in 1.3.0 and is now
again fixed (#300)
* Compilation fix on macOS 10.15.4 (@kevinushey, #296)
# xml2 1.3.1
* `read_html()` now again works with HTML files with non-ASCII encodings (#293).
# xml2 1.3.0
* Removes the Rcpp dependency
# xml2 1.2.5
* Fix compilation issue on macOS versions after High Sierra when not
using homebrew supplied libxml2
# xml2 1.2.4
* Fix potential dangling pointer with internal `asXmlChar()` function
(@michaelquinn32, #287).
* `as_xml_document()` now handles cases with text nodes trailing
normal nodes (#274).
* `xml_add_child()` can now create nodes with a `par` attribute. These
previously errored due to partial name matching of the `parent`
function in the internal `create_node()` function. (@jennybc, #285)
* `libxml2_version()` now returns a semantic version rather than
alphanumeric version, so "2.9.10" > "2.9.9" (#277)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/R-xml2/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/R-xml2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/R-xml2/Makefile
diff -u pkgsrc/textproc/R-xml2/Makefile:1.7 pkgsrc/textproc/R-xml2/Makefile:1.8
--- pkgsrc/textproc/R-xml2/Makefile:1.7 Mon May 24 19:54:22 2021
+++ pkgsrc/textproc/R-xml2/Makefile Sat Jun 5 12:55:25 2021
@@ -1,14 +1,18 @@
-# $NetBSD: Makefile,v 1.7 2021/05/24 19:54:22 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2021/06/05 12:55:25 mef Exp $
R_PKGNAME= xml2
-R_PKGVER= 1.2.2
-PKGREVISION= 6
+R_PKGVER= 1.3.2
CATEGORIES= textproc
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= Parse XML
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
+TEST_DEPENDS+= R-knitr-[0-9]*:../../print/R-knitr
+TEST_DEPENDS+= R-mockery-[0-9]*:../../devel/R-mockery
+TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
+TEST_DEPENDS+= R-testthat-[0-9]*:../../devel/R-testthat
+
USE_TOOLS+= perl
USE_LANGUAGES= c c++
Index: pkgsrc/textproc/R-xml2/distinfo
diff -u pkgsrc/textproc/R-xml2/distinfo:1.1 pkgsrc/textproc/R-xml2/distinfo:1.2
--- pkgsrc/textproc/R-xml2/distinfo:1.1 Fri Aug 9 18:31:06 2019
+++ pkgsrc/textproc/R-xml2/distinfo Sat Jun 5 12:55:25 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/08/09 18:31:06 brook Exp $
+$NetBSD: distinfo,v 1.2 2021/06/05 12:55:25 mef Exp $
-SHA1 (R/xml2_1.2.2.tar.gz) = b4cccc91fe32a32df19f9beb5361ddffc476bab8
-RMD160 (R/xml2_1.2.2.tar.gz) = 01050856d4a9ebdaedbad80828a54053c77c43ae
-SHA512 (R/xml2_1.2.2.tar.gz) = 69cb2085cc536e68467a1947f107624ef4a561ed63c26fab04dea92f08fa7a740e71629b43e6adb1484ab57b0b494e0f68aa28a9788d54c8b2df05ddd796a92a
-Size (R/xml2_1.2.2.tar.gz) = 261081 bytes
+SHA1 (R/xml2_1.3.2.tar.gz) = 5e4e66ca04954e4190b61698121db4dbc647d3aa
+RMD160 (R/xml2_1.3.2.tar.gz) = 371564ab5430e9da4be2ff3a5607a3a544342836
+SHA512 (R/xml2_1.3.2.tar.gz) = f74ceed824c71870bdf9c9a77818a4abf508d084fca49f570c1028fc74b90a23e59e4cab37649138536341e94b06d01d1e3be6341d8de017e10951e58aea174b
+Size (R/xml2_1.3.2.tar.gz) = 271876 bytes
Home |
Main Index |
Thread Index |
Old Index