Package Release Info

python-Mathics-Scanner-1.4.1-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-Mathics-Scanner

Change Logs

* Thu May 29 2025 Max Lin <mlin@suse.com>
- Fix Leap 16.0 build
* Sun Feb 02 2025 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.4.1:
  * Include new operator YML and JSON
* Tue Aug 13 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.3.1:
  * Packaging was redone to be able to support Python 3.12.
  * Files now follow current Python black formatting and isort
    import ordering.
  * Some Python code linting.
- Compatibility with python 3.6 dropped, bump miminum python-base
  version in BuildRequires to 3.8.
Version: 1.3.0-bp156.1.1
* Mon Apr 10 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.
Version: 1.2.4-bp155.1.7
* Sun Jul 11 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 1.2.4
  * Start adding AMSLateX names.
  * Add ``ApplyTo``, and ``Factorial2``.
  * Adjust ``Tilde``, and ``Factorial``.
  * Regularize unicode equivalents.
- Add 9346764dfd22f011ec7bba9248497383f4b98a3a.patch
* Sat Jul 10 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Initial package at version 1.2.3 for Mathics3