------------------------------------------------------------------- Sun Aug 31 04:48:13 UTC 2025 - Atri Bhattacharya - Update to version 2.0.0: * Support for saving token position information was started. * Scanning was revised to handle more kinds of escape sequences and to be sensitive to their placement inside and outside a string. * Tokenization support for Box Input operator \* was added. * Small YML changes were made to reflect a better understanding of boxing operators. In particular, \* is not a (prefix) operator. * Internals: Mathics3 scanner exceptions of class TranslateError are incompatible with previous versions, and now store error parameters, "name", "tag", and "args". * Bugs fixed: - gh#Mathics3/mathics-scanner#125 - gh#Mathics3/mathics-scanner#136 ------------------------------------------------------------------- Thu May 29 11:24:05 UTC 2025 - Max Lin - Fix Leap 16.0 build ------------------------------------------------------------------- Sun Feb 2 07:27:51 UTC 2025 - Atri Bhattacharya - Update to version 1.4.1: * Include new operator YML and JSON ------------------------------------------------------------------- Tue Aug 13 04:53:15 UTC 2024 - Atri Bhattacharya - 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. ------------------------------------------------------------------- Mon Apr 10 20:45:44 UTC 2023 - Atri Bhattacharya - 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 - 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 14:29:57 UTC 2021 - Ferdinand Thiessen - Initial package at version 1.2.3 for Mathics3