1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-17 05:05:14 +03:00
aports/testing/py3-pure_protobuf/use_fixed_version.patch
Jakob Meier 3ed9d31cc3 testing/py3-pure_protobuf: new aport
Python implementation of Protocol Buffers with dataclass-based schemaʼs
https://pypi.org/project/pure-protobuf/
2023-10-29 11:16:22 +00:00

12 lines
370 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,8 +2,8 @@
name = "pure-protobuf"
description = "Implementation of Protocol Buffers with dataclass-based schemaʼs"
readme = "README.md"
+version = "2.3.0"
requires-python = ">=3.7"
-dynamic = ["version"]
keywords = ["protobuf", "protocol-buffers"]
classifiers = [
"Development Status :: 5 - Production/Stable",