Accepting request 1302795 from science
OBS-URL: https://build.opensuse.org/request/show/1302795 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mathicsscript?expand=0&rev=2
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user