Skip to content

Commit

Permalink
(textproc/R-xml2) Updated 1.2.2 to 1.3.2
Browse files Browse the repository at this point in the history
# 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)
  • Loading branch information
mef committed Jun 5, 2021
1 parent 314be35 commit e3927a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 7 additions & 3 deletions textproc/R-xml2/Makefile
Original file line number Diff line number Diff line change
@@ -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
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++

Expand Down
10 changes: 5 additions & 5 deletions textproc/R-xml2/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e3927a1

Please sign in to comment.