Accepting request 1034253 from devel:languages:perl:autoupdate
- updated to 0.27 see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes 0.27 2022-10-31 [CHANGES] * Updates to XS::Parse::Infix for latest `infix-plugin` perl5 branch + parsedata field is now an SV **, not an ANY * * Expose parse_infix() as a real ABI function, allowing infix operators to be hyper-operators and parse other operator names 0.26 2022-10-24 [CHANGES] * Updates to XS::Parse::Infix for latest `infix-plugin` perl5 branch + Requires classification to set the operator precedence + No longer need XPI_OPERAND_ARITH or XPI_OPERAND_TERM; most of .lhs_flags and .rhs_flags are redundant now + No longer support XPI_OPERAND_CUSTOM + Optional `parse` phase for parametric/hyper-operators * Bump XS::Parse::Infix ABI version to 2 * Declare XPI ABI v0 as deprecated, soon to be removed OBS-URL: https://build.opensuse.org/request/show/1034253 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=14
This commit is contained in:
parent
7c5af7ee4c
commit
b34fa55b28
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f5edb30cf7c7f220d0c6c31dc1eb554032840a99c7c298314f5cc3fef66c72c7
|
|
||||||
size 74105
|
|
3
XS-Parse-Keyword-0.27.tar.gz
Normal file
3
XS-Parse-Keyword-0.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1c992c762e75134838e1b8a534f3083341e97b07956b93c0f204a76784605dc
|
||||||
|
size 77457
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 1 03:08:08 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.27
|
||||||
|
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
|
||||||
|
|
||||||
|
0.27 2022-10-31
|
||||||
|
[CHANGES]
|
||||||
|
* Updates to XS::Parse::Infix for latest `infix-plugin` perl5 branch
|
||||||
|
+ parsedata field is now an SV **, not an ANY *
|
||||||
|
* Expose parse_infix() as a real ABI function, allowing infix
|
||||||
|
operators to be hyper-operators and parse other operator names
|
||||||
|
|
||||||
|
0.26 2022-10-24
|
||||||
|
[CHANGES]
|
||||||
|
* Updates to XS::Parse::Infix for latest `infix-plugin` perl5 branch
|
||||||
|
+ Requires classification to set the operator precedence
|
||||||
|
+ No longer need XPI_OPERAND_ARITH or XPI_OPERAND_TERM; most of
|
||||||
|
.lhs_flags and .rhs_flags are redundant now
|
||||||
|
+ No longer support XPI_OPERAND_CUSTOM
|
||||||
|
+ Optional `parse` phase for parametric/hyper-operators
|
||||||
|
* Bump XS::Parse::Infix ABI version to 2
|
||||||
|
* Declare XPI ABI v0 as deprecated, soon to be removed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 27 03:09:17 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
Wed Jul 27 03:09:17 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -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.25
|
Version: 0.27
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user