1
0

Accepting request 1137308 from home:bnavigator:branches:devel:languages:python

- Update buildset:
  * Tumbleweed: Prepare python312, drop python38
  * 15.X: Prepare for "SLE15 Python module pythons" (The repository
    does not have all the requirements yet to build)
- Add 0001-wxWidgets-Phoenix-integer-division.patch
  * Required for Python 3.12
  * gh#wxWidgets/Phoenix#2508
- Update requirements:
  * This version requires Pillow again.
  * Require numpy for all flavors: Add require-numpy.patch
  * Upstream goes back and forth, see
    https://github.com/wxWidgets/Phoenix/commits/master/requirements/install.txt
- Repack the source: Remove stray wxWidgets-4.1.0 tree

OBS-URL: https://build.opensuse.org/request/show/1137308
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=47
This commit is contained in:
2024-01-18 10:10:05 +00:00
committed by Git OBS Bridge
parent 1ec08ac40f
commit c5aed123df
6 changed files with 73 additions and 12 deletions

View File

@@ -3,6 +3,23 @@ Mon Jan 15 16:29:26 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Enable python312 as valid multibuild flavor.
-------------------------------------------------------------------
Sat Jan 6 21:47:42 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update buildset:
* Tumbleweed: Prepare python312, drop python38
* 15.X: Prepare for "SLE15 Python module pythons" (The repository
does not have all the requirements yet to build)
- Add 0001-wxWidgets-Phoenix-integer-division.patch
* Required for Python 3.12
* gh#wxWidgets/Phoenix#2508
- Update requirements:
* This version requires Pillow again.
* Require numpy for all flavors: Add require-numpy.patch
* Upstream goes back and forth, see
https://github.com/wxWidgets/Phoenix/commits/master/requirements/install.txt
- Repack the source: Remove stray wxWidgets-4.1.0 tree
-------------------------------------------------------------------
Wed Dec 27 07:37:06 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>