10
0

Accepting request 1242224 from home:badshah400:Staging

* Update to version 7.0.0.
* Disable whole swathe of failing tests (gh#Mathics3/mathics-core#1346).
* Add python-Mathics-sympy1_13.patch -- Add compatibility for tests against sympy >= 1.13 (upstream commits).
* Switch to pyproject_* macros for build.
* Require numpy < 2 as numpy2 is not supported yet.
* BuildArch: noarch as there are no arch dependent binaries in package.
* Enable Python 3.11, 3.12.
* Disable Python 3.13.
* Drop old compatibility macro redefinition.

OBS-URL: https://build.opensuse.org/request/show/1242224
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=42
This commit is contained in:
2025-02-05 06:01:58 +00:00
committed by Git OBS Bridge
parent 86908abb9a
commit 3ab5943912
6 changed files with 274 additions and 38 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Feb 2 12:44:43 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 7.0.0:
* Long list of changes, see
<https://github.com/Mathics3/mathics-core/releases/tag/7.0.0>
- Disable whole swathe of failing tests
(gh#Mathics3/mathics-core#1346).
- Add python-Mathics-sympy1_13.patch -- Add compatibility for
tests against sympy >= 1.13 (upstream commits).
- Switch to pyproject_* macros for build.
- Require numpy < 2 as numpy2 is not supported yet.
- BuildArch: noarch as there are no arch dependent binaries in
package.
- Enable Python 3.11, 3.12.
- Disable Python 3.13.
- Drop old compatibility macro redefinition.
-------------------------------------------------------------------
Tue Oct 1 23:18:32 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>