14
0

Accepting request 1225833 from home:mcalabkova:branches:devel:languages:python

- 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/request/show/1225833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=28
This commit is contained in:
2024-11-22 13:37:36 +00:00
committed by Git OBS Bridge
parent 1123f617c6
commit be8fd29995
5 changed files with 17 additions and 22 deletions

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>