1
0

Accepting request 809859 from devel:languages:perl:autoupdate

updated to 1.43
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.43	- 2020-05-27, H.Merijn Brand
      * Add --parser-opt[=value] to csv-check
      * Add -L & -X to csv-check
      * Fix undef value in attribute setters for strings (issue 24)
      * Document quote (undef) is not supported

OBS-URL: https://build.opensuse.org/request/show/809859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=57
This commit is contained in:
Pedro Monreal Gonzalez 2020-05-28 09:12:52 +00:00 committed by Git OBS Bridge
parent fc889ecddb
commit 660f02a00c
4 changed files with 18 additions and 5 deletions

View File

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

3
Text-CSV_XS-1.43.tgz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu May 28 03:14:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 1.43
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.43 - 2020-05-27, H.Merijn Brand
* Add --parser-opt[=value] to csv-check
* Add -L & -X to csv-check
* Fix undef value in attribute setters for strings (issue 24)
* Document quote (undef) is not supported
-------------------------------------------------------------------
Wed May 20 03:14:18 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-Text-CSV_XS
Version: 1.42
Version: 1.43
Release: 0
%define cpan_name Text-CSV_XS
Summary: Comma-separated values manipulation routines
@ -29,7 +29,7 @@ Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Encode) >= 3.05
Recommends: perl(Encode) >= 3.06
%{perl_requires}
%description