pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-protobuf py-protobuf: updated to 3.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26a7ed016bc0
branches:  trunk
changeset: 336347:26a7ed016bc0
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 12 19:57:37 2019 +0000

description:
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:

 devel/py-protobuf/Makefile |   4 ++--
 devel/py-protobuf/PLIST    |   5 ++++-
 devel/py-protobuf/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r c06161cc6bf6 -r 26a7ed016bc0 devel/py-protobuf/Makefile
--- a/devel/py-protobuf/Makefile        Fri Jul 12 19:57:03 2019 +0000
+++ b/devel/py-protobuf/Makefile        Fri Jul 12 19:57:37 2019 +0000
@@ -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 -r c06161cc6bf6 -r 26a7ed016bc0 devel/py-protobuf/PLIST
--- a/devel/py-protobuf/PLIST   Fri Jul 12 19:57:03 2019 +0000
+++ b/devel/py-protobuf/PLIST   Fri Jul 12 19:57:37 2019 +0000
@@ -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/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 -r c06161cc6bf6 -r 26a7ed016bc0 devel/py-protobuf/distinfo
--- a/devel/py-protobuf/distinfo        Fri Jul 12 19:57:03 2019 +0000
+++ b/devel/py-protobuf/distinfo        Fri Jul 12 19:57:37 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index