summaryrefslogtreecommitdiff
path: root/devel/py-protobuf/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-11-01 20:52:04 +0000
committerwiz <wiz@pkgsrc.org>2021-11-01 20:52:04 +0000
commite7b25f8bd526e8c529989739b7f95ad09f1e826e (patch)
tree0404632d2adab8a0af22e6b319fc86af0e41b270 /devel/py-protobuf/Makefile
parent2bfe207d5973672c5b71a6e3d98d6c908ac10383 (diff)
downloadpkgsrc-e7b25f8bd526e8c529989739b7f95ad09f1e826e.tar.gz
{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 (limited to 'devel/py-protobuf/Makefile')
-rw-r--r--devel/py-protobuf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index 3aa32dba9ac..3b8347bdcba 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -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/}