py-toml: add latest version and update checksums to sha256

A version >= 0.9.4 required for py-black.  Added latest, which is
0.10.0.  Manually verified that the .tar.gz for v0.9.3 used to generate
the sha256 matched the previous md5.
This commit is contained in:
Stephen Herbein 2019-02-05 16:02:41 -08:00 committed by Peter Scheibel
parent bdabdb85ed
commit 4e92974ed1

View File

@ -14,7 +14,8 @@ class PyToml(PythonPackage):
homepage = "https://github.com/uiri/toml.git"
url = "https://github.com/uiri/toml/archive/0.9.3.tar.gz"
version('0.9.3', '58e3023a17509dcf4f50581bfc70ff23')
version('0.10.0', sha256='c3821b94be15da61d631bfff45b5c58074f01149792182e68f8690829cabfcf6')
version('0.9.3', sha256='633a90ecb1f5665b58f0c94153fcf519313ef53e1de0eac90929cd6b6a014235')
depends_on('py-setuptools', type='build')
depends_on('python@2.6:2.8,3.3:', type=('build', 'run'))