Index: head/databases/py-zodbpickle/Makefile =================================================================== --- head/databases/py-zodbpickle/Makefile (revision 483407) +++ head/databases/py-zodbpickle/Makefile (revision 483408) @@ -1,19 +1,19 @@ # Created by: Mark Felder # $FreeBSD$ PORTNAME= zodbpickle -PORTVERSION= 0.7.0 +PORTVERSION= 1.0.2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python pickling interface for ZODB LICENSE= PSFL ZPL21 LICENSE_COMB= multi USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include Index: head/databases/py-zodbpickle/distinfo =================================================================== --- head/databases/py-zodbpickle/distinfo (revision 483407) +++ head/databases/py-zodbpickle/distinfo (revision 483408) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507833956 -SHA256 (zodbpickle-0.7.0.tar.gz) = 95a247fb17bce980af8d548af70ac5bd1bad22773f242eb8efa24428efa909a8 -SIZE (zodbpickle-0.7.0.tar.gz) = 181263 +TIMESTAMP = 1540846712 +SHA256 (zodbpickle-1.0.2.tar.gz) = f26e6eba6550ff1575ef2f2831fc8bc0b465f17f9757d0b6c7db55fab5702061 +SIZE (zodbpickle-1.0.2.tar.gz) = 182435 Property changes on: head/databases/py-zodbpickle/distinfo ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property Index: head/databases/py-zodbpickle/pkg-descr =================================================================== --- head/databases/py-zodbpickle/pkg-descr (revision 483407) +++ head/databases/py-zodbpickle/pkg-descr (revision 483408) @@ -1,11 +1,10 @@ -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. +zodbpickle 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. -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.org/project/zodbpickle/ +WWW: https://github.com/zopefoundation/zodbpickle Property changes on: head/databases/py-zodbpickle/pkg-descr ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -on \ No newline at end of property +yes \ No newline at end of property