Accepting request 1066770 from devel:languages:perl:autoupdate

- updated to 0.33
   see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
  0.33    2023-02-18
          [CHANGES]
           * Added XPK_LEXVAR, a non `my`-alike variant
           * Added XPK_*_pieces() macros allowing caller to dynamically generate
             sub-arrays of pieces
          [BUGFIXES]
           * Remember to consume whitespace between XPK_REPEATED elements

OBS-URL: https://build.opensuse.org/request/show/1066770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=22
This commit is contained in:
Dirk Stoecker 2023-02-20 15:06:23 +00:00 committed by Git OBS Bridge
parent 4221b5050d
commit b4b3fcbbb8
4 changed files with 19 additions and 4 deletions

View File

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

BIN
XS-Parse-Keyword-0.33.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 19 03:06:55 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.33
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
0.33 2023-02-18
[CHANGES]
* Added XPK_LEXVAR, a non `my`-alike variant
* Added XPK_*_pieces() macros allowing caller to dynamically generate
sub-arrays of pieces
[BUGFIXES]
* Remember to consume whitespace between XPK_REPEATED elements
-------------------------------------------------------------------
Fri Jan 13 03:11:04 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

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