Mon, 15 Jul 2024 00:25:43 UTC | login

Information for build python-canonicaljson-1.1.4-1.fc30

ID76867
Package Namepython-canonicaljson
Version1.1.4
Release1.fc30
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 bydavidlt
State complete
Volume DEFAULT
StartedSat, 01 Dec 2018 07:52:17 UTC
CompletedSat, 01 Dec 2018 07:52:17 UTC
Tags
f30
RPMs
src
python-canonicaljson-1.1.4-1.fc30.src.rpm (info) (download)
noarch
python2-canonicaljson-1.1.4-1.fc30.noarch.rpm (info) (download)
python3-canonicaljson-1.1.4-1.fc30.noarch.rpm (info) (download)
Changelog * Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.4-1 - Update to 1.1.4 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.1.3-2 - Rebuilt for Python 3.7 * Thu May 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.3-1 - Update to 1.1.3 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * 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