Minor CHANGES.txt fix and pulled one more upb commit.

pull/9941/head
Joshua Haberman 3 years ago
parent 915d439df0
commit 6018e9edef
  1. 2
      CHANGES.txt
  2. 4
      protobuf_deps.bzl

@ -26,7 +26,7 @@ Unreleased Changes (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
Python
* The C extension module for Python has been rewritten to use the upb library.
This is expected to deliver significant performance wins, especially when
This is expected to deliver significant performance benefits, especially when
parsing large payloads. There are some minor breaking changes, but these
should not impact most users. For more information see:
https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates

@ -114,6 +114,6 @@ def protobuf_deps():
_github_archive(
name = "upb",
repo = "https://github.com/protocolbuffers/upb",
commit = "32f45b5f33d4399f27f1f6db2ad0ccacb5cabaaf",
sha256 = "89c43204ca4e9ac0fed18daff3bd060209f963c89de4aa7a5a66d6968973c03b",
commit = "c3cfd09b0184bcbdade71a3d788df02c83e897f2",
sha256 = "4a9f79385fc0c1e3e7ba5c34220db53f956c8c42d636bafc6a563da2facf8c3f",
)

Loading…
Cancel
Save