diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-02-07 11:47:37 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-02-07 12:08:44 +0300 |
commit | bdd624c7a739171d119def66189fc9d754f0f40a (patch) | |
tree | 6a07576ac04b7b46e8975f8d31c28ea6fade3608 | |
parent | 45c9080cd82392b6e4bc97b80daa04eb87fb5b29 (diff) | |
download | ydb-bdd624c7a739171d119def66189fc9d754f0f40a.tar.gz |
Update contrib/python/types-protobuf to 4.24.0.20240129
-rw-r--r-- | contrib/python/types-protobuf/.dist-info/METADATA | 4 | ||||
-rw-r--r-- | contrib/python/types-protobuf/google-stubs/py.typed | 1 | ||||
-rw-r--r-- | contrib/python/types-protobuf/ya.make | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/contrib/python/types-protobuf/.dist-info/METADATA b/contrib/python/types-protobuf/.dist-info/METADATA index 69b10b8c2a..da16877bae 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: 4.24.0.20240106 +Version: 4.24.0.20240129 Summary: Typing stubs for protobuf Home-page: https://github.com/python/typeshed License: Apache-2.0 license @@ -38,6 +38,6 @@ If you find that annotations are missing, feel free to contribute and help compl See https://github.com/python/typeshed/blob/main/README.md for more details. -This package was generated from typeshed commit `1de5830a2703936a96a126248227d5c7db883674` and was tested +This package was generated from typeshed commit `3dbb2573e68a288ac5ad1b4967a9c5ab994b81be` and was tested with mypy 1.8.0, pyright 1.1.342, and pytype 2023.12.18. diff --git a/contrib/python/types-protobuf/google-stubs/py.typed b/contrib/python/types-protobuf/google-stubs/py.typed deleted file mode 100644 index b648ac9233..0000000000 --- a/contrib/python/types-protobuf/google-stubs/py.typed +++ /dev/null @@ -1 +0,0 @@ -partial diff --git a/contrib/python/types-protobuf/ya.make b/contrib/python/types-protobuf/ya.make index 3d6029caa5..6632bf3426 100644 --- a/contrib/python/types-protobuf/ya.make +++ b/contrib/python/types-protobuf/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(4.24.0.20240106) +VERSION(4.24.0.20240129) LICENSE(Apache-2.0) @@ -54,7 +54,6 @@ RESOURCE_FILES( .dist-info/METADATA .dist-info/top_level.txt google-stubs/METADATA.toml - google-stubs/py.typed ) END() |