py-iso8601: add 1.0.2 (#29128)

This commit is contained in:
Manuela Kuhn 2022-02-22 21:21:54 +01:00 committed by GitHub
parent ed447e1ac7
commit 535262844b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,13 @@
class PyIso8601(PythonPackage):
"""Simple module to parse ISO 8601 dates"""
homepage = "https://pyiso8601.readthedocs.io/en/latest/"
homepage = "https://github.com/micktwomey/pyiso8601"
pypi = "iso8601/iso8601-0.1.14.tar.gz"
version('1.0.2', sha256='27f503220e6845d9db954fb212b95b0362d8b7e6c1b2326a87061c3de93594b1')
version('0.1.14', sha256='8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79')
depends_on('py-setuptools', type='build')
depends_on('python@3.6.2:3', when='@1:', type=('build', 'run'))
depends_on('py-poetry-core@1:', when='@1:', type='build')
depends_on('py-setuptools', when='@:0', type='build')