New verison of py-mpmath: 1.2.1 (#27331)

This commit is contained in:
iarspider 2021-11-10 18:33:20 +01:00 committed by GitHub
parent 0e5cc0d79b
commit 4633f19971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,10 @@ class PyMpmath(PythonPackage):
homepage = "https://mpmath.org"
pypi = "mpmath/mpmath-1.0.0.tar.gz"
version('1.2.1', sha256='79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a')
version('1.1.0', sha256='fc17abe05fbab3382b61a123c398508183406fa132e0223874578e20946499f6')
version('1.0.0', sha256='04d14803b6875fe6d69e6dccea87d5ae5599802e4b1df7997bddd2024001050c')
version('0.19', sha256='68ddf6426dcda445323467d89892d2cffbbd1ae0b31ac1241b1b671749d63222')
depends_on('py-setuptools@36.7.0:', type='build', when='@1.2.0:')
depends_on('py-setuptools-scm@1.7.0:', type='build', when='@1.2.0:')