diff --git a/Mathics3-5.0.0.tar.gz b/Mathics3-5.0.0.tar.gz deleted file mode 100644 index ca8b365..0000000 --- a/Mathics3-5.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caeb4ce0234758367d9e3d7ef8d351ed3b7290d1bc52b7b1c99a7512d788b5bc -size 2876683 diff --git a/Mathics3-5.0.2.tar.gz b/Mathics3-5.0.2.tar.gz new file mode 100644 index 0000000..46e96e7 --- /dev/null +++ b/Mathics3-5.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659293bf49c9654c6350bb2a26d1edc0bde79d0fed280e0ebc18a585cca6f2b5 +size 2891427 diff --git a/python-Mathics.changes b/python-Mathics.changes index 79f0533..eeb1e9a 100644 --- a/python-Mathics.changes +++ b/python-Mathics.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Aug 10 19:32:00 UTC 2022 - Atri Bhattacharya + +- 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 diff --git a/python-Mathics.spec b/python-Mathics.spec index 8cfb87e..9b122a6 100644 --- a/python-Mathics.spec +++ b/python-Mathics.spec @@ -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 diff --git a/requirements-cython.txt b/requirements-cython.txt deleted file mode 100644 index 1168263..0000000 --- a/requirements-cython.txt +++ /dev/null @@ -1,2 +0,0 @@ -# Optional packages which add functionality or speed things up -cython # To speed up building