forked from pool/python-mathicsscript
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 824caed1b1 | |||
| f5f2d54513 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c09360d986f637d6185d4a51caa031c8bc936721feaca91a79e2af7c76a1ed0
|
|
||||||
size 184228
|
|
||||||
3
mathicsscript-9.0.0.tar.gz
Normal file
3
mathicsscript-9.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:719b82003a2187e4e14d9aded2ebe4e2b08e6267d3084dd692fa3c74c752abfe
|
||||||
|
size 481031
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 31 18:52:05 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- 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 <badshah400@gmail.com>
|
Thu Feb 6 11:46:05 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mathicsscript
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -24,22 +24,21 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%define skip_python313 1
|
|
||||||
%define modname mathicsscript
|
%define modname mathicsscript
|
||||||
Name: python-mathicsscript%{psuffix}
|
Name: python-mathicsscript%{psuffix}
|
||||||
Version: 8.0.0
|
Version: 9.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A command line interface to Mathics
|
Summary: A command line interface to Mathics
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
URL: https://mathics.org/
|
URL: https://mathics.org/
|
||||||
Source0: https://github.com/Mathics3/mathicsscript/archive/refs/tags/%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-Mathics3 >= 8.0.0
|
Requires: python-Mathics >= 9.0.0
|
||||||
Requires: python-Mathics-Scanner
|
Requires: python-Mathics-Scanner >= 2.0.0
|
||||||
Requires: python-Pygments
|
Requires: python-Pygments
|
||||||
Requires: python-click
|
Requires: python-click
|
||||||
Requires: python-colorama
|
Requires: python-colorama
|
||||||
|
|||||||
Reference in New Issue
Block a user