aboutsummaryrefslogtreecommitdiff
path: root/databases/py-zodbpickle
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-29 22:12:41 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-10-29 22:12:41 +0000
commit302f26a0fd61516b9f4f2c55c00a180a987041d0 (patch)
tree278ae33e1f36eceeba20adc5ab1d38791a7bc7d2 /databases/py-zodbpickle
parent13ca9af7b517f171e8544559f837c2c8c4f0f735 (diff)
downloadports-302f26a0fd61516b9f4f2c55c00a180a987041d0.tar.gz
ports-302f26a0fd61516b9f4f2c55c00a180a987041d0.zip
Update to 1.0.2
- Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst
Notes
Notes: svn path=/head/; revision=483408
Diffstat (limited to 'databases/py-zodbpickle')
-rw-r--r--databases/py-zodbpickle/Makefile6
-rw-r--r--databases/py-zodbpickle/distinfo6
-rw-r--r--databases/py-zodbpickle/pkg-descr19
3 files changed, 15 insertions, 16 deletions
diff --git a/databases/py-zodbpickle/Makefile b/databases/py-zodbpickle/Makefile
index f79cb48c66f5..480a5b07742e 100644
--- a/databases/py-zodbpickle/Makefile
+++ b/databases/py-zodbpickle/Makefile
@@ -2,18 +2,18 @@
# $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 <bsd.port.mk>
diff --git a/databases/py-zodbpickle/distinfo b/databases/py-zodbpickle/distinfo
index 8e0ba1b0e545..a40895db2b6c 100644
--- a/databases/py-zodbpickle/distinfo
+++ b/databases/py-zodbpickle/distinfo
@@ -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
diff --git a/databases/py-zodbpickle/pkg-descr b/databases/py-zodbpickle/pkg-descr
index c80a86222187..20831dc27e3b 100644
--- a/databases/py-zodbpickle/pkg-descr
+++ b/databases/py-zodbpickle/pkg-descr
@@ -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