diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-11-22 08:16:01 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-11-22 08:26:44 +0300 |
commit | 41a55c68d04e5ba36871e743d96e1a964c77d3f8 (patch) | |
tree | 3b7b80554c55086f33753d01b1288730739b6d82 | |
parent | 30346608d40bcad650e9be045da82c1f4b973b46 (diff) | |
download | ydb-41a55c68d04e5ba36871e743d96e1a964c77d3f8.tar.gz |
Update contrib/python/types-protobuf to 5.28.3.20241030
commit_hash:34dfb9be1465bd259bf2f5c90a3114542cd87d6d
-rw-r--r-- | contrib/python/types-protobuf/.dist-info/METADATA | 34 | ||||
-rw-r--r-- | contrib/python/types-protobuf/google-stubs/METADATA.toml | 7 | ||||
-rw-r--r-- | contrib/python/types-protobuf/ya.make | 2 |
3 files changed, 23 insertions, 20 deletions
diff --git a/contrib/python/types-protobuf/.dist-info/METADATA b/contrib/python/types-protobuf/.dist-info/METADATA index 79f0b6cea1..1b139c962d 100644 --- a/contrib/python/types-protobuf/.dist-info/METADATA +++ b/contrib/python/types-protobuf/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: types-protobuf -Version: 5.28.0.20240924 +Version: 5.28.3.20241030 Summary: Typing stubs for protobuf Home-page: https://github.com/python/typeshed License: Apache-2.0 @@ -22,23 +22,27 @@ It can be used by type-checking tools like [mypy](https://github.com/python/mypy/), [pyright](https://github.com/microsoft/pyright), [pytype](https://github.com/google/pytype/), -PyCharm, etc. to check code that uses -`protobuf`. +[Pyre](https://pyre-check.org/), +PyCharm, etc. to check code that uses `protobuf`. This version of +`types-protobuf` aims to provide accurate annotations for +`protobuf~=5.28.3`. -This version of `types-protobuf` aims to provide accurate annotations -for `protobuf==5.28.*`. -The source for this package can be found at -https://github.com/python/typeshed/tree/main/stubs/protobuf. All fixes for -types and metadata should be contributed there. - -Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on [protobuf v28.2](https://github.com/protocolbuffers/protobuf/releases/tag/v28.2) (python `protobuf==5.28.2`). +Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 27.2 on [protobuf v28.3](https://github.com/protocolbuffers/protobuf/releases/tag/v28.3) (python `protobuf==5.28.3`). This stub package is marked as [partial](https://peps.python.org/pep-0561/#partial-stub-packages). If you find that annotations are missing, feel free to contribute and help complete them. -See https://github.com/python/typeshed/blob/main/README.md for more details. -This package was generated from typeshed commit -[`9f033bf439e064917e4b235b8a09b7530f182516`](https://github.com/python/typeshed/commit/9f033bf439e064917e4b235b8a09b7530f182516) and was tested -with mypy 1.11.1, pyright 1.1.381, and -pytype 2024.9.13. +This package is part of the [typeshed project](https://github.com/python/typeshed). +All fixes for types and metadata should be contributed there. +See [the README](https://github.com/python/typeshed/blob/main/README.md) +for more details. The source for this package can be found in the +[`stubs/protobuf`](https://github.com/python/typeshed/tree/main/stubs/protobuf) +directory. + +This package was tested with +mypy 1.13.0, +pyright 1.1.386, +and pytype 2024.10.11. +It was generated from typeshed commit +[`6029bf18192fba492a9d82d88238a4e1929e1c43`](https://github.com/python/typeshed/commit/6029bf18192fba492a9d82d88238a4e1929e1c43). diff --git a/contrib/python/types-protobuf/google-stubs/METADATA.toml b/contrib/python/types-protobuf/google-stubs/METADATA.toml index 2a3e69f74e..8349e2ea04 100644 --- a/contrib/python/types-protobuf/google-stubs/METADATA.toml +++ b/contrib/python/types-protobuf/google-stubs/METADATA.toml @@ -1,8 +1,7 @@ -# Whenever you update version here, PACKAGE_VERSION should be updated -# in scripts/sync_proto/google_protobuf.py and vice-versa. -version = "5.28.*" +# Using an exact number in the specifier for scripts/sync_protobuf/google_protobuf.py +version = "~=5.28.3" upstream_repository = "https://github.com/protocolbuffers/protobuf" -extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on [protobuf v28.2](https://github.com/protocolbuffers/protobuf/releases/tag/v28.2) (python `protobuf==5.28.2`)." +extra_description = "Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 27.2 on [protobuf v28.3](https://github.com/protocolbuffers/protobuf/releases/tag/v28.3) (python `protobuf==5.28.3`)." partial_stub = true [tool.stubtest] diff --git a/contrib/python/types-protobuf/ya.make b/contrib/python/types-protobuf/ya.make index c4f8f60d98..802f4b6155 100644 --- a/contrib/python/types-protobuf/ya.make +++ b/contrib/python/types-protobuf/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(5.28.0.20240924) +VERSION(5.28.3.20241030) LICENSE(Apache-2.0) |