ID | 186605 |
Package Name | perl-Cpanel-JSON-XS |
Version | 4.24 |
Release | 1.fc33 |
Epoch | |
Source | git+https://src.fedoraproject.org/rpms/perl-Cpanel-JSON-XS.git#0f6742cdb114447183a12e29e741e9a7a1f16c95 |
Summary |
Description |
Built by | davidlt |
State |
complete
|
Volume |
DEFAULT |
Started | Fri, 27 Nov 2020 07:31:17 UTC |
Completed | Fri, 27 Nov 2020 07:53:22 UTC |
Task | build (f33, /rpms/perl-Cpanel-JSON-XS.git:0f6742cdb114447183a12e29e741e9a7a1f16c95) |
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Cpanel-JSON-XS.git#0f6742cdb114447183a12e29e741e9a7a1f16c95'}} |
Tags |
|
RPMs |
src | |
|
perl-Cpanel-JSON-XS-4.24-1.fc33.src.rpm (info) (download) |
riscv64 |
|
perl-Cpanel-JSON-XS-4.24-1.fc33.riscv64.rpm (info) (download)
|
|
perl-Cpanel-JSON-XS-debuginfo-4.24-1.fc33.riscv64.rpm (info) (download)
|
|
perl-Cpanel-JSON-XS-debugsource-4.24-1.fc33.riscv64.rpm (info) (download)
|
|
Logs |
|
Changelog |
* Fri Oct 02 2020 Paul Howarth <paul@city-fan.org> - 4.24-1
- Update to 4.24
- Fix decode_json(scalar, 0), check 2nd arg for true-ness (GH#171)
* Sat Sep 05 2020 Paul Howarth <paul@city-fan.org> - 4.23-1
- Update to 4.23
- Fix t/54_stringify needs JSON 2.09 for allow_unknown (GH#169)
- Fix t/118_type.t for 5.6
- Fix t/96_interop.t for missing JSON::XS
- Possible fix for s390x with long double, untested (GH#83)
* Thu Aug 13 2020 Paul Howarth <paul@city-fan.org> - 4.21-1
- Update to 4.21
- 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
* Wed Aug 12 2020 Paul Howarth <paul@city-fan.org> - 4.20-1
- Update to 4.20
- New feature: sort tied hashes with canonical (GH#167)
- Fix encode of threads::shared boolean (GH#166); 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 (GH#165)
- Fix documentation for booleans and their types (GH#162)
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.19-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.19-3
- Perl 5.32 re-rebuild of bootstrapped packages
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4.19-2
- Perl 5.32 rebuild
* Thu Feb 06 2020 Paul Howarth <paul@city-fan.org> - 4.19-1
- Update to 4.19
- Fix typed decode memory leak (GH#160)
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Dec 13 2019 Paul Howarth <paul@city-fan.org> - 4.18-1
- Update to 4.18
- Add new method ->type_all_string (GH#156); when type_all_string is set then
the encode method produces stable deterministic string types in the
resulting 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() (GH#156)
- Add Math::BigInt and Math::BigFloat as recommended dependencies (GH#157)
* Tue Nov 05 2019 Paul Howarth <paul@city-fan.org> - 4.17-1
- Update to 4.17
- Add Changes tests and fixups (GH#155)
* Mon Nov 04 2019 Paul Howarth <paul@city-fan.org> - 4.16-1
- Update to 4.16
- Use Perl_strtod instead of self-made atof (via pow), to minimize
differences from core string-to-float conversions (GH#154); this fixes
float representation regressions (in the 1e-6 to 1e-16 range) since 5.22
* Tue Oct 22 2019 Paul Howarth <paul@city-fan.org> - 4.15-1
- Update to 4.15
- Fix more tests for nvtype long double
* Tue Oct 15 2019 Paul Howarth <paul@city-fan.org> - 4.14-1
- Update to 4.14
- Fix tests for nvtype long double (GH#153)
- Fix PREREQ's, e.g. CentOS 7 has not Test::More anymore (GH#152)
* Mon Oct 14 2019 Paul Howarth <paul@city-fan.org> - 4.13-1
- Update to 4.13
- For JSON_TYPE_INT and JSON_TYPE_FLOAT, allow to encode numeric values above
2^64 in PV slot via Math::BigInt/Float (GH#145, GH#148, GH#149)
- For JSON_TYPE_INT and JSON_TYPE_FLOAT encoder, allow to pass Math::BigInt
and Math::BigFloat objects with allow_bignum (GH#147)
- Fix encoding floating point values above 2^64 in PV slot to JSON_TYPE_INT
(GH#148, GH#150)
- Do not allow serializing objects when convert_blessed is not enabled
(GH#146)
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Jun 11 2019 Paul Howarth <paul@city-fan.org> - 4.12-1
- Update to 4.12
- Make encoder independent of Math::BigInt version (GH#140)
- Rethrow error from eval_sv and eval_pv() (GH#138, GH#139), e.g. when
Math::BigInt/BigFloat fails
- Fix encoding Inf and NaN from PV and NV slots to JSON_TYPE_INT (GH#137)
- Fix memory corruption in sv_to_ivuv() function (GH#136)
- Add new method ->require_types (GH#135)
- Fix typed json encoder conversion from scalar's PV and NV slot to
JSON_TYPE_INT (GH#133, GH#134)
- Fix inconsistency with warnings in typed json encoder (GH#131)
- Fix Perl 5.8.0 support (GH#130)
- Fixed minor pod typo (GH#129)
- Document invalid recursive callbacks or overloads (GH#128)
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.11-3
- Perl 5.30 re-rebuild of bootstrapped packages
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.11-2
- Perl 5.30 rebuild
* Wed Mar 27 2019 Paul Howarth <paul@city-fan.org> - 4.11-1
- Update to 4.11
- Fix unicode strings with BOM corrupt ->utf8 state (GH#125); the BOM
encoding affects only its very own decode call, not its object
* Mon Mar 18 2019 Paul Howarth <paul@city-fan.org> - 4.10-1
- Update to 4.10
- Fix incr_text refcounts (GH#123)
- Add incr_reset testcase (GH#123)
- Fix encode_stringify string-overload refcnt problem (GH#124)
- "Attempt to free unreferenced scalar" with convert_blessed and overload
* Fri Feb 15 2019 Paul Howarth <paul@city-fan.org> - 4.09-1
- Update to 4.09
- Add separate allow_dupkeys property, in relaxed (GH#122)
- Fixed allow_dupkeys for the XS slow path
- Silence 2 -Wunused-value warnings
- Fix ->unblessed_bool to produce modifiable perl structures (GH#121)
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.08-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Wed Nov 28 2018 Paul Howarth <paul@city-fan.org> - 4.08-1
- Update to 4.08
- Add unblessed_bool property (GH#118)
* Mon Nov 05 2018 Paul Howarth <paul@city-fan.org> - 4.07-1
- Update to 4.07
- Silence Gconvert -Wunused-result
|