[sympy] Drop python3-six BR and R now that bz1140413 is fixed. Use gmpy2.

Jerry James jjames at fedoraproject.org
Tue Sep 16 22:52:51 UTC 2014


commit df3a4c6d4500594415dd647c9a42e0300ce661cb
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Tue Sep 16 16:52:29 2014 -0600

    Drop python3-six BR and R now that bz1140413 is fixed.
    Use gmpy2.

 sympy.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/sympy.spec b/sympy.spec
index 0103b90..5d403e7 100644
--- a/sympy.spec
+++ b/sympy.spec
@@ -1,6 +1,6 @@
 Name:           sympy
 Version:        0.7.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Python library for symbolic mathematics
 License:        BSD
 URL:            http://sympy.org/
@@ -24,6 +24,7 @@ BuildRequires:  librsvg2-tools
 BuildRequires:  numpy python3-numpy
 BuildRequires:  numpy-f2py python3-numpy-f2py
 BuildRequires:  python2-devel python3-devel
+BuildRequires:  python-gmpy2 python3-gmpy2
 BuildRequires:  python-matplotlib python3-matplotlib
 BuildRequires:  python-mpmath python3-mpmath
 BuildRequires:  python-sphinx
@@ -33,6 +34,7 @@ BuildRequires:  tex-dvipng
 BuildRequires:  xorg-x11-fonts-Type1
 BuildRequires:  xorg-x11-server-Xvfb
 
+Requires:       python-gmpy2
 Requires:       python-matplotlib
 Requires:       python-mpmath
 Requires:       python-pyglet
@@ -45,14 +47,11 @@ Python and does not require any external libraries.
 
 %package -n python3-%{name}
 Summary:        A Python3 library for symbolic mathematics
+Requires:       python3-gmpy2
 Requires:       python3-matplotlib
 Requires:       python3-mpmath
 Requires:       python3-pyglet
 
-# FIXME: Remove this once bz 1140413 is fixed.
-BuildRequires:  python3-six
-Requires:       python3-six
-
 %description -n python3-%{name}
 SymPy aims to become a full-featured computer algebra system (CAS)
 while keeping the code as simple as possible in order to be
@@ -192,7 +191,11 @@ popd
 %{_docdir}/%{name}-doc/html
 
 %changelog
-* Wed Sep  3 2014 Jerry James <loganjeerry at gmail.com> - 0.7.5-3
+* Tue Sep 16 2014 Jerry James <loganjerry at gmail.com> - 0.7.5-4
+- Drop python3-six BR and R now that bz1140413 is fixed
+- Use gmpy2
+
+* Wed Sep  3 2014 Jerry James <loganjerry at gmail.com> - 0.7.5-3
 - Install both isympy and python3-isympy to comply with packaging standards
 - Add -is-tangent patch (bz 1135677)
 - Temporarily disable tests that fail due to mpmath bugs (bz 1127796)


More information about the scm-commits mailing list