From f5f2d545135da8d9e40f79b551cf581bb6ccbaed38c6c7ae75344bd5c591d21e Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 4 Sep 2025 18:09:25 +0000 Subject: [PATCH] * Update to version 9.0.0. * Enable builds for python 3.13. OBS-URL: https://build.opensuse.org/package/show/science/python-mathicsscript?expand=0&rev=4 --- mathicsscript-8.0.0.tar.gz | 3 --- mathicsscript-9.0.0.tar.gz | 3 +++ python-mathicsscript.changes | 23 +++++++++++++++++++++++ python-mathicsscript.spec | 11 +++++------ 4 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 mathicsscript-8.0.0.tar.gz create mode 100644 mathicsscript-9.0.0.tar.gz diff --git a/mathicsscript-8.0.0.tar.gz b/mathicsscript-8.0.0.tar.gz deleted file mode 100644 index 218d2c0..0000000 --- a/mathicsscript-8.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c09360d986f637d6185d4a51caa031c8bc936721feaca91a79e2af7c76a1ed0 -size 184228 diff --git a/mathicsscript-9.0.0.tar.gz b/mathicsscript-9.0.0.tar.gz new file mode 100644 index 0000000..dc6d006 --- /dev/null +++ b/mathicsscript-9.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719b82003a2187e4e14d9aded2ebe4e2b08e6267d3084dd692fa3c74c752abfe +size 481031 diff --git a/python-mathicsscript.changes b/python-mathicsscript.changes index 731cb98..dff8c08 100644 --- a/python-mathicsscript.changes +++ b/python-mathicsscript.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Aug 31 18:52:05 UTC 2025 - Atri Bhattacharya + +- Update to version 9.0.0: + * Add Python 3.13 support; drop 3.8 and 3.9 support. + * Track API changes in Mathics3 Scanner 9.0.0 + * Make CLI options more like wolframscript. + * Option --read with alias -r is now -code and short option -c. + * Toggling Autobrace using the function key F4 has been fixed. + Function key F1 provides some rudimentary help in the bottom + bar. + * Match \( with \) in prompt-toolkit mode + * Bugs Fixed + - [gh#Mathics3/mathicsscript#82] Work around a bug giving + Set:setraw error + - [gh#Mathics3/mathicsscript#87] Exception 'Rule' object has + no attribute 'to_python' + - [gh#Mathics3/mathicsscript#104] Respect environment variable + NO_COLOR + - [gh#Mathics3/mathicsscript#105] Pygments-style None is not + disabling pygments style. +- Enable builds for python 3.13. + ------------------------------------------------------------------- Thu Feb 6 11:46:05 UTC 2025 - Atri Bhattacharya diff --git a/python-mathicsscript.spec b/python-mathicsscript.spec index 0333de0..3bbeae9 100644 --- a/python-mathicsscript.spec +++ b/python-mathicsscript.spec @@ -1,7 +1,7 @@ # # spec file for package python-mathicsscript # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,22 +24,21 @@ %define psuffix %{nil} %bcond_with test %endif -%define skip_python313 1 %define modname mathicsscript Name: python-mathicsscript%{psuffix} -Version: 8.0.0 +Version: 9.0.0 Release: 0 Summary: A command line interface to Mathics License: GPL-3.0-or-later URL: https://mathics.org/ Source0: https://github.com/Mathics3/mathicsscript/archive/refs/tags/%{version}.tar.gz#/%{modname}-%{version}.tar.gz -BuildRequires: %{python_module Mathics >= 8.0.0} +BuildRequires: %{python_module Mathics >= 9.0.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Mathics3 >= 8.0.0 -Requires: python-Mathics-Scanner +Requires: python-Mathics >= 9.0.0 +Requires: python-Mathics-Scanner >= 2.0.0 Requires: python-Pygments Requires: python-click Requires: python-colorama