Version 1.6.2.
This commit is contained in:
parent
e245106a60
commit
659c9df0da
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sympy-1.6.1.tar.gz) = 95630b6fad1e41f2d58d1f4f4433ef76d4553f3e119bfdd36048c5880ac7f07d572e901eaae0b5c6208f598989a86ab5e03932a851f8048c584154973be6982c
|
||||
SHA512 (sympy-1.6.2.tar.gz) = e16a1d85aba438e4248bac48a163ea1827e2cee57c28f7670ed19cc69d4c08d6796d62f79d245e269d75765b8f7ff4f4ca2841f98534e136ceeb5d3f7a5d252a
|
||||
|
27
sympy.spec
27
sympy.spec
@ -1,6 +1,6 @@
|
||||
Name: sympy
|
||||
Version: 1.6.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A Python library for symbolic mathematics
|
||||
License: BSD
|
||||
URL: http://sympy.org/
|
||||
@ -52,15 +52,15 @@ Python and does not require any external libraries.
|
||||
%package -n python3-%{name}
|
||||
Summary: A Python3 library for symbolic mathematics
|
||||
Requires: mesa-libGLU
|
||||
Requires: python3dist(cython)
|
||||
Requires: python3dist(fastcache)
|
||||
Requires: python3dist(gmpy2)
|
||||
Requires: python3dist(matplotlib)
|
||||
Requires: python3dist(pyglet)
|
||||
Requires: %{py3_dist cython}
|
||||
Requires: %{py3_dist fastcache}
|
||||
Requires: %{py3_dist gmpy2}
|
||||
Requires: %{py3_dist matplotlib}
|
||||
Requires: %{py3_dist pyglet}
|
||||
|
||||
Recommends: python3dist(numexpr)
|
||||
Recommends: python3dist(scipy)
|
||||
Recommends: python3dist(theano)
|
||||
Recommends: %{py3_dist numexpr}
|
||||
Recommends: %{py3_dist scipy}
|
||||
Recommends: %{py3_dist theano}
|
||||
|
||||
%description -n python3-%{name}
|
||||
SymPy aims to become a full-featured computer algebra system (CAS)
|
||||
@ -106,7 +106,7 @@ done
|
||||
|
||||
# Build the documentation
|
||||
pushd doc
|
||||
make html SPHINXOPTS=%{?_smp_mflags} PYTHON=%{__python3}
|
||||
make html SPHINXOPTS=%{?_smp_mflags} PYTHON=%{python3}
|
||||
make cheatsheet
|
||||
popd
|
||||
|
||||
@ -146,7 +146,7 @@ if [ "%{maxpyint}" != "7fffffff" ]; then
|
||||
|
||||
xvfb-run -a -n $dnum \
|
||||
parallel %{?_smp_mflags} \
|
||||
%{__python3} bin/test -v --split {}/$jobs \
|
||||
%{python3} bin/test -v --split {}/$jobs \
|
||||
::: $(bash -c "echo {1..$jobs}")
|
||||
fi
|
||||
|
||||
@ -174,6 +174,9 @@ fi
|
||||
%{_docdir}/%{name}-doc/html
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2020 Jerry James <loganjerry@gmail.com> - 1.6.2-1
|
||||
- Version 1.6.2
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user