10
0

Accepting request 1078298 from home:badshah400:branches:science

* Update to version 1.3.0.
* Drop 9346764dfd22f011ec7bba9248497383f4b98a3a.patch: incorporated upstream.
* Requires(post): update-alternatives for correct post scriptlet runs.

OBS-URL: https://build.opensuse.org/request/show/1078298
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics-Scanner?expand=0&rev=3
This commit is contained in:
2023-04-18 03:10:00 +00:00
committed by Git OBS Bridge
parent 5fb699818a
commit dd5c519c53
5 changed files with 38 additions and 31 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Apr 10 20:45:44 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.3.0:
* Add escape-code sequence for 32-bit Unicode
(gh#Mathics3/mathics-scanner#48).
* Correct Infix and Tilde character symbols
* Support double backslash (\\) as a single backslash character
(\).
* Correct Unicode for ScriptN and ScriptCaptialN
* Correct a number of is-letter-like entries.
* Accept \u21A6 as symbol for Function.
* Change the precedence of |->(Function symbol) to 800 so it
isn't interpreted as a | followed by ->
* ASCII operator tables can now be generated
* Add DifferentialD and Integrate even though we don't have a
full set of prefix operators.
* More precedence values added to operators
* Python 3.11 operation verified
- Drop 9346764dfd22f011ec7bba9248497383f4b98a3a.patch:
incorporated upstream.
- Requires(post): update-alternatives for correct post scriptlet
runs.
-------------------------------------------------------------------
Sun Jul 11 09:27:26 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>