From d8a97c2004b8a98dd42c3686b8f8300a7bff482bee530a508f303da63d7ebb1d Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Wed, 16 Jul 2025 13:45:08 +0000 Subject: [PATCH] Accepting request 1291774 from home:badshah400:GCC15 Fix build failures due to dist-info naming scheme change. OBS-URL: https://build.opensuse.org/request/show/1291774 OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics-Django?expand=0&rev=4 --- python-Mathics-Django.changes | 5 +++++ python-Mathics-Django.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-Mathics-Django.changes b/python-Mathics-Django.changes index cea3f9d..d793f3e 100644 --- a/python-Mathics-Django.changes +++ b/python-Mathics-Django.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 10 12:51:28 UTC 2025 - Atri Bhattacharya + +- Fix build failures due to dist-info naming scheme change. + ------------------------------------------------------------------- Sat Feb 8 16:39:57 UTC 2025 - Atri Bhattacharya diff --git a/python-Mathics-Django.spec b/python-Mathics-Django.spec index 8b40f93..b1402d0 100644 --- a/python-Mathics-Django.spec +++ b/python-Mathics-Django.spec @@ -16,7 +16,7 @@ # -%define modname Mathics_Django +%define modname mathics_django %define skip_python313 1 Name: python-Mathics-Django Version: 8.0.1 @@ -26,10 +26,10 @@ Summary: A Django front end for Mathics3 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 -BuildRequires: python-rpm-macros 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} @@ -41,9 +41,9 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} # /SECTION BuildRequires: fdupes -Requires: python-django Requires: python-Mathics-Scanner >= 1.4.1 Requires: python-Mathics3 >= 8.0.0 +Requires: python-django Requires: python-matplotlib Requires: python-networkx >= 3.0 Requires: python-pygments