Thu, 25 Apr 2024 12:44:14 UTC | login

Information for build python-simplejson-3.17.5-1.el9s

ID35482
Package Namepython-simplejson
Version3.17.5
Release1.el9s
Epoch
Sourcegit+https://git.centos.org/rpms/python-simplejson.git#684a790dbc7af9fbce09bf5cbdce0c5cc2b7bf7e
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 byrdobuilder
State complete
Volume DEFAULT
StartedMon, 11 Oct 2021 11:47:12 UTC
CompletedMon, 11 Oct 2021 11:49:43 UTC
Taskbuild (cloud9s-openstack-xena-el9s, /rpms/python-simplejson.git:684a790dbc7af9fbce09bf5cbdce0c5cc2b7bf7e)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/python-simplejson.git#684a790dbc7af9fbce09bf5cbdce0c5cc2b7bf7e'}}
Tags
cloud9s-openstack-wallaby-testing
cloud9s-openstack-xena-testing
cloud9s-openstack-yoga-testing
cloud9s-openstackclient-xena-candidate
cloud9s-openstackclient-xena-release
cloud9s-openstackclient-xena-testing
messaging9s-rabbitmq-38-candidate
RPMs
src
python-simplejson-3.17.5-1.el9s.src.rpm (info) (download)
aarch64
python3-simplejson-3.17.5-1.el9s.aarch64.rpm (info) (download)
python-simplejson-debugsource-3.17.5-1.el9s.aarch64.rpm (info) (download)
python3-simplejson-debuginfo-3.17.5-1.el9s.aarch64.rpm (info) (download)
ppc64le
python3-simplejson-3.17.5-1.el9s.ppc64le.rpm (info) (download)
python-simplejson-debugsource-3.17.5-1.el9s.ppc64le.rpm (info) (download)
python3-simplejson-debuginfo-3.17.5-1.el9s.ppc64le.rpm (info) (download)
x86_64
python3-simplejson-3.17.5-1.el9s.x86_64.rpm (info) (download)
python-simplejson-debugsource-3.17.5-1.el9s.x86_64.rpm (info) (download)
python3-simplejson-debuginfo-3.17.5-1.el9s.x86_64.rpm (info) (download)
Logs
aarch64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
ppc64le
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
state.log
Changelog * Wed Aug 25 2021 Fabian Affolter <mail@fabian-affolter.ch> - 3.17.5-1 - Update to latest upstream release 3.17.5 (rhbz#1980936) * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.17.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 3.17.2-5 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.17.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jan 25 2021 Charalampos Stratakis <cstratak@redhat.com> - 3.17.2-3 - Switch the test run from nose to pytest * 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)