aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2024-02-07 11:47:37 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:18:35 +0300
commit691e50d50ca689689dc0bb77b2d79e71e58d0cd9 (patch)
tree581209fb619280a4477fc5ea9812c657c230d13c
parent199909fb88a850c0778370089b863b74edcca9e2 (diff)
downloadydb-691e50d50ca689689dc0bb77b2d79e71e58d0cd9.tar.gz
Update contrib/python/types-protobuf to 4.24.0.20240129
-rw-r--r--contrib/python/types-protobuf/.dist-info/METADATA4
-rw-r--r--contrib/python/types-protobuf/google-stubs/py.typed1
-rw-r--r--contrib/python/types-protobuf/ya.make3
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()