mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 19:30:37 -04:00
25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<name>Julien Roy</name>
|
|
<email>julien@jroy.ca</email>
|
|
</maintainer>
|
|
<longdescription>
|
|
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 both Python 3.2 and Python 3.3. The fork add support for the noload operations used by ZODB.
|
|
</longdescription>
|
|
<upstream>
|
|
<maintainer>
|
|
<name>Zope Foundation and Contributors</name>
|
|
<email>zope-dev@zope.org</email>
|
|
</maintainer>
|
|
<bugs-to>https://github.com/zopefoundation/zodbpickle/issues</bugs-to>
|
|
<changelog>https://github.com/zopefoundation/zodbpicle/blob/master/CHANGES.rst</changelog>
|
|
<remote-id type="github">zopefoundation/zodbpickle</remote-id>
|
|
<remote-id type="pypi">zodbpickle</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|