pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-rexml



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 31 14:24:42 UTC 2025

Modified Files:
        pkgsrc/textproc/ruby-rexml: Makefile distinfo

Log Message:
textproc/ruby-rexml: update to 3.4.2

3.4.2 (2025-08-26)

Improvement

* Improved performance.
        - GH-244
        - GH-245
        - GH-246
        - GH-249
        - GH-256
        - Patch by NAITOH Jun

* Raise appropriate exception when failing to match start tag in DOCTYPE
        - GH-247
        - Patch by NAITOH Jun

* Deprecate accepting array as an element in XPath.match, first and each
        - GH-252
        - Patch by tomoya ishida

* Don't call needless encoding_updated
        - GH-259
        - Patch by Sutou Kouhei

* Reuse XPath::match
        - GH-263
        - Patch by pboling

* Cache redundant calls for doctype
        - GH-264
        - Patch by pboling

* Use Safe Navigation (&.) from Ruby 2.3
        - GH-265
        - Patch by pboling

* Remove redundant return statements
        - GH-266
        - Patch by pboling

* Added XML declaration check & Source#skip_spaces method
        - GH-282
        - Patch by NAITOH Jun
        - Reported by Sofi Aberegg

Fixes

* Fix docs typo
        - GH-248
        - Patch by James Coleman

* Fix reverse sort in xpath_parser
        - GH-251
        - Patch by tomoya ishida

* Fix duplicate responses in XPath following, following-sibling, preceding, preceding-sibling
        - GH-255
        - Patch by NAITOH Jun

* Fix wrong Encoding resolution
        - GH-258
        - Patch by Sutou Kouhei

* Handle nil when parsing fragment
        - GH-267
        - GH-268
        - Patch by pboling

* [Documentation] Use # to reference instance methods
        - GH-269
        - GH-270
        - Patch by pboling

* Fix & Deprecate REXML::Text#text_indent
        - GH-273
        - GH-275
        - Patch by pboling

* remove bundler from dev deps
        - GH-276
        - GH-277
        - Patch by pboling

* remove ostruct from dev deps
        - GH-280
        - GH-281
        - Patch by pboling

Thanks

* NAITOH Jun
* tomoya ishida
* James Coleman
* pboling
* Sutou Kouhei
* Sofi Aberegg


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/ruby-rexml/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/ruby-rexml/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/ruby-rexml/Makefile
diff -u pkgsrc/textproc/ruby-rexml/Makefile:1.27 pkgsrc/textproc/ruby-rexml/Makefile:1.28
--- pkgsrc/textproc/ruby-rexml/Makefile:1.27    Sun Feb 23 15:01:38 2025
+++ pkgsrc/textproc/ruby-rexml/Makefile Sun Aug 31 14:24:42 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/02/23 15:01:38 taca Exp $
+# $NetBSD: Makefile,v 1.28 2025/08/31 14:24:42 taca Exp $
 
-DISTNAME=      rexml-3.4.1
+DISTNAME=      rexml-3.4.2
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-rexml/distinfo
diff -u pkgsrc/textproc/ruby-rexml/distinfo:1.17 pkgsrc/textproc/ruby-rexml/distinfo:1.18
--- pkgsrc/textproc/ruby-rexml/distinfo:1.17    Sun Feb 23 15:01:38 2025
+++ pkgsrc/textproc/ruby-rexml/distinfo Sun Aug 31 14:24:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/02/23 15:01:38 taca Exp $
+$NetBSD: distinfo,v 1.18 2025/08/31 14:24:42 taca Exp $
 
-BLAKE2s (rexml-3.4.1.gem) = d2c68f4509f6d820b8bd40e756d70de10804f0a50af74202c3d7510ce2dd2b87
-SHA512 (rexml-3.4.1.gem) = e5c104416c9f4695c124df90b39bda3ac8b39584b526fca9fbe57171ae25b13ee178a619fa1801934bd764d2c73f46316c14bc634e8efa8f7859c595ba055622
-Size (rexml-3.4.1.gem) = 104960 bytes
+BLAKE2s (rexml-3.4.2.gem) = 03d690eaa97168f6abc96ddb24a56049cdaaa058f55e77e4c16fd4d4777da402
+SHA512 (rexml-3.4.2.gem) = d92509c64d1442c690dff8d00d50582e984a9653c68e9075c19e2abe31bb9a4a31a3d4f69acd3867114575acb3b2f71b66d84c2bb4701173922f7627bf5fcbf6
+Size (rexml-3.4.2.gem) = 105984 bytes



Home | Main Index | Thread Index | Old Index