Sat, 30 Nov 2024 03:37:54 UTC | login

Information for build python-cjson-1.1.0-8.fc28

ID16325
Package Namepython-cjson
Version1.1.0
Release8.fc28
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:25:15 UTC
CompletedSat, 14 Apr 2018 20:25:15 UTC
Tags
f28
f29
RPMs
src
python-cjson-1.1.0-8.fc28.src.rpm (info) (download)
riscv64
python-cjson-1.1.0-8.fc28.riscv64.rpm (info) (download)
Changelog * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Sep 07 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.0-5 - s/python_sitearch/python2_sitearch/ * Wed Sep 03 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.0-4 - Add %doc README LICENSE ChangeLog * Mon Aug 25 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.0-3 - Add %check section. * Tue Aug 19 2014 Pavel Alexeev <Pahan@Hubbitus.info> - 1.1.0-2 - Start of Fedora review bz#1130097. Thanks to Christopher Meng. - Chang BR to python2-devel from just python-devel. - Drop python_sitearch declaration as it is not targeted to epel6 and early. * Thu Jul 17 2014 Pavel Alexeev (aka Pahan-Hubbitus) <Pahan@Hubbitus.info> - 1.1.0-1 - Initial spec.