Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Mathics-Scanner for 
openSUSE:Factory checked in at 2023-04-18 15:53:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Mathics-Scanner (Old)
 and      /work/SRC/openSUSE:Factory/.python-Mathics-Scanner.new.2023 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Mathics-Scanner"

Tue Apr 18 15:53:00 2023 rev:2 rq:1080027 version:1.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-Mathics-Scanner/python-Mathics-Scanner.changes
    2022-01-31 22:57:32.753491089 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-Mathics-Scanner.new.2023/python-Mathics-Scanner.changes
  2023-04-18 15:53:03.977480079 +0200
@@ -1,0 +2,24 @@
+Mon Apr 10 20:45:44 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 1.3.0:
+  * Add escape-code sequence for 32-bit Unicode
+    (gh#Mathics3/mathics-scanner#48).
+  * Correct Infix and Tilde character symbols
+  * Support double backslash (\\) as a single backslash character
+    (\).
+  * Correct Unicode for ScriptN and ScriptCaptialN
+  * Correct a number of is-letter-like entries.
+  * Accept \u21A6 as symbol for Function.
+  * Change the precedence of |->(Function symbol) to 800 so it
+    isn't interpreted as a | followed by ->
+  * ASCII operator tables can now be generated
+  * Add DifferentialD and Integrate even though we don't have a
+    full set of prefix operators.
+  * More precedence values added to operators
+  * Python 3.11 operation verified
+- Drop 9346764dfd22f011ec7bba9248497383f4b98a3a.patch:
+  incorporated upstream.
+- Requires(post): update-alternatives for correct post scriptlet
+  runs.
+
+-------------------------------------------------------------------

Old:
----
  9346764dfd22f011ec7bba9248497383f4b98a3a.patch
  Mathics_Scanner-1.2.4.tar.gz

New:
----
  Mathics_Scanner-1.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Mathics-Scanner.spec ++++++
--- /var/tmp/diff_new_pack.iqAgDo/_old  2023-04-18 15:53:04.497483074 +0200
+++ /var/tmp/diff_new_pack.iqAgDo/_new  2023-04-18 15:53:04.501483097 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Mathics-Scanner
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,25 +19,26 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-Mathics-Scanner
-Version:        1.2.4
+Version:        1.3.0
 Release:        0
 Summary:        Character Tables and Tokenizer for Mathics and the Wolfram 
Language
 License:        GPL-3.0-only
 URL:            https://mathics.org/
 Source:         
https://files.pythonhosted.org/packages/source/M/Mathics-Scanner/Mathics_Scanner-%{version}.tar.gz
-Patch0:         
https://github.com/Mathics3/mathics-scanner/commit/9346764dfd22f011ec7bba9248497383f4b98a3a.patch
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module chardet}
+BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module click}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module PyYAML}
 # /SECTION
 BuildRequires:  fdupes
+Requires:       python-PyYAML
 Requires:       python-chardet
 Requires:       python-click
-Requires:       python-PyYAML
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 Recommends:     python-ujson
 BuildArch:      noarch
 %python_subpackages
@@ -47,9 +48,9 @@
 
 %prep
 %setup -q -n Mathics_Scanner-%{version}
-%patch0 -p1
 # Fix shbang
-sed -i "s|/usr/bin/env python|/usr/bin/python|" 
mathics_scanner/generate/{build_tables,rl_inputrc}.py
+sed -i "s|/usr/bin/env python|/usr/bin/python3|" 
mathics_scanner/generate/build_tables.py
+sed -i "s|/usr/bin/env python3|/usr/bin/python3|" 
mathics_scanner/generate/rl_inputrc.py
 
 %build
 %python_build
@@ -72,6 +73,7 @@
 
 %files %{python_files}
 %python_alternative %{_bindir}/mathics-generate-json-table
-%{python_sitelib}/*
+%{python_sitelib}/mathics_scanner/
+%{python_sitelib}/Mathics_Scanner-%{version}-py%{python_version}.egg-info/
 
 %changelog

++++++ Mathics_Scanner-1.2.4.tar.gz -> Mathics_Scanner-1.3.0.tar.gz ++++++
++++ 10165 lines of diff (skipped)

Reply via email to