10
0
2022-08-12 14:06:36 +00:00
committed by Git OBS Bridge
5 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:caeb4ce0234758367d9e3d7ef8d351ed3b7290d1bc52b7b1c99a7512d788b5bc
size 2876683

3
Mathics3-5.0.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:659293bf49c9654c6350bb2a26d1edc0bde79d0fed280e0ebc18a585cca6f2b5
size 2891427

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 10 19:32:00 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.0.2:
* Rerelease to get requirements-cython.txt into tarball.
- Changes from version 5.0.1:
* format and do_format methods were removed from the interface
of BaseElement, becoming non-member functions.
* The class BoxElement was introduced as a base for boxing
elements.
* New Builtin 'Inverse Gudermannian'.
* Documentation Hyperbolic functions were split off form
trigonometry and exponential functions. More url links were
added.
* Bugs *r Creating a complex number from Infinity no longer
crashes and returns 'I * Infinity'
- Drop requirements-cython.txt as additional source: now included
in source tarball.
-------------------------------------------------------------------
Sun Jul 31 20:48:13 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -31,15 +31,13 @@
%define skip_python2 1
%define pyname Mathics3
Name: python-Mathics%{psuffix}
Version: 5.0.0
Version: 5.0.2
Release: 0
Summary: A general-purpose computer algebra system
# 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.github.io/
Source0: https://github.com/Mathics3/mathics-core/releases/download/%{version}/%{pyname}-%{version}.tar.gz
# File missing from tagged tarball
Source1: https://raw.githubusercontent.com/Mathics3/mathics-core/%{version}/requirements-cython.txt
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Django >= 1.8}
BuildRequires: %{python_module colorama}
@@ -88,8 +86,6 @@ Mathics is a general-purpose computer algebra system (CAS). It is meant to be a
%prep
%setup -q -n %{pyname}-%{version}
cp %{SOURCE1} ./
# FIX SPURIOUS EXEC PERMISSIONS
chmod -x ./mathics/data/ExampleData/{numberdata.csv,InventionNo1.xml}
chmod -x ./mathics/packages/SciDraw/*.m

View File

@@ -1,2 +0,0 @@
# Optional packages which add functionality or speed things up
cython # To speed up building