New version: py-lockfile 0.12.2 (#27279)

This commit is contained in:
iarspider 2021-11-08 17:56:34 +01:00 committed by GitHub
parent 18d506c7fb
commit 14232b40d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,11 @@ class PyLockfile(PythonPackage):
possibilities it provides than as production-quality code.
"""
pypi = "lockfile/lockfile-0.10.2.tar.gz"
homepage = "https://launchpad.net/pylockfile"
version('0.12.2', sha256='6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799')
version('0.10.2', sha256='9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1')
depends_on("py-setuptools", type='build')
depends_on("py-pbr", type='build')
depends_on("py-pbr@1.8:", type='build', when='@0.12.2:')