Package python-simplejson-3.17.0-2.el8.src
Name | python-simplejson |
---|---|
Epoch | 0 |
Version | 3.17.0 |
Release | 2.el8 |
Architecture | src |
Website/URL | http://undefined.org/python/#simplejson |
License | (MIT or AFL) and (MIT or GPLv2) |
Build Time | 2024-02-22 15:48:33 |
Build Host | builder-x86-03.inferitos.ru |
Summary | Simple, fast, extensible JSON encoder/decoder for Python |
Repositories | Extras |
Description | simplejson is a simple, fast, complete, correct and extensible JSON <http://json.org> encoder and decoder for Python. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. The encoder may be subclassed to provide serialization in any kind of situation, without any special support by the objects to be serialized (somewhat like pickle). The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by default). simplejson is the externally maintained development version of the JSON library included with Python. It gets updated more regularly than the JSON module in the Python stdlib. |
Errata | — |
Size | 99 KiB |
Source Project | python-simplejson-3.17.0-2.el8 |
SHA-256 checksum | 1d663417db774685baa58c70ef02ccc9737a7eed2f7c56e339fbbbef88cf974d |
×
* Thu Feb 22 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 3.17.0-2 - Rebuilt for MSVSphere 8.9 * Sun Jan 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 3.17.0-2 - Tweak wildcard - Remove references to Python 2 * Mon Nov 18 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.17.0-1 - Update to 3.17.0 (#1773534). - https://github.com/simplejson/simplejson/blob/v3.17.0/CHANGES.txt - Drop python2-simplejson. * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.16.0-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 3.16.0-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Aug 23 2018 Miro Hrončok <mhroncok@redhat.com> - 3.16.0-1 - Update to 3.16.0 (#1462583) * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 3.10.0-9 - Use Python 3 Sphinx