diff --git a/protobuf-6.30.2.tar.gz b/protobuf-6.30.2.tar.gz deleted file mode 100644 index 7681e74e9fc1406ab314eaf0652dbe2734279bcd..0000000000000000000000000000000000000000 Binary files a/protobuf-6.30.2.tar.gz and /dev/null differ diff --git a/protobuf-6.33.0.tar.gz b/protobuf-6.33.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f124181877c1ea34a2f8c06088609bb329941330 Binary files /dev/null and b/protobuf-6.33.0.tar.gz differ diff --git a/python-protobuf.spec b/python-protobuf.spec index 86bc4436a27f08fa13e6a0710fed2073ce549105..1b10fa3a270aa657f95e847fe591b5117348347d 100644 --- a/python-protobuf.spec +++ b/python-protobuf.spec @@ -1,12 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-protobuf -Version: 6.30.2 -Release: 2 +Version: 6.33.0 +Release: 1 Summary: please add a summary manually as the author left a blank one License: BSD-3-Clause URL: https://developers.google.com/protocol-buffers/ -Source0: https://files.pythonhosted.org/packages/c8/8c/cf2ac658216eebe49eaedf1e06bc06cbf6a143469236294a1171a51357c3/protobuf-6.30.2.tar.gz - +Source0: %{pypi_source protobuf} %description @@ -24,7 +23,7 @@ BuildRequires: gdb %description -n python3-protobuf %prep -%autosetup -n protobuf-6.30.2 +%autosetup -n protobuf-%{version} %build %pyproject_build @@ -59,6 +58,12 @@ mv %{buildroot}/doclist.lst . %{python3_sitearch}/* %changelog +* Mon Oct 20 2025 li_zhi - 6.33.0-1 +- Update package with version 6.33.0 +- Feat: update bazel central registry publish workflow +- Add target_compatible_with parameter to proto_toolchain in Bazel rules +- Disable symbol visibility enforcement by default in C++ runtime + * Sat Aug 30 2025 openEuler - 6.30.2-2 - add LICENSE.