summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-07-12 19:57:37 +0000
committeradam <adam@pkgsrc.org>2019-07-12 19:57:37 +0000
commitd0d50904a026c5471062e3ee3316ba24d13fd4c1 (patch)
tree6579e1491570cb06843dacfaff1542cc6e141d1e /devel
parent7a4c35f8fd4269a69512ddb066a73357b856e858 (diff)
downloadpkgsrc-d0d50904a026c5471062e3ee3316ba24d13fd4c1.tar.gz
py-protobuf: updated to 3.9.0
Protocol Buffers v3.9.0 Python Change 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). Explicitly say what field cannot be set when the new value fails a type check. Duplicate register in descriptor pool will raise errors Add slots to all well_known_types classes, custom attributes are not allowed anymore. text_format only present 8 valid digits for float fields by default
Diffstat (limited to 'devel')
-rw-r--r--devel/py-protobuf/Makefile4
-rw-r--r--devel/py-protobuf/PLIST5
-rw-r--r--devel/py-protobuf/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index aafabc7b597..f0d8cd99866 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2019/05/29 14:49:01 adam Exp $
+# $NetBSD: Makefile,v 1.20 2019/07/12 19:57:37 adam Exp $
-DISTNAME= protobuf-3.8.0
+DISTNAME= protobuf-3.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}
diff --git a/devel/py-protobuf/PLIST b/devel/py-protobuf/PLIST
index 3a183681248..27e0f2eaf4f 100644
--- a/devel/py-protobuf/PLIST
+++ b/devel/py-protobuf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/05/29 14:49:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/07/12 19:57:37 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -155,6 +155,9 @@ ${PYSITELIB}/google/protobuf/type_pb2.pyo
${PYSITELIB}/google/protobuf/util/__init__.py
${PYSITELIB}/google/protobuf/util/__init__.pyc
${PYSITELIB}/google/protobuf/util/__init__.pyo
+${PYSITELIB}/google/protobuf/util/json_format_pb2.py
+${PYSITELIB}/google/protobuf/util/json_format_pb2.pyc
+${PYSITELIB}/google/protobuf/util/json_format_pb2.pyo
${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.py
${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.pyc
${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.pyo
diff --git a/devel/py-protobuf/distinfo b/devel/py-protobuf/distinfo
index e96143016d0..148237a8026 100644
--- a/devel/py-protobuf/distinfo
+++ b/devel/py-protobuf/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/05/29 14:49:01 adam Exp $
+$NetBSD: distinfo,v 1.19 2019/07/12 19:57:37 adam Exp $
-SHA1 (protobuf-3.8.0.tar.gz) = 94b04c6998de1bebc8ea554801a152db2d0fa6ae
-RMD160 (protobuf-3.8.0.tar.gz) = d97ce0fc85fe84c994151a191b5b919198cd3df4
-SHA512 (protobuf-3.8.0.tar.gz) = f8f2115b1ab3d180f15b64119dd60cbc87b304133535bf32b5f6c290408158c4fc480166359dcd65e586a4fbce50b1f93830bd8938808c1330ffb6572365bdbe
-Size (protobuf-3.8.0.tar.gz) = 258676 bytes
+SHA1 (protobuf-3.9.0.tar.gz) = ac3757599e1ab9344daa03971a2388ae55f3ac03
+RMD160 (protobuf-3.9.0.tar.gz) = f687bbeb0d70b75e0b8f4fa2382d90b421e60ef6
+SHA512 (protobuf-3.9.0.tar.gz) = b0cedd121692ddeeb60c5a389d63d63de16a614f1604b97a288433718a9cfcee46641adeb4d89e4dffb0c4b10bb9b0b18eb2dcd7263a93dd73dfa3bee580d148
+Size (protobuf-3.9.0.tar.gz) = 260057 bytes