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.14.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8519b7aa1f78
branches:  trunk
changeset: 441938:8519b7aa1f78
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Nov 14 14:08:16 2020 +0000

description:
py-protobuf: updated to 3.14.0

Protocol Buffers v3.14.0

Python

Print google.protobuf.NullValue as null instead of "NULL_VALUE" when it is
used outside WKT Value/Struct.
Fix bug occurring when attempting to deep copy an enum type in python 3.
Add a setuptools extension for generating Python protobufs
Remove uses of pkg_resources in non-namespace packages.
[bazel/py] Omit google/init.py from the Protobuf runtime.
Removed the unnecessary setuptools package dependency for Python package
Fix PyUnknownFields memory leak

diffstat:

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

diffs (102 lines):

diff -r f6759e6d648b -r 8519b7aa1f78 devel/py-protobuf/Makefile
--- a/devel/py-protobuf/Makefile        Sat Nov 14 14:07:40 2020 +0000
+++ b/devel/py-protobuf/Makefile        Sat Nov 14 14:08:16 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2020/08/31 23:07:02 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2020/11/14 14:08:16 adam Exp $
 
-DISTNAME=      protobuf-3.13.0
+DISTNAME=      protobuf-3.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/protobuf/}
diff -r f6759e6d648b -r 8519b7aa1f78 devel/py-protobuf/PLIST
--- a/devel/py-protobuf/PLIST   Sat Nov 14 14:07:40 2020 +0000
+++ b/devel/py-protobuf/PLIST   Sat Nov 14 14:08:16 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2020/07/30 07:02:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2020/11/14 14:08:16 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -12,9 +12,6 @@
 ${PYSITELIB}/google/protobuf/any_pb2.py
 ${PYSITELIB}/google/protobuf/any_pb2.pyc
 ${PYSITELIB}/google/protobuf/any_pb2.pyo
-${PYSITELIB}/google/protobuf/any_test_pb2.py
-${PYSITELIB}/google/protobuf/any_test_pb2.pyc
-${PYSITELIB}/google/protobuf/any_test_pb2.pyo
 ${PYSITELIB}/google/protobuf/api_pb2.py
 ${PYSITELIB}/google/protobuf/api_pb2.pyc
 ${PYSITELIB}/google/protobuf/api_pb2.pyo
@@ -49,9 +46,6 @@
 ${PYSITELIB}/google/protobuf/internal/__init__.pyc
 ${PYSITELIB}/google/protobuf/internal/__init__.pyo
 ${PYSITELIB}/google/protobuf/internal/_api_implementation.so
-${PYSITELIB}/google/protobuf/internal/_parameterized.py
-${PYSITELIB}/google/protobuf/internal/_parameterized.pyc
-${PYSITELIB}/google/protobuf/internal/_parameterized.pyo
 ${PYSITELIB}/google/protobuf/internal/api_implementation.py
 ${PYSITELIB}/google/protobuf/internal/api_implementation.pyc
 ${PYSITELIB}/google/protobuf/internal/api_implementation.pyo
@@ -76,9 +70,6 @@
 ${PYSITELIB}/google/protobuf/internal/python_message.py
 ${PYSITELIB}/google/protobuf/internal/python_message.pyc
 ${PYSITELIB}/google/protobuf/internal/python_message.pyo
-${PYSITELIB}/google/protobuf/internal/testing_refleaks.py
-${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyc
-${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyo
 ${PYSITELIB}/google/protobuf/internal/type_checkers.py
 ${PYSITELIB}/google/protobuf/internal/type_checkers.pyc
 ${PYSITELIB}/google/protobuf/internal/type_checkers.pyo
@@ -91,12 +82,6 @@
 ${PYSITELIB}/google/protobuf/json_format.py
 ${PYSITELIB}/google/protobuf/json_format.pyc
 ${PYSITELIB}/google/protobuf/json_format.pyo
-${PYSITELIB}/google/protobuf/map_proto2_unittest_pb2.py
-${PYSITELIB}/google/protobuf/map_proto2_unittest_pb2.pyc
-${PYSITELIB}/google/protobuf/map_proto2_unittest_pb2.pyo
-${PYSITELIB}/google/protobuf/map_unittest_pb2.py
-${PYSITELIB}/google/protobuf/map_unittest_pb2.pyc
-${PYSITELIB}/google/protobuf/map_unittest_pb2.pyo
 ${PYSITELIB}/google/protobuf/message.py
 ${PYSITELIB}/google/protobuf/message.pyc
 ${PYSITELIB}/google/protobuf/message.pyo
@@ -113,9 +98,6 @@
 ${PYSITELIB}/google/protobuf/pyext/cpp_message.py
 ${PYSITELIB}/google/protobuf/pyext/cpp_message.pyc
 ${PYSITELIB}/google/protobuf/pyext/cpp_message.pyo
-${PYSITELIB}/google/protobuf/pyext/python_pb2.py
-${PYSITELIB}/google/protobuf/pyext/python_pb2.pyc
-${PYSITELIB}/google/protobuf/pyext/python_pb2.pyo
 ${PYSITELIB}/google/protobuf/reflection.py
 ${PYSITELIB}/google/protobuf/reflection.pyc
 ${PYSITELIB}/google/protobuf/reflection.pyo
@@ -134,12 +116,6 @@
 ${PYSITELIB}/google/protobuf/symbol_database.py
 ${PYSITELIB}/google/protobuf/symbol_database.pyc
 ${PYSITELIB}/google/protobuf/symbol_database.pyo
-${PYSITELIB}/google/protobuf/test_messages_proto2_pb2.py
-${PYSITELIB}/google/protobuf/test_messages_proto2_pb2.pyc
-${PYSITELIB}/google/protobuf/test_messages_proto2_pb2.pyo
-${PYSITELIB}/google/protobuf/test_messages_proto3_pb2.py
-${PYSITELIB}/google/protobuf/test_messages_proto3_pb2.pyc
-${PYSITELIB}/google/protobuf/test_messages_proto3_pb2.pyo
 ${PYSITELIB}/google/protobuf/text_encoding.py
 ${PYSITELIB}/google/protobuf/text_encoding.pyc
 ${PYSITELIB}/google/protobuf/text_encoding.pyo
diff -r f6759e6d648b -r 8519b7aa1f78 devel/py-protobuf/distinfo
--- a/devel/py-protobuf/distinfo        Sat Nov 14 14:07:40 2020 +0000
+++ b/devel/py-protobuf/distinfo        Sat Nov 14 14:08:16 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2020/08/21 11:29:18 adam Exp $
+$NetBSD: distinfo,v 1.30 2020/11/14 14:08:16 adam Exp $
 
-SHA1 (protobuf-3.13.0.tar.gz) = 5a9d40e115c7ce113e760fd7326a7cae9925f3aa
-RMD160 (protobuf-3.13.0.tar.gz) = c0bbb3e58f54c3ddda8008249edb37177bc99f30
-SHA512 (protobuf-3.13.0.tar.gz) = 64216159899cabd49a6e66b2ad90bd60ab2d932ff96b7a9a294ec01c22ff8e46a9f1cd229d323795e50d756f408027fb97d97294d7c913acae67ae36a40c8ef7
-Size (protobuf-3.13.0.tar.gz) = 267858 bytes
+SHA1 (protobuf-3.14.0.tar.gz) = 03454f5b219fd78f9a90f7dcafa2d60db4ca6ba3
+RMD160 (protobuf-3.14.0.tar.gz) = e2d58ddaf915693110e0c4c2f3fb245d3ae04088
+SHA512 (protobuf-3.14.0.tar.gz) = 21789f17d71edaadaa3b116d6463be0b020f575561fadb01c3c2a3c0423625b1ba55300ad6a61d745ff781803e96d941bea28a4551a9d1969658f651e6e30f33
+Size (protobuf-3.14.0.tar.gz) = 227492 bytes



Home | Main Index | Thread Index | Old Index