Revisions of perl-Cpanel-JSON-XS

Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 832716 from Tina Müller's avatar Tina Müller (tinita) (revision 66)
- updated to 4.23
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.23 2020-09-05 (rurban)
          - Fixup t/54_stringify change for JSON 2.09 (really use PR #169 madsen)
  4.22 2020-09-04 (rurban)
          - Fix t/54_stringify needs JSON 2.09 for allow_unknown (PR #169 madsen)
          - Fix t/118_type.t for 5.6
          - Fix t/96_interop.t for missing JSON::XS (GH #83 ribasushi)
          - Possible fix for s390x with long double, untested (GH #83)
buildservice-autocommit accepted request 827142 from Lars Vogdt's avatar Lars Vogdt (lrupp) (revision 65)
baserev update by copy to link target
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 826621 from Tina Müller's avatar Tina Müller (tinita) (revision 64)
- updated to 4.21
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.21 2020-08-13 (rurban)
          - Fix not enough HEK memory allocation for the new canonical tied hashes
            feature. (GH #168)
          - TODO broken JSON::PP::Boolean versions 2.9x - 4.0 with threads::shared in
            125_shared_boolean.t
  4.20 2020-08-12 (rurban)
          - New feature: sort tied hashes with canonical. (GH #167)
          - Fix encode of threads::shared boolean (#166 Sam Bingner).
            This was broken with 4.00.
          - Fix some stringify overload cases via convert_blessed (GH #105)
          - Fix a compat case with JSON::XS, when convert_blessed is set, but
            allow_blessed not. (GH #105)
          - Improve blessed and stringify tests
          - Work on better inf/nan detection on AIX (#165 Peter Heuchert)
          - Fix documentation for booleans and their types (#162 by Karen Etheridge)
buildservice-autocommit accepted request 773596 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 63)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 770837 from Tina Müller's avatar Tina Müller (tinita) (revision 62)
- updated to 4.19
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.19 2020-02-06 (rurban)
          - Fix typed decode memory leak (#160 by Pali).
buildservice-autocommit accepted request 757550 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 61)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 757327 from Tina Müller's avatar Tina Müller (tinita) (revision 60)
- updated to 4.18
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.18 2019-12-13 (rurban)
          - Add new method ->type_all_string (#156 by Pali).
            When type_all_string is set then encode method produce stable deterministic
            string types in result JSON.
            This can be an alternative to Cpanel::JSON::XS::Type when having
            deterministic output is required but string JSON types are enough for any
            output.
          - Move SvGETMAGIC() from encode_av() and encode_hv() to encode_sv()
            (#156 by Pali)
          - Add Math::BigInt and Math::BigFloat as recommended dependences
            (#157 by Pali and Grinnz)
buildservice-autocommit accepted request 752851 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 59)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 752837 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 58)
- Convert changes file to proper UTF-8 format: new
  version of RPM are getting strict in interpreting files.

          - fixed detection of final \0 as illegal non-whitespace garbage. Fixes
buildservice-autocommit accepted request 746491 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 57)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 745845 from Tina Müller's avatar Tina Müller (tinita) (revision 56)
- updated to 4.17
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.17 2019-11-04 (rurban)
          - Add Changes tests and fixups (see #155)
  
  4.16 2019-11-04 (rurban)
          - Use Perl_strtod instead of self-made atof (via pow), to
            minimize differences from core string-to-float conversions.
            (#154). Fixes float representation regressions (in the 1e-6
            to 1e-16 range) since 5.22.
buildservice-autocommit accepted request 742840 from Tina Müller's avatar Tina Müller (tinita) (revision 55)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) accepted request 742100 from Tina Müller's avatar Tina Müller (tinita) (revision 54)
- updated to 4.15
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.15 2019-10-21 (rurban)
          - Fix more tests for nvtype long double
buildservice-autocommit accepted request 741228 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 53)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 738854 from Tina Müller's avatar Tina Müller (tinita) (revision 52)
- updated to 4.14
   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
  4.14 2019-10-15 (rurban)
          - Fix tests for nvtype long double (#153)
          - Fix PREREQ's. E.g. CentOS 7 has not Test::More anymore. (#152 by Pali)
  
  4.13 2019-10-14 (rurban)
          - For JSON_TYPE_INT and JSON_TYPE_FLOAT allow to encode numeric values
            above 2^64 in PV slot via Math::BigInt/Float (#145, #148, #149 by Pali)
          - For JSON_TYPE_INT and JSON_TYPE_FLOAT encoder allow to pass Math::BigInt
            and Math::BigFloat objects with allow_bignum. (#147 by Pali)
          - Fix encoding floating point values above 2^64 in PV slot to JSON_TYPE_INT
            (#148, #150 by Pali)
          - Do not allow serializing objects when convert_blessed is not enabled.
            (#146 by Pali)
buildservice-autocommit accepted request 730703 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 51)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 730696 from Guillaume GARDET's avatar Guillaume GARDET (Guillaume_G) (revision 50)
Fix changelog to be a proper utf-8 file.
buildservice-autocommit accepted request 709324 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 49)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 709296 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 48)
automatic update
buildservice-autocommit accepted request 689724 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 47)
baserev update by copy to link target
Displaying revisions 21 - 40 of 86
openSUSE Build Service is sponsored by