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: wiz
Date: Fri Apr 5 13:55:23 UTC 2024
Modified Files:
pkgsrc/devel/protobuf: Makefile PLIST distinfo
pkgsrc/devel/py-protobuf: Makefile PLIST distinfo
Log Message:
{py-,}protobuf: update to {5.,}26.1
This version includes breaking changes to: Java, PHP, C++, Ruby, Python.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/protobuf/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/protobuf/PLIST
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-protobuf/PLIST
cvs rdiff -u -r1.65 -r1.66 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.75 pkgsrc/devel/protobuf/Makefile:1.76
--- pkgsrc/devel/protobuf/Makefile:1.75 Thu Mar 28 11:19:53 2024
+++ pkgsrc/devel/protobuf/Makefile Fri Apr 5 13:55:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2024/03/28 11:19:53 gdt Exp $
+# $NetBSD: Makefile,v 1.76 2024/04/05 13:55:23 wiz 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-25.3
+DISTNAME= protobuf-26.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
GITHUB_PROJECT= protobuf
Index: pkgsrc/devel/protobuf/PLIST
diff -u pkgsrc/devel/protobuf/PLIST:1.22 pkgsrc/devel/protobuf/PLIST:1.23
--- pkgsrc/devel/protobuf/PLIST:1.22 Wed Nov 15 18:12:24 2023
+++ pkgsrc/devel/protobuf/PLIST Fri Apr 5 13:55:23 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2023/11/15 18:12:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.23 2024/04/05 13:55:23 wiz Exp $
bin/protoc
bin/protoc-${PKGVERSION}.0
include/google/protobuf/any.h
@@ -112,18 +112,22 @@ include/google/protobuf/compiler/python/
include/google/protobuf/compiler/python/pyi_generator.h
include/google/protobuf/compiler/retention.h
include/google/protobuf/compiler/ruby/ruby_generator.h
+include/google/protobuf/compiler/rust/accessors/accessor_case.h
include/google/protobuf/compiler/rust/accessors/accessor_generator.h
include/google/protobuf/compiler/rust/accessors/accessors.h
+include/google/protobuf/compiler/rust/accessors/helpers.h
include/google/protobuf/compiler/rust/context.h
+include/google/protobuf/compiler/rust/crate_mapping.h
+include/google/protobuf/compiler/rust/enum.h
include/google/protobuf/compiler/rust/generator.h
include/google/protobuf/compiler/rust/message.h
include/google/protobuf/compiler/rust/naming.h
include/google/protobuf/compiler/rust/oneof.h
include/google/protobuf/compiler/rust/relative_path.h
+include/google/protobuf/compiler/rust/rust_keywords.h
include/google/protobuf/compiler/scc.h
include/google/protobuf/compiler/subprocess.h
include/google/protobuf/compiler/versions.h
-include/google/protobuf/compiler/versions_suffix.h
include/google/protobuf/compiler/zip_writer.h
include/google/protobuf/cpp_edition_defaults.h
include/google/protobuf/cpp_features.pb.h
@@ -133,6 +137,7 @@ include/google/protobuf/descriptor.pb.h
include/google/protobuf/descriptor.proto
include/google/protobuf/descriptor_database.h
include/google/protobuf/descriptor_legacy.h
+include/google/protobuf/descriptor_lite.h
include/google/protobuf/descriptor_visitor.h
include/google/protobuf/duration.pb.h
include/google/protobuf/duration.proto
@@ -214,6 +219,7 @@ include/google/protobuf/stubs/common.h
include/google/protobuf/stubs/platform_macros.h
include/google/protobuf/stubs/port.h
include/google/protobuf/stubs/status_macros.h
+include/google/protobuf/testing/file.h
include/google/protobuf/text_format.h
include/google/protobuf/thread_safe_arena.h
include/google/protobuf/timestamp.pb.h
@@ -234,7 +240,8 @@ include/google/protobuf/wire_format.h
include/google/protobuf/wire_format_lite.h
include/google/protobuf/wrappers.pb.h
include/google/protobuf/wrappers.proto
-include/java/core/src/main/java/com/google/protobuf/java_features.proto
+include/java/core/src/main/resources/google/protobuf/java_features.proto
+include/upb_generator/mangle.h
include/utf8_range.h
include/utf8_validity.h
lib/cmake/protobuf/protobuf-config-version.cmake
Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.77 pkgsrc/devel/protobuf/distinfo:1.78
--- pkgsrc/devel/protobuf/distinfo:1.77 Fri Feb 16 13:41:11 2024
+++ pkgsrc/devel/protobuf/distinfo Fri Apr 5 13:55:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.77 2024/02/16 13:41:11 adam Exp $
+$NetBSD: distinfo,v 1.78 2024/04/05 13:55:23 wiz Exp $
-BLAKE2s (protobuf-25.3.tar.gz) = 38d2a049c620038cf1004b7c1b4dfe88310ed420669c9bb06f1b03781a5e9ee3
-SHA512 (protobuf-25.3.tar.gz) = 1f73e237c919082e5423ae9e2ea8813dccf672c059051d1531fe89ffaa45872d3cf3052b8c3af26f674296ec17d7dc861c67b8f0834ed80261ce4a6a14ed7115
-Size (protobuf-25.3.tar.gz) = 5878962 bytes
+BLAKE2s (protobuf-26.1.tar.gz) = 8ccdc60bbdc451340e307862ea566351ecb4639e716746dd5d8ab652e091576f
+SHA512 (protobuf-26.1.tar.gz) = 0363ac09f92d8e040491425d444c8dca0b9b430e02d2dff6e2b28a0c2b2bea0d33a47f50bc9e2e2d4e8e22b65a02009a20c0066fb89c75df93a7b703dda42ed4
+Size (protobuf-26.1.tar.gz) = 5957903 bytes
Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.70 pkgsrc/devel/py-protobuf/Makefile:1.71
--- pkgsrc/devel/py-protobuf/Makefile:1.70 Fri Feb 16 13:41:11 2024
+++ pkgsrc/devel/py-protobuf/Makefile Fri Apr 5 13:55:23 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2024/02/16 13:41:11 adam Exp $
+# $NetBSD: Makefile,v 1.71 2024/04/05 13:55:23 wiz Exp $
-DISTNAME= protobuf-4.25.3
+DISTNAME= protobuf-5.26.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.22 pkgsrc/devel/py-protobuf/PLIST:1.23
--- pkgsrc/devel/py-protobuf/PLIST:1.22 Wed Nov 15 18:12:24 2023
+++ pkgsrc/devel/py-protobuf/PLIST Fri Apr 5 13:55:23 2024
@@ -1,9 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2023/11/15 18:12:24 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.23 2024/04/05 13:55:23 wiz Exp $
${PYSITELIB}/google/_upb/_message.so
${PYSITELIB}/google/protobuf/__init__.py
${PYSITELIB}/google/protobuf/__init__.pyc
@@ -74,6 +69,9 @@ ${PYSITELIB}/google/protobuf/internal/fi
${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/python_edition_defaults.py
+${PYSITELIB}/google/protobuf/internal/python_edition_defaults.pyc
+${PYSITELIB}/google/protobuf/internal/python_edition_defaults.pyo
${PYSITELIB}/google/protobuf/internal/python_message.py
${PYSITELIB}/google/protobuf/internal/python_message.pyc
${PYSITELIB}/google/protobuf/internal/python_message.pyo
@@ -149,4 +147,10 @@ ${PYSITELIB}/google/protobuf/util/__init
${PYSITELIB}/google/protobuf/wrappers_pb2.py
${PYSITELIB}/google/protobuf/wrappers_pb2.pyc
${PYSITELIB}/google/protobuf/wrappers_pb2.pyo
-${PYSITELIB}/protobuf-${PKGVERSION}-py${PYVERSSUFFIX}-nspkg.pth
+${PYSITELIB}/protobuf-${PKGVERSION}-py3.11-nspkg.pth
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Index: pkgsrc/devel/py-protobuf/distinfo
diff -u pkgsrc/devel/py-protobuf/distinfo:1.65 pkgsrc/devel/py-protobuf/distinfo:1.66
--- pkgsrc/devel/py-protobuf/distinfo:1.65 Fri Feb 16 13:41:11 2024
+++ pkgsrc/devel/py-protobuf/distinfo Fri Apr 5 13:55:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2024/02/16 13:41:11 adam Exp $
+$NetBSD: distinfo,v 1.66 2024/04/05 13:55:23 wiz Exp $
-BLAKE2s (protobuf-4.25.3.tar.gz) = 19df2f8376f273c7534beaf302457a72723e5d9d0a79aa05402f567b2f1f6ef2
-SHA512 (protobuf-4.25.3.tar.gz) = 0881cb181954a933366966014facea665680d1332ba6997f106658e6e31740463cdbfdbb7226a51ff4a358b9ab134555eece264e8919c20b201836310db32634
-Size (protobuf-4.25.3.tar.gz) = 380274 bytes
+BLAKE2s (protobuf-5.26.1.tar.gz) = d6d5ae0943ec61ba262314bfaab20bba5509ae58a934784216196a3644db85f7
+SHA512 (protobuf-5.26.1.tar.gz) = 73976ebf1150880c1749a29ebb3b46acc692f08b39fd42f305882a94379cfde9813f3d14f366ae76ef2a4140e489bfc438dc4d1594c3354215f3cad672c36541
+Size (protobuf-5.26.1.tar.gz) = 393518 bytes
Home |
Main Index |
Thread Index |
Old Index