Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
48293aa4b0 | |||
4872eb8f8e | |||
021328df2b | |||
260d6860b1 | |||
ac26a8b33c | |||
be8fd29995 | |||
07a4e4e10f | |||
1123f617c6 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30b72a5ecafe4406b0d339db35b56c4059064e69227b8c3bda7462397f966445
|
|
||||||
size 55942
|
|
BIN
proto_plus-1.26.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
proto_plus-1.26.1.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,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 19 09:55:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.26.1
|
||||||
|
* **deps:** Allow protobuf 6.x (#536)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 25 20:34:34 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.26.0:
|
||||||
|
* Migrate to pyproject.toml
|
||||||
|
* Construct messages with nested duration in protobuf 5.28+
|
||||||
|
* Fix enums initialization in PyPy
|
||||||
|
* Incorrect return type annotation for Message.to_dict
|
||||||
|
* Use include rather than exclude to find_namespace_packages in
|
||||||
|
setup.py
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Explicitly BuildRequires on pytz, the testsuite uses it.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 20 12:43:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 20 12:43:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-proto-plus
|
# spec file for package python-proto-plus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -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.26.1
|
||||||
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}
|
||||||
@@ -46,6 +43,7 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: %{python_module google-api-core >= 1.31.5}
|
BuildRequires: %{python_module google-api-core >= 1.31.5}
|
||||||
BuildRequires: %{python_module proto-plus}
|
BuildRequires: %{python_module proto-plus}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
BuildRequires: %{python_module pytz}
|
||||||
%endif
|
%endif
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Reference in New Issue
Block a user