Hello community,

here is the log from the commit of package perl-YAML-PP for openSUSE:Factory 
checked in at 2020-02-14 16:41:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-PP (Old)
 and      /work/SRC/openSUSE:Factory/.perl-YAML-PP.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-YAML-PP"

Fri Feb 14 16:41:18 2020 rev:2 rq:774345 version:0.019

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-YAML-PP/perl-YAML-PP.changes        
2020-01-24 15:18:16.512006752 +0100
+++ /work/SRC/openSUSE:Factory/.perl-YAML-PP.new.26092/perl-YAML-PP.changes     
2020-02-14 16:41:29.347723328 +0100
@@ -1,0 +2,28 @@
+Fri Feb 14 03:17:33 UTC 2020 -  <timueller+p...@suse.de>
+
+- updated to 0.019
+   see /usr/share/doc/packages/perl-YAML-PP/Changes
+
+  0.019 2020-02-13 16:06:56+01:00
+  
+      - Important (and possibly breaking) changes:
+        - Change default schema from JSON to Core.
+          Reason: This is the recommended Schema for YAML 1.2, and what people
+          would expect to be the default.
+        - load* in scalar context returns first document.
+          Reason: I think this is the most reasonable behaviour, and it
+          will continue to work the same if you later add documents to a file.
+        - Empty nodes in YAML 1.2 JSON Schema resolve to '' by default like
+          before, but now it can be configured
+        - Fix some control character escaping and encoding issues (issue#16, 
issue#17)
+          YAML::PP will now just assume all input data are unicode characters
+          and won't do an explicit utf8::upgrade
+        - Fix Core schema resolver for inf: add +.inf, +.Inf, +.INF
+      - Improve emitter regarding empty lists/hashes (no newline before []/{})
+      - Spelling and grammar fixes (PR#23 @gregoa)
+      - Fix YAML::PP::Grammar pod (PR#22 @gregoa)
+      - Fix yamlpp5-load-dump
+      - Fix error tokens output
+      - Update yaml-test-suite to data-2020-02-11
+
+-------------------------------------------------------------------

Old:
----
  YAML-PP-0.018.tar.gz

New:
----
  YAML-PP-0.019.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-YAML-PP.spec ++++++
--- /var/tmp/diff_new_pack.yvz3tU/_old  2020-02-14 16:41:30.255723834 +0100
+++ /var/tmp/diff_new_pack.yvz3tU/_new  2020-02-14 16:41:30.259723837 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-PP
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-YAML-PP
-Version:        0.018
+Version:        0.019
 Release:        0
 %define cpan_name YAML-PP
 Summary:        YAML 1.2 processor
@@ -43,19 +43,19 @@
 It aims to support 'YAML 1.2' and 'YAML 1.1'. See http://yaml.org/.
 
 YAML is a serialization language. The YAML input is called "YAML Stream". A
-stream consists of one or more "Documents", seperated by a line with a
+stream consists of one or more "Documents", separated by a line with a
 document start marker '---'. A document optionally ends with the document
 end marker '...'.
 
-This allows to process continuous streams additionally to a fixed input
+This allows one to process continuous streams additionally to a fixed input
 file or string.
 
 The YAML::PP frontend will currently load all documents, and return only
-the last if called with scalar context.
+the first if called with scalar context.
 
-The YAML backend is implemented in a modular way that allows to add custom
-handling of YAML tags, perl objects and data types. The inner API is not
-yet stable. Suggestions welcome.
+The YAML backend is implemented in a modular way that allows one to add
+custom handling of YAML tags, perl objects and data types. The inner API is
+not yet stable. Suggestions welcome.
 
 You can check out all current parse and load results from the
 yaml-test-suite here: https://perlpunk.github.io/YAML-PP-p5/test-suite.html
@@ -77,7 +77,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md etc examples Makefile.dev README test-suite
+%doc Changes CONTRIBUTING.md examples Makefile.dev README
 %license LICENSE
 
 %changelog

++++++ YAML-PP-0.018.tar.gz -> YAML-PP-0.019.tar.gz ++++++
++++ 6599 lines of diff (skipped)


Reply via email to