py-nexusforge: add new version, fix dependencies (#42189)
This commit is contained in:
		| @@ -17,6 +17,7 @@ class PyNexusforge(PythonPackage): | |||||||
| 
 | 
 | ||||||
|     license("Apache-2.0") |     license("Apache-2.0") | ||||||
| 
 | 
 | ||||||
|  |     version("0.8.1", sha256="eb2909cbec185e7a73191c1be1e62902a0d8534f0d93454ef3e4e3b18b5129cf") | ||||||
|     version("0.8.0", sha256="4358505ead26e41c2a0c4e6113cf3a486c9661e2a3899394497a2b5a94b70424") |     version("0.8.0", sha256="4358505ead26e41c2a0c4e6113cf3a486c9661e2a3899394497a2b5a94b70424") | ||||||
|     version("0.7.0", sha256="a8d2951d9ad18df9f2f4db31a4c18fcdd27bfcec929b03a3c91f133ea439413c") |     version("0.7.0", sha256="a8d2951d9ad18df9f2f4db31a4c18fcdd27bfcec929b03a3c91f133ea439413c") | ||||||
| 
 | 
 | ||||||
| @@ -31,6 +32,8 @@ class PyNexusforge(PythonPackage): | |||||||
|     depends_on("py-nexus-sdk", type=("build", "run")) |     depends_on("py-nexus-sdk", type=("build", "run")) | ||||||
|     depends_on("py-aiohttp", type=("build", "run")) |     depends_on("py-aiohttp", type=("build", "run")) | ||||||
|     depends_on("py-rdflib@6.0.0:", type=("build", "run")) |     depends_on("py-rdflib@6.0.0:", type=("build", "run")) | ||||||
|  |     depends_on("py-rdflib@6.2.0", type=("build", "run"), when="@0.8.1") | ||||||
|  |     depends_on("py-rdflib@6.3.2", type=("build", "run"), when="@0.8.2:") | ||||||
|     depends_on("py-pyld", type=("build", "run")) |     depends_on("py-pyld", type=("build", "run")) | ||||||
|     depends_on("py-pyshacl@0.17.2", type=("build", "run")) |     depends_on("py-pyshacl@0.17.2", type=("build", "run")) | ||||||
|     depends_on("py-nest-asyncio@1.5.1:", type=("build", "run")) |     depends_on("py-nest-asyncio@1.5.1:", type=("build", "run")) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matthias Wolf
					Matthias Wolf