pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-nokogiri ruby-nokogiri: update to 1.13.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a698f2626dd
branches:  trunk
changeset: 371886:5a698f2626dd
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Jan 16 10:12:07 2022 +0000

description:
ruby-nokogiri: update to 1.13.1.

Upstream changes:
 https://github.com/sparklemotion/nokogiri/releases/tag/v1.13.1

1.13.1 / 2022-01-13

Fixed

  * Fix Nokogiri::XSLT.quote_params regression in v1.13.0 that raised an
    exception when non-string stylesheet parameters were passed. Non-string
    parameters (e.g., integers and symbols) are now explicitly supported and
    both keys and values will be stringified with #to_s. [#2418]
  * Fix HTML5 CSS selector query regression in v1.13.0 that raised an
    Nokogiri::XML::XPath::SyntaxError when parsing XPath attributes mixed into
    the CSS query. Although this mash-up of XPath and CSS syntax previously
    worked unintentionally, it is now an officially supported feature and is
    documented as such. [#2419]

diffstat:

 textproc/ruby-nokogiri/Makefile |  4 ++--
 textproc/ruby-nokogiri/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 59261470c67f -r 5a698f2626dd textproc/ruby-nokogiri/Makefile
--- a/textproc/ruby-nokogiri/Makefile   Sun Jan 16 09:05:31 2022 +0000
+++ b/textproc/ruby-nokogiri/Makefile   Sun Jan 16 10:12:07 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2022/01/09 19:19:23 tsutsui Exp $
+# $NetBSD: Makefile,v 1.68 2022/01/16 10:12:07 tsutsui Exp $
 
-DISTNAME=      nokogiri-1.13.0
+DISTNAME=      nokogiri-1.13.1
 CATEGORIES=    textproc
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
diff -r 59261470c67f -r 5a698f2626dd textproc/ruby-nokogiri/distinfo
--- a/textproc/ruby-nokogiri/distinfo   Sun Jan 16 09:05:31 2022 +0000
+++ b/textproc/ruby-nokogiri/distinfo   Sun Jan 16 10:12:07 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2022/01/09 19:19:23 tsutsui Exp $
+$NetBSD: distinfo,v 1.48 2022/01/16 10:12:07 tsutsui Exp $
 
-BLAKE2s (nokogiri-1.13.0.gem) = 2c5f6545ab0b6e98bca53cd5ce526844103f4f1fada22f3096e21af54dc318af
-SHA512 (nokogiri-1.13.0.gem) = 9541a8dc9c8568bd2a81a268cc6fadeacbc9be84093389050cc5d7fc3498a7c9c42cf9d0992a2bae4997ae3b05d04e1547bb9ce8911bdb97a5b5e35ee3c31d1a
-Size (nokogiri-1.13.0.gem) = 9597952 bytes
+BLAKE2s (nokogiri-1.13.1.gem) = 245df3a8eee17ffff29768a4e507c2f9e40dbaf4f49e969cb7b3a6dd3f0918a2
+SHA512 (nokogiri-1.13.1.gem) = 0ed89f53cdb6097c435856ddfa55eeef972a1e33d4e6db2fb8fc66f48827e2f863155b9468fc7cd1c17a7d1a5e2ce8adb91299e4425123034e823b74190cff26
+Size (nokogiri-1.13.1.gem) = 9598976 bytes



Home | Main Index | Thread Index | Old Index