Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Mathics-Scanner for
openSUSE:Leap:16.0 checked in at 2025-06-02 11:53:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-Mathics-Scanner (Old)
and /work/SRC/openSUSE:Leap:16.0/.python-Mathics-Scanner.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Mathics-Scanner"
Mon Jun 2 11:53:02 2025 rev:2 rq:1281816 version:1.4.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:16.0/python-Mathics-Scanner/python-Mathics-Scanner.changes
2025-03-19 11:55:20.367399761 +0100
+++
/work/SRC/openSUSE:Leap:16.0/.python-Mathics-Scanner.new.16005/python-Mathics-Scanner.changes
2025-06-02 11:53:03.237263296 +0200
@@ -1,0 +2,11 @@
+Thu May 29 11:24:05 UTC 2025 - Max Lin <[email protected]>
+
+- Fix Leap 16.0 build
+
+-------------------------------------------------------------------
+Sun Feb 2 07:27:51 UTC 2025 - Atri Bhattacharya <[email protected]>
+
+- Update to version 1.4.1:
+ * Include new operator YML and JSON
+
+-------------------------------------------------------------------
Old:
----
mathics_scanner-1.3.1.tar.gz
New:
----
mathics_scanner-1.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Mathics-Scanner.spec ++++++
--- /var/tmp/diff_new_pack.ZLfY0w/_old 2025-06-02 11:53:03.501274254 +0200
+++ /var/tmp/diff_new_pack.ZLfY0w/_new 2025-06-02 11:53:03.505274420 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-Mathics-Scanner
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define skip_python2 1
%define modname mathics_scanner
Name: python-Mathics-Scanner
-Version: 1.3.1
+Version: 1.4.1
Release: 0
Summary: Character Tables and Tokenizer for Mathics and the Wolfram
Language
License: GPL-3.0-only
@@ -41,7 +41,7 @@
Requires: python-chardet
Requires: python-click
Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
Recommends: python-ujson
BuildArch: noarch
%python_subpackages
@@ -52,7 +52,7 @@
%prep
%setup -q -n %{modname}-%{version}
# Fix shbang
-sed -i "s|/usr/bin/env python|/usr/bin/python3|"
mathics_scanner/generate/build_tables.py
+sed -i "s|/usr/bin/env python|/usr/bin/python3|"
mathics_scanner/generate/build_{,operator_}tables.py
sed -i "s|/usr/bin/env python3|/usr/bin/python3|"
mathics_scanner/generate/rl_inputrc.py
%build
@@ -60,22 +60,30 @@
%install
%pyproject_install
-%python_clone -a %{buildroot}%{_bindir}/mathics-generate-json-table
+%python_clone -a %{buildroot}%{_bindir}/mathics3-generate-json-table
+%python_clone -a %{buildroot}%{_bindir}/mathics3-generate-operator-json-table
+%python_clone -a %{buildroot}%{_bindir}/mathics3-tokens
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# Should be executable
-%python_expand chmod 0755
%{buildroot}%{$python_sitelib}/mathics_scanner/generate/{build_tables,rl_inputrc}.py
+%python_expand chmod 0755
%{buildroot}%{$python_sitelib}/mathics_scanner/generate/{build_tables,build_operator_tables,rl_inputrc}.py
%check
%pytest
%post
-%python_install_alternative mathics-generate-json-table
+%python_install_alternative mathics3-generate-json-table
+%python_install_alternative mathics3-generate-operator-json-table
+%python_install_alternative mathics3-tokens
%postun
-%python_uninstall_alternative mathics-generate-json-table
+%python_uninstall_alternative mathics3-generate-json-table
+%python_uninstall_alternative mathics3-generate-operator-json-table
+%python_uninstall_alternative mathics3-tokens
%files %{python_files}
-%python_alternative %{_bindir}/mathics-generate-json-table
+%python_alternative %{_bindir}/mathics3-generate-json-table
+%python_alternative %{_bindir}/mathics3-generate-operator-json-table
+%python_alternative %{_bindir}/mathics3-tokens
%{python_sitelib}/%{modname}/
-%{python_sitelib}/Mathics_Scanner-%{version}*.*-info/
+%{python_sitelib}/[Mm]athics_[Ss]canner-%{version}*.*-info/
++++++ mathics_scanner-1.3.1.tar.gz -> mathics_scanner-1.4.1.tar.gz ++++++
++++ 22102 lines of diff (skipped)