Mon, 29 Apr 2024 01:10:53 UTC | login

Information for build python-zodbpickle-2.4-1.fc37

ID207721
Package Namepython-zodbpickle
Version2.4
Release1.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-zodbpickle.git#bef276611e020ad11a9dfc2234f0a92c583b968b
SummaryFork of Python 2 pickle module for ZODB
DescriptionThis package presents a uniform pickling interface for ZODB: - Under Python2, this package forks both Python 2.7's pickle and cPickle modules, adding support for the protocol 3 opcodes. It also provides a new subclass of bytes, zodbpickle.binary, which Python2 applications can use to pickle binary values such that they will be unpickled as bytes under Py3k. - Under Py3k, this package forks the pickle module (and the supporting C extension) from Python 3.5 through 3.11. The fork adds support for the noload operations used by ZODB.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 14 Oct 2022 07:57:22 UTC
CompletedFri, 14 Oct 2022 08:06:03 UTC
Taskbuild (f37, /rpms/python-zodbpickle.git:bef276611e020ad11a9dfc2234f0a92c583b968b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-zodbpickle.git#bef276611e020ad11a9dfc2234f0a92c583b968b'}}
Tags
f37
f38
RPMs
src
python-zodbpickle-2.4-1.fc37.src.rpm (info) (download)
riscv64
python3-zodbpickle-2.4-1.fc37.riscv64.rpm (info) (download)
python-zodbpickle-debugsource-2.4-1.fc37.riscv64.rpm (info) (download)
python3-zodbpickle-debuginfo-2.4-1.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Sep 15 2022 Jerry James <loganjerry@gmail.com> - 2.4-1 - Version 2.4 - Drop upstreamed python 3.11 patch - Convert License tag to SPDX * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 20 2022 Jerry James <loganjerry@gmail.com> - 2.3-2 - Add -python3.11 patch for python 3.11 compatibility * Wed Jun 15 2022 Python Maint <python-maint@redhat.com> - 2.3-2 - Rebuilt for Python 3.11 * Fri Apr 22 2022 Jerry James <loganjerry@gmail.com> - 2.3-1 - Version 2.3 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Oct 05 2021 Jerry James <loganjerry@gmail.com> - 2.2.0-1 - Version 2.2.0 - Drop upstreamed -const and -python310 patches - Use the latest python macros * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 2.0.0-8 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Nov 18 2020 Jerry James <loganjerry@gmail.com> - 2.0.0-6 - Add -python310 patch to adapt to python 3.10