pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-protobuf



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Nov 14 14:08:16 UTC 2020

Modified Files:
        pkgsrc/devel/py-protobuf: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-protobuf/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-protobuf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.32 pkgsrc/devel/py-protobuf/Makefile:1.33
--- pkgsrc/devel/py-protobuf/Makefile:1.32      Mon Aug 31 23:07:02 2020
+++ pkgsrc/devel/py-protobuf/Makefile   Sat Nov 14 14:08:16 2020
@@ -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/}

Index: pkgsrc/devel/py-protobuf/PLIST
diff -u pkgsrc/devel/py-protobuf/PLIST:1.14 pkgsrc/devel/py-protobuf/PLIST:1.15
--- pkgsrc/devel/py-protobuf/PLIST:1.14 Thu Jul 30 07:02:40 2020
+++ pkgsrc/devel/py-protobuf/PLIST      Sat Nov 14 14:08:16 2020
@@ -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/__init__.py
 ${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/__
 ${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/me
 ${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/internal/wi
 ${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/_mess
 ${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/struct_pb2.
 ${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

Index: pkgsrc/devel/py-protobuf/distinfo
diff -u pkgsrc/devel/py-protobuf/distinfo:1.29 pkgsrc/devel/py-protobuf/distinfo:1.30
--- pkgsrc/devel/py-protobuf/distinfo:1.29      Fri Aug 21 11:29:18 2020
+++ pkgsrc/devel/py-protobuf/distinfo   Sat Nov 14 14:08:16 2020
@@ -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