Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mathicsscript for
openSUSE:Factory checked in at 2025-09-05 21:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mathicsscript (Old)
and /work/SRC/openSUSE:Factory/.python-mathicsscript.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mathicsscript"
Fri Sep 5 21:43:14 2025 rev:2 rq:1302795 version:9.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mathicsscript/python-mathicsscript.changes
2025-02-12 21:33:16.122538137 +0100
+++
/work/SRC/openSUSE:Factory/.python-mathicsscript.new.1977/python-mathicsscript.changes
2025-09-05 21:44:01.274436803 +0200
@@ -1,0 +2,23 @@
+Sun Aug 31 18:52:05 UTC 2025 - Atri Bhattacharya <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
mathicsscript-8.0.0.tar.gz
New:
----
mathicsscript-9.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mathicsscript.spec ++++++
--- /var/tmp/diff_new_pack.H4UIzH/_old 2025-09-05 21:44:01.982466595 +0200
+++ /var/tmp/diff_new_pack.H4UIzH/_new 2025-09-05 21:44:01.986466763 +0200
@@ -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
++++++ mathicsscript-8.0.0.tar.gz -> mathicsscript-9.0.0.tar.gz ++++++
++++ 2888 lines of diff (skipped)