- Substantially rewritten doc-py38-to-py36.patch patch to be more

flexible and covering even unexpected changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=104
This commit is contained in:
2025-06-22 19:29:14 +00:00
committed by Git OBS Bridge
parent 308dfaef9b
commit 7d8817d9bb
4 changed files with 540 additions and 87 deletions

View File

@@ -42,6 +42,8 @@ Wed Jun 11 22:02:59 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- gh-134989: Implement PyObject_DelAttr() and
PyObject_DelAttrString() as macros in the limited C API
3.12 and older. Patch by Victor Stinner.
- Substantially rewritten doc-py38-to-py36.patch patch to be more
flexible and covering even unexpected changes.
-------------------------------------------------------------------
Mon Jun 9 21:24:09 UTC 2025 - Matej Cepl <mcepl@cepl.eu>