summaryrefslogtreecommitdiff
path: root/devel/py-protobuf/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-29 14:49:01 +0000
committeradam <adam@pkgsrc.org>2019-05-29 14:49:01 +0000
commit917b8e1217bff6c046475e9ed328579547d0715d (patch)
tree88505d4868a1547cc7fad533b1b490f25a53b650 /devel/py-protobuf/Makefile
parentae45aebbbc420df9c4093fbd6b91c88b17c58364 (diff)
downloadpkgsrc-917b8e1217bff6c046475e9ed328579547d0715d.tar.gz
py-protobuf: updated to 3.8.0
Protocol Buffers v3.8.0 Python Changes implementation of Name() for enums that allow aliases in proto2 in Python to be in line with claims in C++ implementation (to return first value). Added double_format option in text format printer. Added iter and contains to extension dict Added allow_unknown_field option in python text format parser Fixed Timestamp.ToDatetime() loses precision issue Support unknown field in text format printer. Float field will be convert to inf if bigger than struct.unpack('f', b'\xff\xff\x7f\x7f')[0] which is about 3.4028234664e+38, convert to -inf if smaller than -3.4028234664e+38 Allowed casting str->bytes in Message.setstate
Diffstat (limited to 'devel/py-protobuf/Makefile')
-rw-r--r--devel/py-protobuf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index 64486f8dc55..aafabc7b597 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/04/01 12:36:41 adam Exp $
+# $NetBSD: Makefile,v 1.19 2019/05/29 14:49:01 adam Exp $
-DISTNAME= protobuf-3.7.1
+DISTNAME= protobuf-3.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}