New version: py-tomlkit 0.7.2 (#27633)

This commit is contained in:
iarspider 2021-11-26 21:11:20 +01:00 committed by GitHub
parent eb42514124
commit 8138ebaa32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyTomlkit(PythonPackage):
homepage = "https://github.com/sdispater/tomlkit"
pypi = "tomlkit/tomlkit-0.7.0.tar.gz"
version('0.7.2', sha256='d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754')
version('0.7.0', sha256='ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618')
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))