forked from pool/python-Mathics-Django
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 884a37fa4e | |||
| 418c2fdf16 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f896fef54e0aa19fe2eb13f650540c49481679843101f912f97b30c3c5a99bb3
|
||||
size 24237855
|
||||
3
mathics_django-9.0.0.tar.gz
Normal file
3
mathics_django-9.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:458e64ed7fa1991d38c8d11323caf12f8eb004685b2b63b46e5d64ad47c4d8d2
|
||||
size 9916603
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 31 19:59:45 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- 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 <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user