1
0

Accepting request 1146276 from home:bnavigator:branches:devel:languages:python:numeric

- Fix python312 tests: Force linking to openblas with custom
  pythranrc
- Remove test skips no longer needed
- Make test flavors future proof: Don't fail on empty buildset
- Skip python39 for all test flavors: The test-py39 multibuild has
  already been removed but it is still in the build set, so don't
  test it in the other multibuilds.
- Debundle xsimd

OBS-URL: https://build.opensuse.org/request/show/1146276
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-pythran?expand=0&rev=37
This commit is contained in:
2024-02-12 22:30:05 +00:00
committed by Git OBS Bridge
parent 3a1f027049
commit fabf7106e6
4 changed files with 47 additions and 30 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 7 13:53:21 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Fix python312 tests: Force linking to openblas with custom
pythranrc
- Remove test skips no longer needed
- Make test flavors future proof: Don't fail on empty buildset
- Skip python39 for all test flavors: The test-py39 multibuild has
already been removed but it is still in the build set, so don't
test it in the other multibuilds.
- Debundle xsimd
-------------------------------------------------------------------
Tue Feb 6 11:05:29 UTC 2024 - Dirk Müller <dmueller@suse.com>