New version: py-fasteners 0.16.3 (#27006)

This commit is contained in:
iarspider 2021-10-28 20:15:50 +02:00 committed by GitHub
parent 8ca3a0fdf8
commit 5faa457a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,10 @@ class PyFasteners(PythonPackage):
homepage = "https://github.com/harlowja/fasteners"
pypi = "fasteners/fasteners-0.14.1.tar.gz"
version('0.16.3', sha256='b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de')
version('0.14.1', sha256='427c76773fe036ddfa41e57d89086ea03111bbac57c55fc55f3006d027107e18')
depends_on('py-setuptools', type='build')
depends_on('py-monotonic@0.1:', type=('build', 'run'))
depends_on('py-monotonic@0.1:', type=('build', 'run'), when='@0.14.1')
depends_on('py-monotonic@0.1:', type=('build', 'run'), when='@0.16.3: ^python@:3.3')
depends_on('py-six', type=('build', 'run'))