forked from pool/python-proto-plus
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:
@@ -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
BIN
proto_plus-1.25.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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(".", "/"))
|
|
||||||
|
|
@@ -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>
|
Wed Oct 2 06:05:52 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -24,18 +24,15 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%define modname proto-plus
|
%define modname proto_plus
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-proto-plus%{psuffix}
|
Name: python-proto-plus%{psuffix}
|
||||||
Version: 1.24.0
|
Version: 1.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic Protocol Buffers
|
Summary: Pythonic Protocol Buffers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/googleapis/proto-plus-python
|
URL: https://github.com/googleapis/proto-plus-python
|
||||||
Source0: https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module protobuf >= 3.19.0}
|
BuildRequires: %{python_module protobuf >= 3.19.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
Reference in New Issue
Block a user