pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-regexp_parser



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Aug 12 13:53:41 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-regexp_parser: Makefile PLIST distinfo

Log Message:
devel/ruby-regexp_parser: update to 2.11.1

2.11.0 (2025-08-03)

Added

* a new token :escape, :utf8_hex and expression EscapeSequence::UTF8Hex used
  for UTF-8 hex escapes, e.g. \xE2\x82\xAC representing U+20AC "€"

Fixed

* detection of numeric backrefs > 9, e.g. ((((((((((foo))))))))))\10 these
  are only backrefs in Ruby if sufficient groups have been opened they were
  previously always scanned as octal or literal escapes

2.11.1 (2025-08-08)

Fixed

* restored compatibility with Ruby < 2.6, broken in regexp_parser v2.11.0
  thanks to DanielFinkWoven for the report


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-regexp_parser/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-regexp_parser/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-regexp_parser/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/ruby-regexp_parser/Makefile
diff -u pkgsrc/devel/ruby-regexp_parser/Makefile:1.22 pkgsrc/devel/ruby-regexp_parser/Makefile:1.23
--- pkgsrc/devel/ruby-regexp_parser/Makefile:1.22       Thu Jan  2 05:29:26 2025
+++ pkgsrc/devel/ruby-regexp_parser/Makefile    Tue Aug 12 13:53:40 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2025/01/02 05:29:26 taca Exp $
+# $NetBSD: Makefile,v 1.23 2025/08/12 13:53:40 taca Exp $
 
-DISTNAME=      regexp_parser-2.10.0
+DISTNAME=      regexp_parser-2.11.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-regexp_parser/PLIST
diff -u pkgsrc/devel/ruby-regexp_parser/PLIST:1.14 pkgsrc/devel/ruby-regexp_parser/PLIST:1.15
--- pkgsrc/devel/ruby-regexp_parser/PLIST:1.14  Thu Jan  2 05:29:26 2025
+++ pkgsrc/devel/ruby-regexp_parser/PLIST       Tue Aug 12 13:53:40 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/01/02 05:29:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/08/12 13:53:40 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
@@ -87,6 +87,7 @@ ${GEM_LIBDIR}/lib/regexp_parser/syntax/v
 ${GEM_LIBDIR}/lib/regexp_parser/syntax/versions/2.6.3.rb
 ${GEM_LIBDIR}/lib/regexp_parser/syntax/versions/3.1.0.rb
 ${GEM_LIBDIR}/lib/regexp_parser/syntax/versions/3.2.0.rb
+${GEM_LIBDIR}/lib/regexp_parser/syntax/versions/3.5.0.rb
 ${GEM_LIBDIR}/lib/regexp_parser/token.rb
 ${GEM_LIBDIR}/lib/regexp_parser/version.rb
 ${GEM_LIBDIR}/regexp_parser.gemspec

Index: pkgsrc/devel/ruby-regexp_parser/distinfo
diff -u pkgsrc/devel/ruby-regexp_parser/distinfo:1.24 pkgsrc/devel/ruby-regexp_parser/distinfo:1.25
--- pkgsrc/devel/ruby-regexp_parser/distinfo:1.24       Thu Jan  2 05:29:26 2025
+++ pkgsrc/devel/ruby-regexp_parser/distinfo    Tue Aug 12 13:53:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/01/02 05:29:26 taca Exp $
+$NetBSD: distinfo,v 1.25 2025/08/12 13:53:40 taca Exp $
 
-BLAKE2s (regexp_parser-2.10.0.gem) = e8b297d459e96b5cb2bacb8630cdc800ec8ce41714e124703866959517f029b8
-SHA512 (regexp_parser-2.10.0.gem) = 75c4f9172639b0b8b2e6c2866a139a7a58849eee81adce83a78e566f2e310df49a249e97f8f63a43eac3b6a34b8c9f147de02597a4df6bef8da3645cbf9b8dd7
-Size (regexp_parser-2.10.0.gem) = 58880 bytes
+BLAKE2s (regexp_parser-2.11.1.gem) = 7f5df099bb442e1d8e762fc660ae8534a0583efa7555fb2530bbf9608a2db808
+SHA512 (regexp_parser-2.11.1.gem) = 2dbeccde2f74932042bbdf6d22cc3b840ab6e820a7a7ce76cc3f4d01a1d9e3d849b320253fefe8aa09bf4b15d63c8e3f95243990f4167085b5b79e5d4a65a2d5
+Size (regexp_parser-2.11.1.gem) = 59904 bytes



Home | Main Index | Thread Index | Old Index