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

- Avoid i586 segfaults with Qt5/Matplotlib:
  * Remove i586 malloc workarounds for memory allocation
  * Don't test balanced model reduction on 32-bit

OBS-URL: https://build.opensuse.org/request/show/1061185
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-control?expand=0&rev=40
This commit is contained in:
2023-01-26 11:20:09 +00:00
committed by Git OBS Bridge
parent 7288a3d019
commit aad6ed5ccd
2 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jan 26 09:40:27 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Avoid i586 segfaults with Qt5/Matplotlib:
* Remove i586 malloc workarounds for memory allocation
* Don't test balanced model reduction on 32-bit
-------------------------------------------------------------------
Sat Dec 31 19:48:37 UTC 2022 - Ben Greiner <code@bnavigator.de>