pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 1 09:04:13 UTC 2026
Modified Files:
pkgsrc/devel/protobuf: Makefile distinfo
pkgsrc/devel/py-protobuf: Makefile PLIST distinfo
Log Message:
protobuf py-protobuf: updated to [7.]36.1
36.1
Rust
Update README files for each crate. (e64a176)
Include runtime version details in assertion error messages. (fecb404)
Drop special treatment of rust versions below 4.33. (1312f3b)
Invert the relationship between rust crates (fbf3069)
Python
Optimize pure Python parse path for custom JSON enum names. (333846a)
Additional unit tests for Python handling of custom JSON enum names.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/devel/protobuf/Makefile
cvs rdiff -u -r1.103 -r1.104 pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-protobuf/PLIST
cvs rdiff -u -r1.90 -r1.91 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/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.111 pkgsrc/devel/protobuf/Makefile:1.112
--- pkgsrc/devel/protobuf/Makefile:1.111 Wed Aug 26 10:11:21 2026
+++ pkgsrc/devel/protobuf/Makefile Tue Sep 1 09:04:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2026/08/26 10:11:21 adam Exp $
+# $NetBSD: Makefile,v 1.112 2026/09/01 09:04:13 adam Exp $
#
# When updating this, please also update devel/py-protobuf.
#
@@ -8,7 +8,7 @@
# likely that any upstream release, even if apparently minor, will
# require a recursive revbump.
-DISTNAME= protobuf-36.0
+DISTNAME= protobuf-36.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
GITHUB_PROJECT= protobuf
Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.103 pkgsrc/devel/protobuf/distinfo:1.104
--- pkgsrc/devel/protobuf/distinfo:1.103 Wed Aug 26 10:11:21 2026
+++ pkgsrc/devel/protobuf/distinfo Tue Sep 1 09:04:13 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.103 2026/08/26 10:11:21 adam Exp $
+$NetBSD: distinfo,v 1.104 2026/09/01 09:04:13 adam Exp $
-BLAKE2s (protobuf-36.0.tar.gz) = b3d8c2cb57e4388268cd46b2bf3471960dc63e70839c4cf439ef5fc44a66fd4d
-SHA512 (protobuf-36.0.tar.gz) = 30a7e54a54e8c42cb67531858aeb90dc9b7386a39087d0369c142834a4702b5ee2a3953fc7047c326c362a58386566a5c85d1a63b55c77c1f2e2f6cea798a26b
-Size (protobuf-36.0.tar.gz) = 7311082 bytes
+BLAKE2s (protobuf-36.1.tar.gz) = 0830f7f258b591d033754387fda30c27a63e903570f2640888a82df9324284c6
+SHA512 (protobuf-36.1.tar.gz) = 10dd7277bcc37f93ad9997696a597bcb4649f549cc527a740b50982a8e1acd4fa640bd07b968b532d6d75bdf12eeff5c7ba63c97c0b5935bda722ff93a499611
+Size (protobuf-36.1.tar.gz) = 7314419 bytes
SHA1 (patch-src_file__lists.cmake) = 0b693792cefcff5bed559c6abbe9092e4fb1efdc
SHA1 (patch-src_google_protobuf_io_zero_copy_stream_impl.cc) = 379eeacfd54d4d3ad577844449d44e29d16ce254
Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.99 pkgsrc/devel/py-protobuf/Makefile:1.100
--- pkgsrc/devel/py-protobuf/Makefile:1.99 Wed Aug 26 10:11:21 2026
+++ pkgsrc/devel/py-protobuf/Makefile Tue Sep 1 09:04:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2026/08/26 10:11:21 adam Exp $
+# $NetBSD: Makefile,v 1.100 2026/09/01 09:04:13 adam Exp $
-DISTNAME= protobuf-7.36.0
+DISTNAME= protobuf-7.36.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}
Index: pkgsrc/devel/py-protobuf/PLIST
diff -u pkgsrc/devel/py-protobuf/PLIST:1.30 pkgsrc/devel/py-protobuf/PLIST:1.31
--- pkgsrc/devel/py-protobuf/PLIST:1.30 Wed Aug 26 10:11:21 2026
+++ pkgsrc/devel/py-protobuf/PLIST Tue Sep 1 09:04:13 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2026/08/26 10:11:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2026/09/01 09:04:13 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -80,6 +80,9 @@ ${PYSITELIB}/google/protobuf/internal/ex
${PYSITELIB}/google/protobuf/internal/field_mask.py
${PYSITELIB}/google/protobuf/internal/field_mask.pyc
${PYSITELIB}/google/protobuf/internal/field_mask.pyo
+${PYSITELIB}/google/protobuf/internal/json_format_benchmark.py
+${PYSITELIB}/google/protobuf/internal/json_format_benchmark.pyc
+${PYSITELIB}/google/protobuf/internal/json_format_benchmark.pyo
${PYSITELIB}/google/protobuf/internal/message_benchmark.py
${PYSITELIB}/google/protobuf/internal/message_benchmark.pyc
${PYSITELIB}/google/protobuf/internal/message_benchmark.pyo
Index: pkgsrc/devel/py-protobuf/distinfo
diff -u pkgsrc/devel/py-protobuf/distinfo:1.90 pkgsrc/devel/py-protobuf/distinfo:1.91
--- pkgsrc/devel/py-protobuf/distinfo:1.90 Wed Aug 26 10:11:21 2026
+++ pkgsrc/devel/py-protobuf/distinfo Tue Sep 1 09:04:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.90 2026/08/26 10:11:21 adam Exp $
+$NetBSD: distinfo,v 1.91 2026/09/01 09:04:13 adam Exp $
-BLAKE2s (protobuf-7.36.0.tar.gz) = e8da9741586cde498c17718ce614ae71d200a0404cdd8e8122c6936bedb3612a
-SHA512 (protobuf-7.36.0.tar.gz) = e6ac5262d0ed06a1b646e21618b83641101b2e16b2c431a9ae165af62e2c8a062e93589784e46dab8255fc925f42eac9e2246f281ae628f0b95f8fb2bf9dfe13
-Size (protobuf-7.36.0.tar.gz) = 510034 bytes
+BLAKE2s (protobuf-7.36.1.tar.gz) = a99f9b89db86216fb7d4e2f5ee45e56f4a2d988f976643414dab8af9c81383db
+SHA512 (protobuf-7.36.1.tar.gz) = 4971ab513ac375d378bb66ca8b5676a77b57a39a6e0f3c3ea0aa05feee96e8d04f62a793bcfd8aa05b2dd0ce5784088aa98763f34f7f13c802aaf1d9418191d4
+Size (protobuf-7.36.1.tar.gz) = 512499 bytes
Home |
Main Index |
Thread Index |
Old Index