From 0334f48d5ea9e9bc87cb7bde7998eccfdca59dc49d7182d3fc75b438ab60ff8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 10 Apr 2025 12:21:48 +0000 Subject: [PATCH] Accepting request 1268201 from home:NickLion:ruby Updated to version 3.3.7.4 Update is needed for rubocop update OBS-URL: https://build.opensuse.org/request/show/1268201 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-parser?expand=0&rev=82 --- parser-3.3.5.1.gem | 3 --- parser-3.3.7.4.gem | 3 +++ rubygem-parser.changes | 56 ++++++++++++++++++++++++++++++++++++++++++ rubygem-parser.spec | 4 +-- 4 files changed, 61 insertions(+), 5 deletions(-) delete mode 100644 parser-3.3.5.1.gem create mode 100644 parser-3.3.7.4.gem diff --git a/parser-3.3.5.1.gem b/parser-3.3.5.1.gem deleted file mode 100644 index 4db45c1..0000000 --- a/parser-3.3.5.1.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b74c4403b8dd2ada9f72f9eae3b57f85ee82541ab4251736d39c25eede136c65 -size 955392 diff --git a/parser-3.3.7.4.gem b/parser-3.3.7.4.gem new file mode 100644 index 0000000..ff0887e --- /dev/null +++ b/parser-3.3.7.4.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b26282274280e13f891080dc4ef3f65ce658d62e13255b246b28ec6754e98ab +size 911872 diff --git a/rubygem-parser.changes b/rubygem-parser.changes index 9305e2e..bba8d26 100644 --- a/rubygem-parser.changes +++ b/rubygem-parser.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Wed Apr 9 08:07:59 UTC 2025 - Mykola Krachkovsky + +- Updated to version 3.3.7.4 + + v3.3.7.4 (2025-03-31) + --------------------- + + Bugs fixed: + * lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051) (Earlopain) + * builder.rb: emit `kwargs` node for `indexasgn` when opted in (#1053) (Earlopain) + * builder.rb: correctly handle `...` forwarding to super with explicit block (#1049) (Earlopain) + * numbered parameters are valid for pattern matching pinning (#1060) (Earlopain) + + v3.3.7.3 (2025-03-26) + --------------------- + + API modifications: + * Bump maintenance branches to 3.2.8 and 3.1.7 (#1074) (Koichi ITO) + + v3.3.7.2 (2025-03-20) + --------------------- + + Features implemented: + * add prism-specific node types (#1071) (Earlopain) + + Bugs fixed: + * builder.rb: fix hash value omission considering some local vars as constants (#1064) (Earlopain) + + v3.3.7.1 (2025-02-05) + --------------------- + + API modifications: + * parser/current: add -dev prefix to 3.4 branch (#1067) (Ilya Bylich) + * parser/current: bump 3.2 branch to 3.2.7 (#1066) (Ilya Bylich) + + v3.3.7.0 (2025-01-16) + --------------------- + + API modifications: + * Bump maintenance branches to 3.3.7 (#1061) (Koichi ITO) + * bump 3.4 branch, remove 3.0 from CI (EOL) (#1057) (Ilya Bylich) + * assert that version-specific checks actually run against at least one version (#1050) (Earlopain) + + Features implemented: + * ruby34.y: reject `return` in singleton class (#1048) (Earlopain) + + Bugs fixed: + * Fix `ruby-parse` with a folder ending in `.rb` (#1047) (Earlopain) + + v3.3.6.0 (2024-11-05) + --------------------- + + API modifications: + * Bump maintenance branches to 3.3.6 (#1045) (Koichi ITO) + ------------------------------------------------------------------- Mon Nov 4 17:12:18 UTC 2024 - Dan Čermák diff --git a/rubygem-parser.spec b/rubygem-parser.spec index 46bcef5..2475039 100644 --- a/rubygem-parser.spec +++ b/rubygem-parser.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-parser # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ # Name: rubygem-parser -Version: 3.3.5.1 +Version: 3.3.7.4 Release: 0 %define mod_name parser %define mod_full_name %{mod_name}-%{version}