py-toml: add v0.10.2 (#20562)

This commit is contained in:
Adam J. Stewart 2020-12-27 04:47:03 -06:00 committed by GitHub
parent 860825ee14
commit d8b265ba17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,11 @@ class PyToml(PythonPackage):
https://github.com/toml-lang/toml.git"""
homepage = "https://github.com/uiri/toml.git"
url = "https://github.com/uiri/toml/archive/0.9.3.tar.gz"
url = "https://github.com/uiri/toml/archive/0.10.2.tar.gz"
version('0.10.2', sha256='71d4039bbdec91e3e7591ec5d6c943c58f9a2d17e5f6783acdc378f743fcdd2a')
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'))
phases = ['build', 'check', 'install']