From ba1f67aa81fe16dc564744de736ae7f40070fb46 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sun, 29 Nov 2020 11:45:25 -0700 Subject: [PATCH] Version 1.7. --- sources | 2 +- sympy.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 6167a97..9460559 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sympy-1.6.2.tar.gz) = e16a1d85aba438e4248bac48a163ea1827e2cee57c28f7670ed19cc69d4c08d6796d62f79d245e269d75765b8f7ff4f4ca2841f98534e136ceeb5d3f7a5d252a +SHA512 (sympy-1.7.tar.gz) = f7bdaff7432436dc888e56d4b56d023c8da5cfb54dfa6955cf7999acceedfd5175f910fb9b3c5776145f3dc3036f78e66813cdba4201be854dfa2c5c9f4e9f4d diff --git a/sympy.spec b/sympy.spec index 78df19d..f49377b 100644 --- a/sympy.spec +++ b/sympy.spec @@ -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 - 1.7-1 +- Version 1.7 + * Mon Aug 10 2020 Jerry James - 1.6.2-1 - Version 1.6.2