Add extra version of py-defusedxml (#14972)

* Add extra version of py-defusedxml

* Update package.py

* Update var/spack/repos/builtin/packages/py-defusedxml/package.py

Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
iarspider 2020-02-18 18:50:19 +01:00 committed by GitHub
parent 1f54627cee
commit db9ccc21b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ class PyDefusedxml(PythonPackage):
homepage = "https://github.com/tiran/defusedxml"
url = "https://pypi.io/packages/source/d/defusedxml/defusedxml-0.5.0.tar.gz"
version('0.6.0', sha256='f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5')
version('0.5.0', sha256='24d7f2f94f7f3cb6061acb215685e5125fbcdc40a857eff9de22518820b0a4f4')
depends_on('py-setuptools', type='build')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))