14
0

Accepting request 1225835 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1225835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proto-plus?expand=0&rev=14
This commit is contained in:
2024-11-22 22:53:22 +00:00
committed by Git OBS Bridge
5 changed files with 17 additions and 22 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30b72a5ecafe4406b0d339db35b56c4059064e69227b8c3bda7462397f966445
size 55942

BIN
proto_plus-1.25.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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(".", "/"))

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Nov 22 13:28:52 UTC 2024 - Markéta Machová <mmachova@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@@ -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}