pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel {py-,}protobuf: update to 3.19.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc40727da423
branches:  trunk
changeset: 768822:dc40727da423
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 01 20:52:04 2021 +0000

description:
{py-,}protobuf: update to 3.19.0

  C++
  * Make proto2::Message::DiscardUnknownFields() non-virtual
  * Separate RepeatedPtrField into its own header file
  * For default floating point values of 0, consider all bits significant
  * cmake: support `MSVC_RUNTIME_LIBRARY` property (#8851)
  * Fix shadowing warnings (#8926)
  * Fix for issue #8484, constant initialization doesn't compile in msvc clang-cl environment (#8993)
  * Fix build on AIX and SunOS (#8373) (#9065)
  * Add Android stlport and default toolchains to BUILD. (#8290)

  Python
  * Proto2 DecodeError now includes message name in error message
  * Make MessageToDict convert map keys to strings (#8122)
  * Add python-requires in setup.py (#8989)
  * Add python 3.10 (#9034)

diffstat:

 devel/protobuf/Makefile    |   5 ++---
 devel/protobuf/PLIST       |  12 +++++++++---
 devel/protobuf/distinfo    |   9 ++++-----
 devel/py-protobuf/Makefile |   5 ++---
 devel/py-protobuf/distinfo |   8 ++++----
 5 files changed, 21 insertions(+), 18 deletions(-)

diffs (115 lines):

diff -r 6125c9f5f113 -r dc40727da423 devel/protobuf/Makefile
--- a/devel/protobuf/Makefile   Mon Nov 01 20:43:07 2021 +0000
+++ b/devel/protobuf/Makefile   Mon Nov 01 20:52:04 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2021/10/21 20:33:04 kim Exp $
+# $NetBSD: Makefile,v 1.50 2021/11/01 20:52:04 wiz Exp $
 
-DISTNAME=      protobuf-cpp-3.18.1
+DISTNAME=      protobuf-cpp-3.19.0
 PKGNAME=       ${DISTNAME:S/-cpp//}
-PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=protocolbuffers/}
 GITHUB_PROJECT=        protobuf
diff -r 6125c9f5f113 -r dc40727da423 devel/protobuf/PLIST
--- a/devel/protobuf/PLIST      Mon Nov 01 20:43:07 2021 +0000
+++ b/devel/protobuf/PLIST      Mon Nov 01 20:52:04 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/09/30 18:59:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2021/11/01 20:52:04 wiz Exp $
 bin/protoc
 include/google/protobuf/any.h
 include/google/protobuf/any.pb.h
@@ -10,15 +10,19 @@
 include/google/protobuf/arenastring.h
 include/google/protobuf/compiler/code_generator.h
 include/google/protobuf/compiler/command_line_interface.h
+include/google/protobuf/compiler/cpp/cpp_file.h
 include/google/protobuf/compiler/cpp/cpp_generator.h
+include/google/protobuf/compiler/cpp/cpp_helpers.h
+include/google/protobuf/compiler/cpp/cpp_names.h
+include/google/protobuf/compiler/csharp/csharp_doc_comment.h
 include/google/protobuf/compiler/csharp/csharp_generator.h
 include/google/protobuf/compiler/csharp/csharp_names.h
+include/google/protobuf/compiler/csharp/csharp_options.h
 include/google/protobuf/compiler/importer.h
 include/google/protobuf/compiler/java/java_generator.h
 include/google/protobuf/compiler/java/java_kotlin_generator.h
 include/google/protobuf/compiler/java/java_names.h
 include/google/protobuf/compiler/js/js_generator.h
-include/google/protobuf/compiler/js/well_known_types_embed.h
 include/google/protobuf/compiler/objectivec/objectivec_generator.h
 include/google/protobuf/compiler/objectivec/objectivec_helpers.h
 include/google/protobuf/compiler/parser.h
@@ -37,6 +41,7 @@
 include/google/protobuf/dynamic_message.h
 include/google/protobuf/empty.pb.h
 include/google/protobuf/empty.proto
+include/google/protobuf/explicitly_constructed.h
 include/google/protobuf/extension_set.h
 include/google/protobuf/extension_set_inl.h
 include/google/protobuf/field_access_listener.h
@@ -47,6 +52,7 @@
 include/google/protobuf/generated_message_bases.h
 include/google/protobuf/generated_message_reflection.h
 include/google/protobuf/generated_message_table_driven.h
+include/google/protobuf/generated_message_table_driven_lite.h
 include/google/protobuf/generated_message_tctable_decl.h
 include/google/protobuf/generated_message_tctable_impl.h
 include/google/protobuf/generated_message_tctable_impl.inc
@@ -81,10 +87,10 @@
 include/google/protobuf/reflection.h
 include/google/protobuf/reflection_ops.h
 include/google/protobuf/repeated_field.h
+include/google/protobuf/repeated_ptr_field.h
 include/google/protobuf/service.h
 include/google/protobuf/source_context.pb.h
 include/google/protobuf/source_context.proto
-include/google/protobuf/string_member_robber.h
 include/google/protobuf/struct.pb.h
 include/google/protobuf/struct.proto
 include/google/protobuf/stubs/bytestream.h
diff -r 6125c9f5f113 -r dc40727da423 devel/protobuf/distinfo
--- a/devel/protobuf/distinfo   Mon Nov 01 20:43:07 2021 +0000
+++ b/devel/protobuf/distinfo   Mon Nov 01 20:52:04 2021 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.58 2021/10/26 10:18:05 nia Exp $
+$NetBSD: distinfo,v 1.59 2021/11/01 20:52:04 wiz Exp $
 
-BLAKE2s (protobuf-cpp-3.18.1.tar.gz) = 2d275433f970e96e5b5b8c3dbbf8a5fb36fd1fec7dbb47fec4d4011e2670894a
-SHA512 (protobuf-cpp-3.18.1.tar.gz) = 524340259bf084a228b2a3bae9a45b7730fc75e4e523ec928f062a10eaea8b914638007037a1e04ec25db5d23f7d339850cf658b5611c54bde6cf12927651164
-Size (protobuf-cpp-3.18.1.tar.gz) = 4776202 bytes
+BLAKE2s (protobuf-cpp-3.19.0.tar.gz) = 541fb3020eed98c61db8fd584f7f90aa86acf1f85ae42c521a9ea77e305c241c
+SHA512 (protobuf-cpp-3.19.0.tar.gz) = 2961676448e10646d8a9fd98e926f45372735be03cd230eefed1ddd8031fc9755deb13c1cd61ac10253911a94649cdd5fddfbfef9a9e05116f22e2622471c3dd
+Size (protobuf-cpp-3.19.0.tar.gz) = 4798696 bytes
 SHA1 (patch-configure) = e9953648e5b3df015be007c1c424a564d1eb2bef
-SHA1 (patch-src_google_protobuf_port__def.inc) = b9af7b28ebca182f1e23b5db8899005d38c7837c
 SHA1 (patch-third__party_googletest_googlemock_configure) = 9afd8358eef2dffe7639ca70081f60535c116855
diff -r 6125c9f5f113 -r dc40727da423 devel/py-protobuf/Makefile
--- a/devel/py-protobuf/Makefile        Mon Nov 01 20:43:07 2021 +0000
+++ b/devel/py-protobuf/Makefile        Mon Nov 01 20:52:04 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2021/10/21 20:33:05 kim Exp $
+# $NetBSD: Makefile,v 1.47 2021/11/01 20:52:04 wiz Exp $
 
-DISTNAME=      protobuf-3.18.1
+DISTNAME=      protobuf-3.19.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/protobuf/}
 
diff -r 6125c9f5f113 -r dc40727da423 devel/py-protobuf/distinfo
--- a/devel/py-protobuf/distinfo        Mon Nov 01 20:43:07 2021 +0000
+++ b/devel/py-protobuf/distinfo        Mon Nov 01 20:52:04 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2021/10/26 10:18:47 nia Exp $
+$NetBSD: distinfo,v 1.45 2021/11/01 20:52:04 wiz Exp $
 
-BLAKE2s (protobuf-3.18.1.tar.gz) = eb9c30302286c5d63121404adb6e0a6c2b8b3552be50b1c071495c67f22e79d2
-SHA512 (protobuf-3.18.1.tar.gz) = 367241c0375f97e7f7e0ae6b5e3df0130d4cbe41f255932449ac3fd3f1731c1d1448331c38c85f536365f16d47e746dead276264896773bfb319855aa4a6471c
-Size (protobuf-3.18.1.tar.gz) = 229236 bytes
+BLAKE2s (protobuf-3.19.0.tar.gz) = f93306c7c7f2b0028ce4c1cc61256fcb0aeca3d530e968cfafa0ca9768ef4373
+SHA512 (protobuf-3.19.0.tar.gz) = 7a0bda1dd13df02443148e22f81455644f3fbf845addb0f3e393511315175b6827b2e532fea466339e93cea5631dfa104e22ecbbb8daac1dda6fe25d57830fee
+Size (protobuf-3.19.0.tar.gz) = 217553 bytes



Home | Main Index | Thread Index | Old Index