Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-JSON-Validator for
openSUSE:Factory checked in at 2021-01-27 18:58:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-JSON-Validator (Old)
and /work/SRC/openSUSE:Factory/.perl-JSON-Validator.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-JSON-Validator"
Wed Jan 27 18:58:02 2021 rev:27 rq:867010 version:4.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-JSON-Validator/perl-JSON-Validator.changes
2020-10-26 16:19:16.419077992 +0100
+++
/work/SRC/openSUSE:Factory/.perl-JSON-Validator.new.28504/perl-JSON-Validator.changes
2021-01-27 18:58:49.344487935 +0100
@@ -1,0 +2,40 @@
+Mon Jan 25 03:09:10 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 4.12
+ see /usr/share/doc/packages/perl-JSON-Validator/Changes
+
+ 4.12 2021-01-25T07:52:34+0900
+ - Fix not using Mojo::Exception::raise() #235
+ - Fix uninitialized warning when looking up schema for an internal $ref
+
+ 4.11 2021-01-24T16:02:02+0900
+ - Add JSON::Validator::Schema::OpenAPIv2
+ * Extends JSON::Validator::Schema::Draft4
+ * Can validate OpenAPIv2 API specifiation
+ * Can validate HTTP request and response
+ * Can validate "Accept" and "Content-Type"
+ * Can handle "discriminator"
+ * Can handle "readOnly" parameters
+ * Can handle collectionFormat
+ * Can handle default values for parameters
+ * Can convert specifiation with invalid "$ref" into a valid OpenAPIv2
specifiation
+ * Will coerce query parameters and headers into arrays if needed
+ - Add JSON::Validator::Schema::OpenAPIv3
+ * Extends JSON::Validator::Schema::Draft201909
+ * Can validate OpenAPIv3 API specifiation
+ * Can validate HTTP request and response
+ * Can validate "Accept" and "Content-Type"
+ * Can handle "discriminator"
+ * Can handle "nullable" parameters
+ * Can handle "readOnly" parameters
+ * Can handle "style" and "explode" for arrays and objects parameters
+ * Can handle "writeOnly" parameters
+ * Can handle default values for parameters
+ * Will coerce query parameters and headers into arrays if needed
+ - Add negotiate_content_type() utility function
+ - Fix t/load-file.t on Windows #234
+ - Fix not checking if input schema is a file if it has a newline #223 #233
+ Contributor: David Cantrell
+ - Improved error message when loading non-existing file #231
+
+-------------------------------------------------------------------
Old:
----
JSON-Validator-4.10.tar.gz
New:
----
JSON-Validator-4.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-JSON-Validator.spec ++++++
--- /var/tmp/diff_new_pack.usz23X/_old 2021-01-27 18:58:49.848488715 +0100
+++ /var/tmp/diff_new_pack.usz23X/_new 2021-01-27 18:58:49.852488721 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-JSON-Validator
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
+%define cpan_name JSON-Validator
Name: perl-JSON-Validator
-Version: 4.10
+Version: 4.12
Release: 0
-%define cpan_name JSON-Validator
Summary: Validate data against a JSON schema
License: Artistic-2.0
-Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(List::Util) >= 1.45
@@ -35,11 +33,9 @@
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::More) >= 1.30
BuildRequires: perl(YAML::PP) >= 0.020
-BuildRequires: perl(YAML::XS) >= 0.67
Requires: perl(List::Util) >= 1.45
Requires: perl(Mojolicious) >= 7.28
Requires: perl(YAML::PP) >= 0.020
-Requires: perl(YAML::XS) >= 0.67
%{perl_requires}
%description
@@ -49,11 +45,11 @@
to define the schema programmatically.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -64,7 +60,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md README.md
%changelog
++++++ JSON-Validator-4.10.tar.gz -> JSON-Validator-4.12.tar.gz ++++++
++++ 3164 lines of diff (skipped)