Revisions of perl-YAML-PP

Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 833732 from Tina Müller's avatar Tina Müller (tinita) (revision 30)
- updated to 0.026
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.026 2020-09-11 00:39:09+02:00
      - Add option 'duplicate_keys'. The default allows it for now and will
        change to forbid in the next release.
buildservice-autocommit accepted request 832730 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 29)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 832724 from Tina Müller's avatar Tina Müller (tinita) (revision 28)
- updated to 0.025
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.025 2020-09-06 22:14:07+02:00
      - Emitter: Fix indentation issues for non-default indents
      - Emitter: Add option 'width' for maximum columns
      - Improve error message for unhandled reftypes
buildservice-autocommit accepted request 827864 from Tina Müller's avatar Tina Müller (tinita) (revision 27)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) accepted request 827534 from Tina Müller's avatar Tina Müller (tinita) (revision 26)
- updated to 0.024
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.024 2020-08-17 12:07:01+02:00
      - Parser: fix flow mappings on one line
      - Improve utility tools yamlpp-load(-dump) (add new options --merge,
        --perl and --module) #35
      - Minor improvements to emitter scalar style output
      - Emitter supports flow style
      - Support for preserving flow style in Loader/Dumper
      - Create preserved nodes from scratch with preserved_* methods
      - Minor fixes for the Perl schema and globs
      - Update testsuite to data-2020-08-01
buildservice-autocommit accepted request 820833 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 25)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 819925 from Tina Müller's avatar Tina Müller (tinita) (revision 24)
- updated to 0.023
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.023 2020-07-09 22:09:50+02:00
      - Support loading and dumping typeglobs. Issue #15
      - Dumper: Don't use aliases for JSON::PP/boolean.pm booleans, because they
        alwas use the same reference. Issue #32
      - Fix float comparison in test. Issue #33
      - Make aliases in custom tags work
      - YAML::PP::Highlight: colorize mapping keys
buildservice-autocommit accepted request 800731 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 23)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 800391 from Tina Müller's avatar Tina Müller (tinita) (revision 22)
updated to 0.022
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.022 2020-05-04 17:40:36+02:00
  
      - Emitter: Also quote if string starts with '...'
      - Emitter: Fix bug when emitting complex keys
      - Preserve also quoting style of hash keys
      - Schema: Fix YAML 1.1 integers (no keading zeros)
      - Scripts: Rename yamlpp5- to yamlpp- and symlink
      - Scripts: Add options to yamlpp-load-dump
      - Tests: Support reporting flow style in testsuite event output
      - Tests: Restructure schema tests and outsource test data
      - Events: Make version_directive compatible to libyaml
      - Docs: Restructure
  
buildservice-autocommit accepted request 780473 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 21)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 780238 from Tina Müller's avatar Tina Müller (tinita) (revision 20)
- updated to 0.021
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.021 2020-02-27 19:04:58+01:00
  
      - Add option 'preserve' for preserving hash key order and quoting
        style when loading and dumping
buildservice-autocommit accepted request 775130 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 19)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 775115 from Tina Müller's avatar Tina Müller (tinita) (revision 18)
- updated to 0.020
   see /usr/share/doc/packages/perl-YAML-PP/Changes
  0.020 2020-02-17 15:35:44+01:00
  
      - Change default schema from JSON to Core (this change was supposed
        to go in 0.019 but wasn't completely done)
      - Add option version_directive (print %YAML 1.2)
      - Add option yaml_version
      - Add support for detecting the right schema depending on the
        YAML version directive
      - Support both %YAML and %TAG directive for a document
      - Improve emitter (output footer ... after open-ended block scalars)
      - Improve emitter (quote strings starting with `---` to reduce ambiguity
        for the reader)
buildservice-autocommit accepted request 774345 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 17)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 774334 from Tina Müller's avatar Tina Müller (tinita) (revision 16)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 766891 from Tina Müller's avatar Tina Müller (tinita) (revision 15)
initialized devel package after accepting 766891
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 715798 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 14)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 712685 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 13)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 704333 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
automatic update
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 703050 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
automatic update
Displaying revisions 21 - 40 of 50
openSUSE Build Service is sponsored by