10
0

Accepting request 992095 from home:badshah400:branches:science

* Update to version 5.0.0.
* Add requirements-cython.txt as Source since it is missing from the tagged source tarball.
* Drop upstream incorporated patches: * python-Mathics-relax-sympy-versions.patch * 41dee8c9dd7b979a4d77d38a1e8fe8dc75b7638c.patch
* Export USE_CYTHON env variable to allow cythonised builds.
* New BuildRequires (for tests) and Requires: python-recordclass.
* Fix up some new spurious file permissions and EOF encodings.

OBS-URL: https://build.opensuse.org/request/show/992095
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=20
This commit is contained in:
2022-08-05 21:16:05 +00:00
committed by Git OBS Bridge
parent e8d84dbae7
commit c5e41efe13
7 changed files with 38 additions and 52 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jul 31 20:48:13 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.0.0:
* Many changes, see
https://github.com/Mathics3/mathics-core/releases/tag/5.0.0
- Add requirements-cython.txt as Source since it is missing from
the tagged source tarball.
- Drop upstream incorporated patches:
* python-Mathics-relax-sympy-versions.patch
* 41dee8c9dd7b979a4d77d38a1e8fe8dc75b7638c.patch
- Export USE_CYTHON env variable to allow cythonised builds.
- New BuildRequires (for tests) and Requires: python-recordclass.
- Fix up some new spurious file permissions and EOF encodings.
-------------------------------------------------------------------
Sun Jul 17 00:51:00 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
@@ -49,7 +64,7 @@ Sat Jan 29 19:13:15 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
-------------------------------------------------------------------
Tue Apr 20 04:19:34 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Don't build for Python 3.6, due to no NumPy.
- Don't build for Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Mon Dec 28 01:52:38 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>