Accepting request 1041137 from devel:languages:perl:autoupdate

- updated to 0.30
   see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
  0.30    2022-12-03
          [CHANGES]
           * Added XPK_STAGED_ANONSUB; inspired a bit by XS::Parse::Sublike for
             customising the parsing of anonmethod
  0.29    2022-12-01
          [CHANGES]
           * Added XPK_PREFIXED_TERMEXPR_ENTERLEAVE
          [BUGFIXES]
           * Don't try to call `SvPVX()` on a `newSV(0)` because -DDEBUGGING
             perls get upset (RT145278)
           * Remember to `break` out of switch block cases when testing for
             `KEYWORD_PLUGIN_*` return values
  0.28    2022-11-25
          [CHANGES]
           * Include a XSParseInfixClassification field in the XSParseInfixInfo
             structure
           * Do not permit mixed identifier/non characters in the names of
             registered infix operators
           * No longer supports XSParseInfix ABI version 0
          [BUGFIXES]
           * When parsing an infix operator name, make sure not to be confused
             by additional identifier characters immediately after it

OBS-URL: https://build.opensuse.org/request/show/1041137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=16
This commit is contained in:
Stephan Kulow 2022-12-13 17:02:53 +00:00 committed by Git OBS Bridge
parent b34fa55b28
commit 08ab8cddb4
4 changed files with 33 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Sun Dec 4 03:10:55 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.30
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
0.30 2022-12-03
[CHANGES]
* Added XPK_STAGED_ANONSUB; inspired a bit by XS::Parse::Sublike for
customising the parsing of anonmethod
0.29 2022-12-01
[CHANGES]
* Added XPK_PREFIXED_TERMEXPR_ENTERLEAVE
[BUGFIXES]
* Don't try to call `SvPVX()` on a `newSV(0)` because -DDEBUGGING
perls get upset (RT145278)
* Remember to `break` out of switch block cases when testing for
`KEYWORD_PLUGIN_*` return values
0.28 2022-11-25
[CHANGES]
* Include a XSParseInfixClassification field in the XSParseInfixInfo
structure
* Do not permit mixed identifier/non characters in the names of
registered infix operators
* No longer supports XSParseInfix ABI version 0
[BUGFIXES]
* When parsing an infix operator name, make sure not to be confused
by additional identifier characters immediately after it
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 1 03:08:08 UTC 2022 - Tina Müller <timueller+perl@suse.de> Tue Nov 1 03:08:08 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,7 +18,7 @@
%define cpan_name XS-Parse-Keyword %define cpan_name XS-Parse-Keyword
Name: perl-XS-Parse-Keyword Name: perl-XS-Parse-Keyword
Version: 0.27 Version: 0.30
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: XS functions to assist in parsing keyword syntax Summary: XS functions to assist in parsing keyword syntax