Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Mathics-Django for 
openSUSE:Factory checked in at 2026-05-20 15:24:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Mathics-Django (Old)
 and      /work/SRC/openSUSE:Factory/.python-Mathics-Django.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Mathics-Django"

Wed May 20 15:24:12 2026 rev:4 rq:1354078 version:10.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-Mathics-Django/python-Mathics-Django.changes  
    2025-09-05 21:44:02.910505643 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Mathics-Django.new.1966/python-Mathics-Django.changes
    2026-05-20 15:24:57.531221250 +0200
@@ -1,0 +2,15 @@
+Fri May 15 12:56:40 UTC 2026 - Atri Bhattacharya <[email protected]>
+
+- Update to version 10.0.0:
+  * Add support for Python 3.14; drop 3.10 support.
+  * Renamed to Mathics3-django; Mathics3 logo (re)created.
+  * Adjust for 10.0.0 API and changes to Boxing output.
+  * Added TeXForm rendering controlled by Settings`$RenderTeXForm.
+  * Supports mathics-threejs-backend 1.3.3 (fixes a bug in point
+    size handling) and three.js r184.
+  * Support for production ASGI server via Daphne.
+  * Reduce JavaScript console warnings.
+  * Mathics3Server command-line program added to run Django
+    manage.py.
+
+-------------------------------------------------------------------

Old:
----
  mathics_django-9.0.0.tar.gz

New:
----
  mathics3_django-10.0.0.tar.gz

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

Other differences:
------------------
++++++ python-Mathics-Django.spec ++++++
--- /var/tmp/diff_new_pack.OSk7FO/_old  2026-05-20 15:24:58.119245479 +0200
+++ /var/tmp/diff_new_pack.OSk7FO/_new  2026-05-20 15:24:58.123245644 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Mathics-Django
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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
@@ -16,22 +16,22 @@
 #
 
 
-%define modname mathics_django
+%define modname mathics3_django
 Name:           python-Mathics-Django
-Version:        9.0.0
+Version:        10.0.0
 Release:        0
 Summary:        A Django front end for Mathics3
 # Mathics itself is licensed as GPL-3.0 but it includes third-party software 
with MIT, BSD-3-Clause, and Apache-2.0 Licensing; also includes data from 
wikipedia licensed under CC-BY-SA-3.0 and GFDL-1.3
 License:        Apache-2.0 AND BSD-3-Clause AND GPL-3.0-only AND MIT
 URL:            https://mathics.org/
-Source:         
https://files.pythonhosted.org/packages/source/m/mathics-django/%{modname}-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/m/mathics3-django/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
 BuildRequires:  %{python_module django}
-BuildRequires:  %{python_module Mathics-Scanner >= 1.4.1}
+BuildRequires:  %{python_module Mathics-Scanner >= 10.0.0}
 BuildRequires:  %{python_module Mathics3 >= 9.0.0}
 BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module networkx >= 3.0}
@@ -40,13 +40,14 @@
 BuildRequires:  %{python_module requests}
 # /SECTION
 BuildRequires:  fdupes
-Requires:       python-Mathics-Scanner >= 1.4.1
-Requires:       python-Mathics3 >= 9.0.0
+Requires:       python-Mathics-Scanner >= 10.0.0
+Requires:       python-Mathics3 >= 10.0.0
 Requires:       python-django
 Requires:       python-matplotlib
 Requires:       python-networkx >= 3.0
 Requires:       python-pygments
 Requires:       python-requests
+Provides:       python-Mathics3-Django
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
@@ -57,7 +58,7 @@
 browser.
 
 %prep
-%autosetup -p1 -n mathics_django-%{version}
+%autosetup -p1 -n %{modname}-%{version}
 find ./ -name *~ -delete -print
 find ./mathics_django/web/ -name *.js -exec chmod -x {} \;
 sed -Ei "1{\@^#\!/usr/bin/env python@d}" 
./mathics_django/{docpipeline,manage,server}.py
@@ -69,7 +70,7 @@
 
 %install
 %pyproject_install
-%python_clone -a %{buildroot}%{_bindir}/mathicsserver
+%python_clone -a %{buildroot}%{_bindir}/Mathics3Server
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -81,13 +82,13 @@
 }
 
 %post
-%python_install_alternative mathicsserver
+%python_install_alternative Mathics3Server
 
 %postun
-%python_uninstall_alternative mathicsserver
+%python_uninstall_alternative Mathics3Server
 
 %files %{python_files}
-%python_alternative %{_bindir}/mathicsserver
+%python_alternative %{_bindir}/Mathics3Server
 %{python_sitelib}/mathics_django/
 %{python_sitelib}/%{modname}-%{version}.dist-info/
 

++++++ mathics_django-9.0.0.tar.gz -> mathics3_django-10.0.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Mathics-Django/mathics_django-9.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-Mathics-Django.new.1966/mathics3_django-10.0.0.tar.gz
 differ: char 5, line 1

Reply via email to