Name: | python-cjson |
---|---|
Version: | 1.2.1 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 73575 |
License: | LGPLv2+ |
RPM: | python-cjson-1.2.1-1.el7.aarch64.rpm |
Source RPM: | python-cjson-1.2.1-1.el7.src.rpm |
Build Date: | Fri May 25 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://pypi.python.org/pypi/python-cjson |
Summary: | Fast JSON encoder/decoder for Python |
Description: | This 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. |
- New release 1.2.1 - Drop recursion patch (alternative approach landed upstream in 1.2.0)
- Protect against crashes caused by excessive recursion - Modernize spec a bit, python2-cjson not python-cjson
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
- s/python_sitearch/python2_sitearch/
- Add %doc README LICENSE ChangeLog
- Add %check section.
- 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.
- Initial spec.