aboutsummaryrefslogtreecommitdiff
path: root/databases/py-zodbpickle
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 2.0.0Sunpoet Po-Chuan Hsieh2019-12-302-4/+4
| | | | | | | Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst Notes: svn path=/head/; revision=521514
* Update to 1.1Sunpoet Po-Chuan Hsieh2019-11-132-4/+4
| | | | | | | Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst Notes: svn path=/head/; revision=517444
* Update to 1.0.4Sunpoet Po-Chuan Hsieh2019-06-122-4/+4
| | | | | | | Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst Notes: svn path=/head/; revision=504039
* Update to 1.0.3Sunpoet Po-Chuan Hsieh2019-01-012-4/+4
| | | | | | | Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst Notes: svn path=/head/; revision=488990
* Update to 1.0.2Sunpoet Po-Chuan Hsieh2018-10-293-16/+15
| | | | | | | | | | | - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst Notes: svn path=/head/; revision=483408
* Reset maintainer on my python portsMark Felder2018-10-021-1/+1
| | | | Notes: svn path=/head/; revision=481127
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Under Python2, this package forks both Python 2.7's pickle andMark Felder2017-10-123-0/+33
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. WWW: https://pypi.python.org/pypi/zodbpickle Notes: svn path=/head/; revision=451925