Sync from SUSE:SLFO:Main python-proto-plus revision b1ddec9df83a17606a24810ae7632bb8

This commit is contained in:
2025-05-17 15:55:30 +02:00
parent fc5b449d10
commit b119b0ce7b
4 changed files with 23 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
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>
@@ -13,7 +30,7 @@ Fri Nov 22 13:28:52 UTC 2024 - Markéta Machová <mmachova@suse.com>
-------------------------------------------------------------------
Wed Oct 2 06:05:52 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Explicitly BuildRequires on pytz, the testsuite uses it.
- Explicitly BuildRequires on pytz, the testsuite uses it.
-------------------------------------------------------------------
Thu Jun 20 12:43:10 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,7 @@
%define modname proto_plus
%{?sle15_python_module_pythons}
Name: python-proto-plus%{psuffix}
Version: 1.25.0
Version: 1.26.1
Release: 0
Summary: Pythonic Protocol Buffers
License: Apache-2.0