17
0

- Add patch do-not-use-pytuple-get-size.patch:

* Use Py_SIZE rather than PyTuple_GET_SIZE to avoid assertion failures.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-recordclass?expand=0&rev=13
This commit is contained in:
2025-04-04 00:58:10 +00:00
committed by Git OBS Bridge
parent 551a8ac20e
commit b4795fa554
3 changed files with 63 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 4 00:56:20 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch do-not-use-pytuple-get-size.patch:
* Use Py_SIZE rather than PyTuple_GET_SIZE to avoid assertion failures.
-------------------------------------------------------------------
Mon Aug 5 19:05:39 UTC 2024 - Dirk Müller <dmueller@suse.com>