Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel protobuf py-protobuf: updated to 3.12.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b893258ecfc
branches: trunk
changeset: 436244:7b893258ecfc
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jul 30 07:02:40 2020 +0000
description:
protobuf py-protobuf: updated to 3.12.4
3.12.4:
Unknown changes
3.12.3:
Objective-C
* Tweak the union used for Extensions to support old generated code.
diffstat:
devel/protobuf/Makefile | 4 +-
devel/protobuf/distinfo | 10 +-
devel/py-protobuf/Makefile | 12 +--
devel/py-protobuf/PLIST | 143 +--------------------------------------------
devel/py-protobuf/distinfo | 10 +-
5 files changed, 16 insertions(+), 163 deletions(-)
diffs (268 lines):
diff -r dfbe0f202243 -r 7b893258ecfc devel/protobuf/Makefile
--- a/devel/protobuf/Makefile Thu Jul 30 03:08:43 2020 +0000
+++ b/devel/protobuf/Makefile Thu Jul 30 07:02:40 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2020/05/28 11:52:13 adam Exp $
+# $NetBSD: Makefile,v 1.32 2020/07/30 07:02:40 adam Exp $
-DISTNAME= protobuf-cpp-3.12.2
+DISTNAME= protobuf-cpp-3.12.4
PKGNAME= ${DISTNAME:S/-cpp//}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
diff -r dfbe0f202243 -r 7b893258ecfc devel/protobuf/distinfo
--- a/devel/protobuf/distinfo Thu Jul 30 03:08:43 2020 +0000
+++ b/devel/protobuf/distinfo Thu Jul 30 07:02:40 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2020/05/28 11:52:13 adam Exp $
+$NetBSD: distinfo,v 1.38 2020/07/30 07:02:40 adam Exp $
-SHA1 (protobuf-cpp-3.12.2.tar.gz) = 51f904e831cea252121a5aad592e03cd9215ba55
-RMD160 (protobuf-cpp-3.12.2.tar.gz) = aa41eee01c5aa26a568926653f0887241784488b
-SHA512 (protobuf-cpp-3.12.2.tar.gz) = c16fb81232ca758c92369d4cd2c9f16f034aab898f8fa9c01a87459eaed7cd5dabaf4e1fc64803dfd9247467aa1fe5afe174cc6270bb41bf3d420ecfc53ecc97
-Size (protobuf-cpp-3.12.2.tar.gz) = 4631779 bytes
+SHA1 (protobuf-cpp-3.12.4.tar.gz) = babb252d208ca9dae43c428cc9b348fec44ff87c
+RMD160 (protobuf-cpp-3.12.4.tar.gz) = b26b4806aaac3fd1983bf8c55e8a9f8232ae7721
+SHA512 (protobuf-cpp-3.12.4.tar.gz) = ba175d59f5f8158e9c8cfeb9ed19f80115e31e86458b5599797ca15826925c3e31d63fe2e97407a2c138837617758c78115beb43801178f20c5b0bf7b8e75c50
+Size (protobuf-cpp-3.12.4.tar.gz) = 4639989 bytes
SHA1 (patch-configure) = 22a1fc4e701b348772b3e2e4c68aad3b97032cc5
SHA1 (patch-third__party_googletest_googlemock_configure) = fe3b812e819130d87d99316144507d2454461cd1
diff -r dfbe0f202243 -r 7b893258ecfc devel/py-protobuf/Makefile
--- a/devel/py-protobuf/Makefile Thu Jul 30 03:08:43 2020 +0000
+++ b/devel/py-protobuf/Makefile Thu Jul 30 07:02:40 2020 +0000
@@ -1,21 +1,15 @@
-# $NetBSD: Makefile,v 1.28 2020/05/28 11:52:13 adam Exp $
+# $NetBSD: Makefile,v 1.29 2020/07/30 07:02:40 adam Exp $
-DISTNAME= protobuf-python-3.12.2
+DISTNAME= protobuf-3.12.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
CATEGORIES= devel python
-#MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}
-MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
-GITHUB_PROJECT= protobuf
-GITHUB_RELEASE= v${PKGVERSION_NOREV}
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://developers.google.com/protocol-buffers/
COMMENT= Python bindings for protobuf
LICENSE= modified-bsd
-EGG_NAME= ${DISTNAME:S/-python//}
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-python//}/python
-
DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
diff -r dfbe0f202243 -r 7b893258ecfc devel/py-protobuf/PLIST
--- a/devel/py-protobuf/PLIST Thu Jul 30 03:08:43 2020 +0000
+++ b/devel/py-protobuf/PLIST Thu Jul 30 07:02:40 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/05/21 16:31:15 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/07/30 07:02:40 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -52,9 +52,6 @@
${PYSITELIB}/google/protobuf/internal/_parameterized.py
${PYSITELIB}/google/protobuf/internal/_parameterized.pyc
${PYSITELIB}/google/protobuf/internal/_parameterized.pyo
-${PYSITELIB}/google/protobuf/internal/any_test_pb2.py
-${PYSITELIB}/google/protobuf/internal/any_test_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/any_test_pb2.pyo
${PYSITELIB}/google/protobuf/internal/api_implementation.py
${PYSITELIB}/google/protobuf/internal/api_implementation.pyc
${PYSITELIB}/google/protobuf/internal/api_implementation.pyo
@@ -64,21 +61,6 @@
${PYSITELIB}/google/protobuf/internal/decoder.py
${PYSITELIB}/google/protobuf/internal/decoder.pyc
${PYSITELIB}/google/protobuf/internal/decoder.pyo
-${PYSITELIB}/google/protobuf/internal/descriptor_database_test.py
-${PYSITELIB}/google/protobuf/internal/descriptor_database_test.pyc
-${PYSITELIB}/google/protobuf/internal/descriptor_database_test.pyo
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.py
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.pyc
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.pyo
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.py
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.py
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/descriptor_test.py
-${PYSITELIB}/google/protobuf/internal/descriptor_test.pyc
-${PYSITELIB}/google/protobuf/internal/descriptor_test.pyo
${PYSITELIB}/google/protobuf/internal/encoder.py
${PYSITELIB}/google/protobuf/internal/encoder.pyc
${PYSITELIB}/google/protobuf/internal/encoder.pyo
@@ -88,114 +70,24 @@
${PYSITELIB}/google/protobuf/internal/extension_dict.py
${PYSITELIB}/google/protobuf/internal/extension_dict.pyc
${PYSITELIB}/google/protobuf/internal/extension_dict.pyo
-${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.py
-${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.py
-${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.py
-${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/generator_test.py
-${PYSITELIB}/google/protobuf/internal/generator_test.pyc
-${PYSITELIB}/google/protobuf/internal/generator_test.pyo
-${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.py
-${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.pyc
-${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.pyo
-${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.py
-${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.py
-${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/json_format_test.py
-${PYSITELIB}/google/protobuf/internal/json_format_test.pyc
-${PYSITELIB}/google/protobuf/internal/json_format_test.pyo
-${PYSITELIB}/google/protobuf/internal/keywords_test.py
-${PYSITELIB}/google/protobuf/internal/keywords_test.pyc
-${PYSITELIB}/google/protobuf/internal/keywords_test.pyo
-${PYSITELIB}/google/protobuf/internal/message_factory_test.py
-${PYSITELIB}/google/protobuf/internal/message_factory_test.pyc
-${PYSITELIB}/google/protobuf/internal/message_factory_test.pyo
${PYSITELIB}/google/protobuf/internal/message_listener.py
${PYSITELIB}/google/protobuf/internal/message_listener.pyc
${PYSITELIB}/google/protobuf/internal/message_listener.pyo
-${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.py
-${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/message_test.py
-${PYSITELIB}/google/protobuf/internal/message_test.pyc
-${PYSITELIB}/google/protobuf/internal/message_test.pyo
-${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.py
-${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.py
-${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.py
-${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/more_messages_pb2.py
-${PYSITELIB}/google/protobuf/internal/more_messages_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/more_messages_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/no_package_pb2.py
-${PYSITELIB}/google/protobuf/internal/no_package_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/no_package_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.py
-${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/proto_builder_test.py
-${PYSITELIB}/google/protobuf/internal/proto_builder_test.pyc
-${PYSITELIB}/google/protobuf/internal/proto_builder_test.pyo
${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/reflection_test.py
-${PYSITELIB}/google/protobuf/internal/reflection_test.pyc
-${PYSITELIB}/google/protobuf/internal/reflection_test.pyo
-${PYSITELIB}/google/protobuf/internal/service_reflection_test.py
-${PYSITELIB}/google/protobuf/internal/service_reflection_test.pyc
-${PYSITELIB}/google/protobuf/internal/service_reflection_test.pyo
-${PYSITELIB}/google/protobuf/internal/symbol_database_test.py
-${PYSITELIB}/google/protobuf/internal/symbol_database_test.pyc
-${PYSITELIB}/google/protobuf/internal/symbol_database_test.pyo
-${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.py
-${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/test_proto3_optional_pb2.py
-${PYSITELIB}/google/protobuf/internal/test_proto3_optional_pb2.pyc
-${PYSITELIB}/google/protobuf/internal/test_proto3_optional_pb2.pyo
-${PYSITELIB}/google/protobuf/internal/test_util.py
-${PYSITELIB}/google/protobuf/internal/test_util.pyc
-${PYSITELIB}/google/protobuf/internal/test_util.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/text_encoding_test.py
-${PYSITELIB}/google/protobuf/internal/text_encoding_test.pyc
-${PYSITELIB}/google/protobuf/internal/text_encoding_test.pyo
-${PYSITELIB}/google/protobuf/internal/text_format_test.py
-${PYSITELIB}/google/protobuf/internal/text_format_test.pyc
-${PYSITELIB}/google/protobuf/internal/text_format_test.pyo
${PYSITELIB}/google/protobuf/internal/type_checkers.py
${PYSITELIB}/google/protobuf/internal/type_checkers.pyc
${PYSITELIB}/google/protobuf/internal/type_checkers.pyo
-${PYSITELIB}/google/protobuf/internal/unknown_fields_test.py
-${PYSITELIB}/google/protobuf/internal/unknown_fields_test.pyc
-${PYSITELIB}/google/protobuf/internal/unknown_fields_test.pyo
${PYSITELIB}/google/protobuf/internal/well_known_types.py
${PYSITELIB}/google/protobuf/internal/well_known_types.pyc
${PYSITELIB}/google/protobuf/internal/well_known_types.pyo
-${PYSITELIB}/google/protobuf/internal/well_known_types_test.py
-${PYSITELIB}/google/protobuf/internal/well_known_types_test.pyc
-${PYSITELIB}/google/protobuf/internal/well_known_types_test.pyo
${PYSITELIB}/google/protobuf/internal/wire_format.py
${PYSITELIB}/google/protobuf/internal/wire_format.pyc
${PYSITELIB}/google/protobuf/internal/wire_format.pyo
-${PYSITELIB}/google/protobuf/internal/wire_format_test.py
-${PYSITELIB}/google/protobuf/internal/wire_format_test.pyc
-${PYSITELIB}/google/protobuf/internal/wire_format_test.pyo
${PYSITELIB}/google/protobuf/json_format.py
${PYSITELIB}/google/protobuf/json_format.pyc
${PYSITELIB}/google/protobuf/json_format.pyo
@@ -260,39 +152,6 @@
${PYSITELIB}/google/protobuf/type_pb2.py
${PYSITELIB}/google/protobuf/type_pb2.pyc
${PYSITELIB}/google/protobuf/type_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_arena_pb2.py
-${PYSITELIB}/google/protobuf/unittest_arena_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_arena_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.py
-${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_import_pb2.py
-${PYSITELIB}/google/protobuf/unittest_import_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_import_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_import_public_pb2.py
-${PYSITELIB}/google/protobuf/unittest_import_public_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_import_public_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_mset_pb2.py
-${PYSITELIB}/google/protobuf/unittest_mset_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_mset_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.py
-${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.py
-${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.py
-${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.py
-${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_pb2.py
-${PYSITELIB}/google/protobuf/unittest_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_pb2.pyo
-${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.py
-${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.pyc
-${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.pyo
${PYSITELIB}/google/protobuf/util/__init__.py
${PYSITELIB}/google/protobuf/util/__init__.pyc
${PYSITELIB}/google/protobuf/util/__init__.pyo
diff -r dfbe0f202243 -r 7b893258ecfc devel/py-protobuf/distinfo
--- a/devel/py-protobuf/distinfo Thu Jul 30 03:08:43 2020 +0000
+++ b/devel/py-protobuf/distinfo Thu Jul 30 07:02:40 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2020/05/28 11:52:13 adam Exp $
+$NetBSD: distinfo,v 1.28 2020/07/30 07:02:40 adam Exp $
-SHA1 (protobuf-python-3.12.2.tar.gz) = 1b5cea3a59b978bf2a87c38ef77ab9ab2a5bb3b4
-RMD160 (protobuf-python-3.12.2.tar.gz) = dc740eda0778fd24e7e24308a7b709bb4f02d08e
-SHA512 (protobuf-python-3.12.2.tar.gz) = ee217a23c4c1ce18df24bfbfd5704eb1c1478f5bac9200260033612072d05e2644b73d6a9f275dfcf22d144887ca52298cdf454b1d646d9d7d99d486e26d51af
-Size (protobuf-python-3.12.2.tar.gz) = 4955923 bytes
+SHA1 (protobuf-3.12.4.tar.gz) = 4c39102081ca70f0e850f021f24e8b82cfd7dfb4
+RMD160 (protobuf-3.12.4.tar.gz) = 06c62fc9212e36404d1842aee94d6f8f577397ea
+SHA512 (protobuf-3.12.4.tar.gz) = 5364168e511320ee88a66ea7c2d85f61eddd3d9d7912d0dc216dc97a84917d0542c2eddc2ada576fcefd28c15930bb03051733d5852772fa8076b1fba34c6a0b
+Size (protobuf-3.12.4.tar.gz) = 267598 bytes
Home |
Main Index |
Thread Index |
Old Index