diff --git a/proto-plus-1.24.0.tar.gz b/proto-plus-1.24.0.tar.gz deleted file mode 100644 index 056a234..0000000 --- a/proto-plus-1.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30b72a5ecafe4406b0d339db35b56c4059064e69227b8c3bda7462397f966445 -size 55942 diff --git a/proto_plus-1.25.0.tar.gz b/proto_plus-1.25.0.tar.gz new file mode 100644 index 0000000..538fc2d --- /dev/null +++ b/proto_plus-1.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb17f57f7bd05a68b7707e745e26528b0b3c34e378db91eef93912c54982d91 +size 56124 diff --git a/pytest-staticmethod.patch b/pytest-staticmethod.patch deleted file mode 100644 index bcc6857..0000000 --- a/pytest-staticmethod.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- - proto/_file_info.py | 1 - - 1 file changed, 1 deletion(-) - ---- a/proto/_file_info.py -+++ b/proto/_file_info.py -@@ -51,7 +51,6 @@ class _FileInfo( - - return descriptor - -- @staticmethod - def proto_file_name(name): - return "{0}.proto".format(name.replace(".", "/")) - diff --git a/python-proto-plus.changes b/python-proto-plus.changes index 7f33cb3..04e02e5 100644 --- a/python-proto-plus.changes +++ b/python-proto-plus.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 22 13:28:52 UTC 2024 - Markéta Machová + +- Update to 1.25.0 + * Add support for Python 3.13 + * Construct messages with nested struct + * Fix 'Couldn't build proto file' when using Python 3.13 + * Fix conda compatibility issue + * Fix issue with equality comparison of repeated field with None + * Remove check for Protobuf version +- Drop merged pytest-staticmethod.patch + ------------------------------------------------------------------- Wed Oct 2 06:05:52 UTC 2024 - Steve Kowalik diff --git a/python-proto-plus.spec b/python-proto-plus.spec index 52005c5..3ee1e6e 100644 --- a/python-proto-plus.spec +++ b/python-proto-plus.spec @@ -24,18 +24,15 @@ %define psuffix %{nil} %bcond_with test %endif -%define modname proto-plus +%define modname proto_plus %{?sle15_python_module_pythons} Name: python-proto-plus%{psuffix} -Version: 1.24.0 +Version: 1.25.0 Release: 0 Summary: Pythonic Protocol Buffers License: Apache-2.0 URL: https://github.com/googleapis/proto-plus-python Source0: https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM pytest-staticmethod.patch gh#pytest-dev/pytest#9637 mcepl@suse.com -# workaround for the problem with pytest 7.0 -Patch0: pytest-staticmethod.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module protobuf >= 3.19.0} BuildRequires: %{python_module setuptools}