py-keyrings-alt: add 4.1.0 (#29177)

This commit is contained in:
Manuela Kuhn 2022-03-01 15:20:52 +01:00 committed by GitHub
parent 88eb437d94
commit 8cefe38b0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,8 +12,9 @@ class PyKeyringsAlt(PythonPackage):
homepage = "https://github.com/jaraco/keyrings.alt"
pypi = "keyrings.alt/keyrings.alt-4.0.2.tar.gz"
version('4.1.0', sha256='52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2')
version('4.0.2', sha256='cc475635099d6edd7e475c5a479e5b4da5e811a3af04495a1e9ada488d16fe25')
depends_on('python@3.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-setuptools@42:', type='build')
depends_on('py-setuptools-scm+toml@3.4.1:', type='build')