openPMD-validator: 1.1.0.2 (#27514)

Add the latest versions.
This commit is contained in:
Axel Huebl 2021-11-17 14:26:23 -08:00 committed by GitHub
parent 684d9cef23
commit 367c3d8a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,13 @@ class PyOpenpmdValidator(PythonPackage):
openPMD is an open standard for particle-mesh data files.""" openPMD is an open standard for particle-mesh data files."""
homepage = "https://www.openPMD.org" homepage = "https://www.openPMD.org"
url = "https://github.com/openPMD/openPMD-validator/archive/1.0.0.2.tar.gz" url = "https://github.com/openPMD/openPMD-validator/archive/refs/tags/1.1.0.2.tar.gz"
git = "https://github.com/openPMD/openPMD-validator.git"
maintainers = ['ax3l'] maintainers = ['ax3l']
version('1.1.0.2', sha256='b30be7957c2e1e7de67d81fad64492c3a1ecd25db231293d896da116a71ecca5')
version('1.1.0.1', sha256='93031f50ddeb747ebd6aabca249aa6bf0491d570de56746d7a98d6453427f191')
version('1.0.0.2', sha256='1b97452991feb0f0ac1ffb3c92b7f9743a86b0b5390dbbfb21160e04f0a35a95') version('1.0.0.2', sha256='1b97452991feb0f0ac1ffb3c92b7f9743a86b0b5390dbbfb21160e04f0a35a95')
depends_on('py-setuptools', type='build') depends_on('py-setuptools', type='build')