Sat, 05 Oct 2024 18:33:45 UTC | login

Information for build python-canonicaljson-1.0.0-4.fc27

ID16257
Package Namepython-canonicaljson
Version1.0.0
Release4.fc27
Epoch
SummaryCanonical JSON
DescriptionFeatures: * Encodes objects and arrays as RFC 7159 JSON. * Sorts object keys so that you get the same result each time. * Has no inignificant whitespace to make the output as small as possible. * Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 / U+0056, to keep the output as small as possible. * Uses the shortest escape sequence for each escaped character. * Encodes the JSON as UTF-8. * Can encode frozendict immutable dictionaries.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:25:09 UTC
CompletedSat, 14 Apr 2018 20:25:09 UTC
Tags
f28
f29
RPMs
src
python-canonicaljson-1.0.0-4.fc27.src.rpm (info) (download)
noarch
python2-canonicaljson-1.0.0-4.fc27.noarch.rpm (info) (download)
python3-canonicaljson-1.0.0-4.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Dec 22 2016 Miro HronĨok <mhroncok@redhat.com> - 1.0.0-2 - Rebuild for Python 3.6 * Mon Dec 19 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.0.0-1 - Initial package