10
0

Accepting request 1078345 from home:badshah400:branches:science

(Depends on sr#1078298)

- Drop some unnecessary Requires: python-recordclass, python-scipy.
- Add necessary Requires: python-requests, python-Cython, python-Pillow.
- Drop python-Mathics-relax-sympy-version.patch: No longer needed as upstream setup.py now allows sympy >= 1.11.
- Disable building for python3.11, unsupported [gh#Mathics3/mathics-core#743].
- python-Mathics-Scanner >= 1.3.0 now required.

OBS-URL: https://build.opensuse.org/request/show/1078345
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=28
This commit is contained in:
2023-04-18 03:11:21 +00:00
committed by Git OBS Bridge
parent 6aa2acaad9
commit 7a5a720f11
5 changed files with 43 additions and 34 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Apr 11 07:11:25 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Drop some unnecessary Requires: python-recordclass,
python-scipy.
- Add necessary Requires: python-requests, python-Cython,
python-Pillow.
-------------------------------------------------------------------
Tue Mar 14 10:37:24 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 6.0.1:
* Some Pattern-matching code gone over to add type annotations
and to start documenting its behavior and characteristics.
* Combinatorica version upgraded from 0.9 (circa 1992) to 0.91
(circa 1995) which closer matches the published book.
* Random Builtin function documentation gone over to conform to
current documentation style.
* Pillow 9.2 dependency added for Python 3.7+.
- Drop python-Mathics-relax-sympy-version.patch: No longer needed
as upstream setup.py now allows sympy >= 1.11.
- Disable building for python3.11, unsupported
[gh#Mathics3/mathics-core#743].
- python-Mathics-Scanner >= 1.3.0 now required.
-------------------------------------------------------------------
Sun Oct 23 04:51:56 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>