Tue, 02 Jul 2024 02:04:35 UTC | login

Information for build python-simplejson-3.17.2-2.fc33

ID184822
Package Namepython-simplejson
Version3.17.2
Release2.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-simplejson.git#d4c5530b8c7ad242e3fdbc167e6972efced71b0d
SummarySimple, fast, extensible JSON encoder/decoder for Python
Descriptionsimplejson 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 15 Aug 2020 11:47:59 UTC
CompletedSat, 15 Aug 2020 12:14:14 UTC
Taskbuild (f33, /rpms/python-simplejson.git:d4c5530b8c7ad242e3fdbc167e6972efced71b0d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-simplejson.git#d4c5530b8c7ad242e3fdbc167e6972efced71b0d'}}
Tags
f33
f37
f38
RPMs
src
python-simplejson-3.17.2-2.fc33.src.rpm (info) (download)
riscv64
python3-simplejson-3.17.2-2.fc33.riscv64.rpm (info) (download)
python-simplejson-debugsource-3.17.2-2.fc33.riscv64.rpm (info) (download)
python3-simplejson-debuginfo-3.17.2-2.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.17.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 16 2020 Fabian Affolter <mail@fabian-affolter.ch> - 3.17.2-1 - Update to new upstream release 3.17.2 (rhbz#1857934) * Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 3.17.0-4 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.17.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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)