Add checksum for py-keyring 23.9.1 (#33185)
* Add checksum for py-keyring 23.9.1 * Update package.py
This commit is contained in:
parent
f76a3a1a73
commit
bd263b71da
1 changed files with 4 additions and 2 deletions
|
@ -14,6 +14,7 @@ class PyKeyring(PythonPackage):
|
||||||
homepage = "https://github.com/jaraco/keyring"
|
homepage = "https://github.com/jaraco/keyring"
|
||||||
pypi = "keyring/keyring-23.0.1.tar.gz"
|
pypi = "keyring/keyring-23.0.1.tar.gz"
|
||||||
|
|
||||||
|
version("23.9.1", sha256="39e4f6572238d2615a82fcaa485e608b84b503cf080dc924c43bbbacb11c1c18")
|
||||||
version("23.5.0", sha256="9012508e141a80bd1c0b6778d5c610dd9f8c464d75ac6774248500503f972fb9")
|
version("23.5.0", sha256="9012508e141a80bd1c0b6778d5c610dd9f8c464d75ac6774248500503f972fb9")
|
||||||
version("23.2.1", sha256="6334aee6073db2fb1f30892697b1730105b5e9a77ce7e61fca6b435225493efe")
|
version("23.2.1", sha256="6334aee6073db2fb1f30892697b1730105b5e9a77ce7e61fca6b435225493efe")
|
||||||
version("23.2.0", sha256="1e1970dcecde00c59ff6033d69cee3b283cd0d7cbad78b0dc4cdd15c8a28bcf8")
|
version("23.2.0", sha256="1e1970dcecde00c59ff6033d69cee3b283cd0d7cbad78b0dc4cdd15c8a28bcf8")
|
||||||
|
@ -39,8 +40,9 @@ class PyKeyring(PythonPackage):
|
||||||
)
|
)
|
||||||
depends_on("py-secretstorage", when="platform=linux", type=("build", "run"))
|
depends_on("py-secretstorage", when="platform=linux", type=("build", "run"))
|
||||||
depends_on("py-jeepney@0.4.2:", when="@21: platform=linux", type=("build", "run"))
|
depends_on("py-jeepney@0.4.2:", when="@21: platform=linux", type=("build", "run"))
|
||||||
depends_on("py-importlib-metadata@3.6:", when="@23:", type=("build", "run"))
|
depends_on("py-importlib-metadata@3.6:", when="@23: ^python@:3.9", type=("build", "run"))
|
||||||
depends_on("py-importlib-metadata@1:", when="@21:", type=("build", "run"))
|
depends_on("py-importlib-metadata@1:", when="@21:22", type=("build", "run"))
|
||||||
depends_on("py-importlib-metadata", when="@20:", type=("build", "run"))
|
depends_on("py-importlib-metadata", when="@20:", type=("build", "run"))
|
||||||
|
depends_on("py-jaraco-classes", when="@23.9.1:", type=("build", "run"))
|
||||||
|
|
||||||
# TODO: additional dependency on pywin32-ctypes required for Windows
|
# TODO: additional dependency on pywin32-ctypes required for Windows
|
||||||
|
|
Loading…
Reference in a new issue