Version 1.7.

This commit is contained in:
Jerry James 2020-11-29 11:45:25 -07:00
parent 659c9df0da
commit ba1f67aa81
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (sympy-1.6.2.tar.gz) = e16a1d85aba438e4248bac48a163ea1827e2cee57c28f7670ed19cc69d4c08d6796d62f79d245e269d75765b8f7ff4f4ca2841f98534e136ceeb5d3f7a5d252a
SHA512 (sympy-1.7.tar.gz) = f7bdaff7432436dc888e56d4b56d023c8da5cfb54dfa6955cf7999acceedfd5175f910fb9b3c5776145f3dc3036f78e66813cdba4201be854dfa2c5c9f4e9f4d

View File

@ -1,5 +1,5 @@
Name: sympy
Version: 1.6.2
Version: 1.7
Release: 1%{?dist}
Summary: A Python library for symbolic mathematics
License: BSD
@ -144,7 +144,7 @@ if [ "%{maxpyint}" != "7fffffff" ]; then
# Split into many small chunks to reduce waiting in the end-game
jobs=%{?_smp_mflags}; jobs=${jobs#-j}; jobs=$((jobs * 3))
xvfb-run -a -n $dnum \
xvfb-run -d \
parallel %{?_smp_mflags} \
%{python3} bin/test -v --split {}/$jobs \
::: $(bash -c "echo {1..$jobs}")
@ -174,6 +174,9 @@ fi
%{_docdir}/%{name}-doc/html
%changelog
* Sat Nov 28 2020 Jerry James <loganjerry@gmail.com> - 1.7-1
- Version 1.7
* Mon Aug 10 2020 Jerry James <loganjerry@gmail.com> - 1.6.2-1
- Version 1.6.2