py-keyrings-alt: add 4.2.0 (#34262)

* py-keyrings-alt: add 4.2.0

* Add missing py-jaraco-classes dependency
This commit is contained in:
Manuela Kuhn 2022-12-02 17:08:53 +01:00 committed by GitHub
parent 69dd742dc9
commit 10d10b612a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,14 @@ class PyKeyringsAlt(PythonPackage):
homepage = "https://github.com/jaraco/keyrings.alt"
pypi = "keyrings.alt/keyrings.alt-4.0.2.tar.gz"
version("4.2.0", sha256="2ba3d56441ba0637f5f9c096068f67010ac0453f9d0b626de2aa3019353b6431")
version("4.1.0", sha256="52ccb61d6f16c10f32f30d38cceef7811ed48e086d73e3bae86f0854352c4ab2")
version("4.0.2", sha256="cc475635099d6edd7e475c5a479e5b4da5e811a3af04495a1e9ada488d16fe25")
depends_on("python@3.7:", when="@4.2:", type=("build", "run"))
depends_on("python@3.6:", type=("build", "run"))
depends_on("py-setuptools@56:", when="@4.2:", type="build")
depends_on("py-setuptools@42:", type="build")
depends_on("py-setuptools-scm+toml@3.4.1:", type="build")
depends_on("py-jaraco-classes", when="@4.1.2:", type=("build", "run"))