py-duecredit: add 0.9.2 (#38002)

This commit is contained in:
Manuela Kuhn 2023-05-30 21:33:54 +02:00 committed by GitHub
parent f88b01c34b
commit 0d582b2ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,12 @@ class PyDuecredit(PythonPackage):
homepage = "https://github.com/duecredit/duecredit" homepage = "https://github.com/duecredit/duecredit"
pypi = "duecredit/duecredit-0.9.1.tar.gz" pypi = "duecredit/duecredit-0.9.1.tar.gz"
version("0.9.2", sha256="0e0fd87e9e46ce6c94308e9f780c203fe836d89628404f8bf5af96a7457bed1c")
version("0.9.1", sha256="f6192ce9315b35f6a67174761291e61d0831e496e8ff4acbc061731e7604faf8") version("0.9.1", sha256="f6192ce9315b35f6a67174761291e61d0831e496e8ff4acbc061731e7604faf8")
version("0.6.5", sha256="da3746c24f048e1b2e9bd15c001f0f453a29780ebb9d26367f478a63d15dee9b") version("0.6.5", sha256="da3746c24f048e1b2e9bd15c001f0f453a29780ebb9d26367f478a63d15dee9b")
depends_on("python@3.6:", when="@0.9:", type=("build", "run"))
depends_on("py-setuptools", type="build") depends_on("py-setuptools", type="build")
depends_on("py-requests", type=("build", "run")) depends_on("py-requests", type=("build", "run"))
depends_on("py-citeproc-py@0.4:", type=("build", "run")) depends_on("py-citeproc-py@0.4:", type=("build", "run"))
depends_on("py-six", type=("build", "run")) depends_on("py-six", type=("build", "run"))