Accepting request 1188858 from devel:languages:perl:autoupdate

- updated to 0.440.0 (0.44)
   see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
  0.44    2024-07-19
          [BUGFIXES]
           * `boot_xs_parse_infix()` has to load `XS/Parse/Infix.pm`, the perl
             module
           * Fix opname check for lexical operator alises, to match Perl's
             actual identifier rules
           * Fix deparse logic for fully-qualified infix operator names
           * Fix `lex_scan_packagename()` to not get confused by attribute
             syntax

OBS-URL: https://build.opensuse.org/request/show/1188858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=40
This commit is contained in:
Dirk Stoecker 2024-07-29 15:08:53 +00:00 committed by Git OBS Bridge
parent 5b9caa3969
commit cd3454ccb9
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ecaf3ab1adb97161e27de01c9fc7c918e591c9be34d84dab7f22c1716e1d063
size 92231

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a21ae79221927efc11d89d8c9db32df6cc20b3169c5f692e192114ae234d7612
size 92761

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jul 20 05:29:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.440.0 (0.44)
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
0.44 2024-07-19
[BUGFIXES]
* `boot_xs_parse_infix()` has to load `XS/Parse/Infix.pm`, the perl
module
* Fix opname check for lexical operator alises, to match Perl's
actual identifier rules
* Fix deparse logic for fully-qualified infix operator names
* Fix `lex_scan_packagename()` to not get confused by attribute
syntax
-------------------------------------------------------------------
Wed Jul 3 16:51:11 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@ -18,10 +18,10 @@
%define cpan_name XS-Parse-Keyword
Name: perl-XS-Parse-Keyword
Version: 0.430.0
Version: 0.440.0
Release: 0
# 0.43 -> normalize -> 0.430.0
%define cpan_version 0.43
# 0.44 -> normalize -> 0.440.0
%define cpan_version 0.44
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: XS functions to assist in parsing keyword syntax
URL: https://metacpan.org/release/%{cpan_name}