Mon, 29 Apr 2024 06:59:26 UTC | login

Information for build python-zodbpickle-0.6.0-5.fc28

ID19184
Package Namepython-zodbpickle
Version0.6.0
Release5.fc28
Epoch
SummaryFork of Python 2 pickle module for ZODB
Description This 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.2, Python 3.3, and Python 3.4. The fork adds support for the noload operations used by ZODB.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:29:41 UTC
CompletedSat, 14 Apr 2018 20:29:41 UTC
Tags
f28
f29
RPMs
src
python-zodbpickle-0.6.0-5.fc28.src.rpm (info) (download)
riscv64
python2-zodbpickle-0.6.0-5.fc28.riscv64.rpm (info) (download)
python3-zodbpickle-0.6.0-5.fc28.riscv64.rpm (info) (download)
Changelog * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Feb 01 2016 Jerry James <loganjerry@gmail.com> - 0.6.0-3 - Comply with latest python packaging guidelines * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Apr 14 2015 Jerry James <loganjerry@gmail.com> - 0.6.0-1 - New upstream version - Drop upstreamed -python34 patch * Sat Feb 21 2015 Jerry James <loganjerry@gmail.com> - 0.5.2-3 - Use license macro * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Mon Jun 09 2014 Jerry James <loganjerry@gmail.com> - 0.5.2-1 - Initial RPM