From 5d216063b8692beb5fd0c46211b1a0e943d80a35c50a18f0015c68cdca2cd23f Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 4 Sep 2025 18:10:47 +0000 Subject: [PATCH] Accepting request 1302796 from home:badshah400:branches:science - Update to version 9.0.0: - Enable builds for python 3.13. OBS-URL: https://build.opensuse.org/request/show/1302796 OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics-Django?expand=0&rev=6 --- Mathics_Django-8.0.1.tar.gz | 3 --- mathics_django-9.0.0.tar.gz | 3 +++ python-Mathics-Django.changes | 10 ++++++++++ python-Mathics-Django.spec | 11 +++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 Mathics_Django-8.0.1.tar.gz create mode 100644 mathics_django-9.0.0.tar.gz diff --git a/Mathics_Django-8.0.1.tar.gz b/Mathics_Django-8.0.1.tar.gz deleted file mode 100644 index 94176b3..0000000 --- a/Mathics_Django-8.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f896fef54e0aa19fe2eb13f650540c49481679843101f912f97b30c3c5a99bb3 -size 24237855 diff --git a/mathics_django-9.0.0.tar.gz b/mathics_django-9.0.0.tar.gz new file mode 100644 index 0000000..5d20035 --- /dev/null +++ b/mathics_django-9.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458e64ed7fa1991d38c8d11323caf12f8eb004685b2b63b46e5d64ad47c4d8d2 +size 9916603 diff --git a/python-Mathics-Django.changes b/python-Mathics-Django.changes index d793f3e..746c87f 100644 --- a/python-Mathics-Django.changes +++ b/python-Mathics-Django.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 31 19:59:45 UTC 2025 - Atri Bhattacharya + +- Update to version 9.0.0: + * Support for Python 3.13 added, Python 3.8 and 3.9 dropped. + * Adjust for 9.0.0 Mathics3 Kernel API. + * Adjust tests gallery. + * Add to bottom of docs next/prev. +- Enable builds for python 3.13. + ------------------------------------------------------------------- Thu Jul 10 12:51:28 UTC 2025 - Atri Bhattacharya diff --git a/python-Mathics-Django.spec b/python-Mathics-Django.spec index b1402d0..12255e4 100644 --- a/python-Mathics-Django.spec +++ b/python-Mathics-Django.spec @@ -1,7 +1,7 @@ # # spec file for package python-Mathics-Django # -# Copyright (c) 2025 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 @@ -17,15 +17,14 @@ %define modname mathics_django -%define skip_python313 1 Name: python-Mathics-Django -Version: 8.0.1 +Version: 9.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/Mathics_Django-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/m/mathics-django/%{modname}-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -33,7 +32,7 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module django} BuildRequires: %{python_module Mathics-Scanner >= 1.4.1} -BuildRequires: %{python_module Mathics3 >= 8.0.0} +BuildRequires: %{python_module Mathics3 >= 9.0.0} BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module networkx >= 3.0} BuildRequires: %{python_module pygments} @@ -42,7 +41,7 @@ BuildRequires: %{python_module requests} # /SECTION BuildRequires: fdupes Requires: python-Mathics-Scanner >= 1.4.1 -Requires: python-Mathics3 >= 8.0.0 +Requires: python-Mathics3 >= 9.0.0 Requires: python-django Requires: python-matplotlib Requires: python-networkx >= 3.0