py-hepdata-validator: Add version 0.2.3 and 0.3.0 (#26496)

Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
This commit is contained in:
haralmha 2021-10-06 04:15:06 +02:00 committed by GitHub
parent c97c135f1d
commit 0c02f6c36d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ class PyHepdataValidator(PythonPackage):
tags = ['hep']
version('0.3.0', sha256='d603ddf908ce3838bac09bf7334184db4b35f03e2b215572c67b5e1fabbf0d9b')
version('0.2.3', sha256='314e75eae7d4a134bfc8291440259839d82aabefdd720f237c0bf8ea5c9be4dc')
version('0.1.16', sha256='3d7f725328ecdbb66826bff2e48a40a1d9234249859c8092ca0e92be7fb78111')
version('0.1.15', sha256='1030654b1a1cfc387c2759f8613f033da467c8182dc027e181227aeb52854bb2')
version('0.1.14', sha256='d1596741fb26be234c2adb6972306908f09b049dc670d8312cf2636f1a615a52')
@ -22,3 +24,4 @@ class PyHepdataValidator(PythonPackage):
depends_on('py-setuptools', type='build')
depends_on('py-jsonschema', type=('build', 'run'))
depends_on('py-pyyaml', type=('build', 'run'))
depends_on('py-requests', type=('build', 'run'))