Sat, 30 Nov 2024 01:42:13 UTC | login

Information for build python-cjson-1.2.1-6.fc29

ID65340
Package Namepython-cjson
Version1.2.1
Release6.fc29
Epoch
SummaryFast JSON encoder/decoder for Python
DescriptionThis module implements a very fast JSON encoder/decoder for Python. JSON stands for JavaScript Object Notation and is a text based lightweight data exchange format which is easy for humans to read/write and for machines to parse/generate. JSON is completely language independent and has multiple implementations in most of the programming languages, making it ideal for data exchange and storage. The module is written in C and it is up to 250 times faster when compared to the other python JSON implementations which are written directly in python. This speed gain varies with the complexity of the data and the operation and is the the range of 10-200 times for encoding operations and in the range of 100-250 times for decoding operations.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 27 Jul 2018 03:54:41 UTC
CompletedFri, 27 Jul 2018 05:16:55 UTC
Taskbuild (f29-candidate, python-cjson-1.2.1-6.fc29.src.rpm)
Tags
f29
f30
f31
RPMs
src
python-cjson-1.2.1-6.fc29.src.rpm (info) (download)
riscv64
python2-cjson-1.2.1-6.fc29.riscv64.rpm (info) (download)
python-cjson-debugsource-1.2.1-6.fc29.riscv64.rpm (info) (download)
python2-cjson-debuginfo-1.2.1-6.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.1-4 - Fix creation of python2- subpackage * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Feb 28 2017 Adam Williamson <awilliam@redhat.com> - 1.2.1-1 - New release 1.2.1 - Drop recursion patch (alternative approach landed upstream in 1.2.0) * Fri Feb 10 2017 Adam Williamson <awilliam@redhat.com> - 1.1.0-9 - Protect against crashes caused by excessive recursion - Modernize spec a bit, python2-cjson not python-cjson