Просмотр исходного кода

Update contrib/python/types-protobuf to 5.27.0.20240626
2d49d632c48c967221e60f854b0eea8fbca7c8c7

robot-contrib 8 месяцев назад
Родитель
Сommit
2b253e67c4

+ 5 - 5
contrib/python/types-protobuf/.dist-info/METADATA

@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: types-protobuf
-Version: 5.26.0.20240422
+Version: 5.27.0.20240626
 Summary: Typing stubs for protobuf
 Home-page: https://github.com/python/typeshed
 License: Apache-2.0 license
@@ -26,18 +26,18 @@ PyCharm, etc. to check code that uses
 `protobuf`.
 
 This version of `types-protobuf` aims to provide accurate annotations
-for `protobuf==5.26.*`.
+for `protobuf==5.27.*`.
 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.
 
-Generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 25.1 on [protobuf v26.1](https://github.com/protocolbuffers/protobuf/releases/tag/v26.1) (python protobuf==5.26.1)
+Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on [protobuf v27.1](https://github.com/protocolbuffers/protobuf/releases/tag/v27.1) (python protobuf==5.27.1).
 
 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 `1017c525f84b5e78a75ad909c6a4ef2b5c0610e6` and was tested
-with mypy 1.9.0, pyright 1.1.358, and
+This package was generated from typeshed commit `b13bb947c3f7a000d4d4ec6ad2868726a289b2b4` and was tested
+with mypy 1.10.0, pyright 1.1.369, and
 pytype 2024.4.11.

+ 2 - 2
contrib/python/types-protobuf/google-stubs/METADATA.toml

@@ -1,8 +1,8 @@
 # Whenever you update version here, PROTOBUF_VERSION should be updated
 # in scripts/generate_proto_stubs.sh and vice-versa.
-version = "5.26.*"
+version = "5.27.*"
 upstream_repository = "https://github.com/protocolbuffers/protobuf"
-extra_description = "Generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 25.1 on [protobuf v26.1](https://github.com/protocolbuffers/protobuf/releases/tag/v26.1) (python protobuf==5.26.1)"
+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 v27.1](https://github.com/protocolbuffers/protobuf/releases/tag/v27.1) (python protobuf==5.27.1)."
 partial_stub = true
 
 [tool.stubtest]

+ 1 - 1
contrib/python/types-protobuf/ya.make

@@ -2,7 +2,7 @@
 
 PY3_LIBRARY()
 
-VERSION(5.26.0.20240422)
+VERSION(5.27.0.20240626)
 
 LICENSE(Apache-2.0)