15
0

10 Commits

Author SHA256 Message Date
346a11ff34 Accepting request 1326348 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1326348
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proto-plus?expand=0&rev=17
2026-01-09 16:04:50 +00:00
77061985a9 - Update to 1.27.0
* Add classifier for Python 3.14 (#544)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=34
2026-01-09 13:23:14 +00:00
458838f679 Accepting request 1254375 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1254375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proto-plus?expand=0&rev=16
2025-03-19 21:33:59 +00:00
d3abec19cf - Update to 1.26.1
* **deps:** Allow protobuf 6.x (#536)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=32
2025-03-19 10:42:02 +00:00
8a31435451 Accepting request 1248479 from devel:languages:python
- 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

- Explicitly BuildRequires on pytz, the testsuite uses it.

OBS-URL: https://build.opensuse.org/request/show/1248479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proto-plus?expand=0&rev=15
2025-02-26 16:17:58 +00:00
0c091866b6 - 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
- Explicitly BuildRequires on pytz, the testsuite uses it.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=30
2025-02-25 20:35:36 +00:00
65bbcd9c12 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
2024-11-22 22:53:22 +00:00
221cbbf3f3 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=28
2024-11-22 13:37:36 +00:00
aa9e017719 Accepting request 1205062 from devel:languages:python
- Explicitly BuildRequires on pytz, the testsuite uses it.

OBS-URL: https://build.opensuse.org/request/show/1205062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-proto-plus?expand=0&rev=13
2024-10-02 19:34:07 +00:00
5dbd0faf31 - Explicitly BuildRequires on pytz, the testsuite uses it.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=26
2024-10-02 06:06:27 +00:00
4 changed files with 11 additions and 5 deletions

Binary file not shown.

3
proto_plus-1.27.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:873af56dd0d7e91836aee871e5799e1c6f1bda86ac9a983e0bb9f0c266a568c4
size 56158

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 9 13:12:53 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.27.0
* Add classifier for Python 3.14 (#544)
-------------------------------------------------------------------
Wed Mar 19 09:55:07 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-proto-plus
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# 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.26.1
Version: 1.27.0
Release: 0
Summary: Pythonic Protocol Buffers
License: Apache-2.0