8
0

Accepting request 918670 from devel:languages:perl:autoupdate

- updated to 4.23
   see /usr/share/doc/packages/perl-JSON-Validator/Changes
  4.23 2021-08-28T16:44:05+0200
   - Fix mishandling of nullable combined witn enum in OpenAPIv3 #256 #257
  4.22 2021-08-27T13:12:56+0200
   - Fix email checking #258
     Contributor: Stephan Hradek

OBS-URL: https://build.opensuse.org/request/show/918670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=67
This commit is contained in:
2021-09-13 11:49:37 +00:00
committed by Git OBS Bridge
parent 546a27de13
commit 25ea43de94
4 changed files with 18 additions and 4 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Aug 29 03:06:41 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 4.23
see /usr/share/doc/packages/perl-JSON-Validator/Changes
4.23 2021-08-28T16:44:05+0200
- Fix mishandling of nullable combined witn enum in OpenAPIv3 #256 #257
4.22 2021-08-27T13:12:56+0200
- Fix email checking #258
Contributor: Stephan Hradek
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 11 03:07:13 UTC 2021 - Tina Müller <timueller+perl@suse.de> Sun Jul 11 03:07:13 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,7 +18,7 @@
%define cpan_name JSON-Validator %define cpan_name JSON-Validator
Name: perl-JSON-Validator Name: perl-JSON-Validator
Version: 4.21 Version: 4.23
Release: 0 Release: 0
Summary: Validate data against a JSON schema Summary: Validate data against a JSON schema
License: Artistic-2.0 License: Artistic-2.0
@@ -46,6 +46,7 @@ to define the schema programmatically.
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor