From 3a4afa30aaf292a5bf112041e6615fe8cf259d44b86395d8b57568be8640a7d9 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 8 Nov 2022 12:50:29 +0000 Subject: [PATCH] Accepting request 1034245 from devel:languages:perl:autoupdate - updated to 5.12 see /usr/share/doc/packages/perl-JSON-Validator/Changes 5.12 2022-10-26T20:14:57 - Allow unicode strings in the JSON schema #268 Contributor: Brad Barden - Specified Perl version - Updated basic repository files - Updated contributors list OBS-URL: https://build.opensuse.org/request/show/1034245 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=79 --- JSON-Validator-5.11.tar.gz | 3 --- JSON-Validator-5.12.tar.gz | 3 +++ perl-JSON-Validator.changes | 13 +++++++++++++ perl-JSON-Validator.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 JSON-Validator-5.11.tar.gz create mode 100644 JSON-Validator-5.12.tar.gz diff --git a/JSON-Validator-5.11.tar.gz b/JSON-Validator-5.11.tar.gz deleted file mode 100644 index b5264ce..0000000 --- a/JSON-Validator-5.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c512691ca84531253d5bd90f52b432e355a8025c700b7cc8c59b91ba02dbdd4f -size 113243 diff --git a/JSON-Validator-5.12.tar.gz b/JSON-Validator-5.12.tar.gz new file mode 100644 index 0000000..1478a37 --- /dev/null +++ b/JSON-Validator-5.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4058b7a356ab620e3eca567adb20a4727a930d56fe3ec34e28140629c5466879 +size 115283 diff --git a/perl-JSON-Validator.changes b/perl-JSON-Validator.changes index beb8844..89dd2fb 100644 --- a/perl-JSON-Validator.changes +++ b/perl-JSON-Validator.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 27 03:08:11 UTC 2022 - Tina Müller + +- updated to 5.12 + see /usr/share/doc/packages/perl-JSON-Validator/Changes + + 5.12 2022-10-26T20:14:57 + - Allow unicode strings in the JSON schema #268 + Contributor: Brad Barden + - Specified Perl version + - Updated basic repository files + - Updated contributors list + ------------------------------------------------------------------- Wed Aug 31 03:07:16 UTC 2022 - Tina Müller diff --git a/perl-JSON-Validator.spec b/perl-JSON-Validator.spec index fc34c96..78c572e 100644 --- a/perl-JSON-Validator.spec +++ b/perl-JSON-Validator.spec @@ -18,7 +18,7 @@ %define cpan_name JSON-Validator Name: perl-JSON-Validator -Version: 5.11 +Version: 5.12 Release: 0 License: Artistic-2.0 Summary: Validate data against a JSON schema