py-vcrpy: add 5.1.0 (#40075)
This commit is contained in:
parent
62e94b0cb7
commit
452e56f467
@ -12,14 +12,17 @@ class PyVcrpy(PythonPackage):
|
||||
homepage = "https://github.com/kevin1024/vcrpy"
|
||||
pypi = "vcrpy/vcrpy-4.1.1.tar.gz"
|
||||
|
||||
version("5.1.0", sha256="bbf1532f2618a04f11bce2a99af3a9647a32c880957293ff91e0a5f187b6b3d2")
|
||||
version("4.2.1", sha256="7cd3e81a2c492e01c281f180bcc2a86b520b173d2b656cb5d89d99475423e013")
|
||||
version("4.1.1", sha256="57095bf22fc0a2d99ee9674cdafebed0f3ba763018582450706f7d3a74fff599")
|
||||
|
||||
depends_on("python@3.7:", when="@4.2:", type=("build", "run"))
|
||||
depends_on("python@3.5:", type=("build", "run"))
|
||||
depends_on("python@3.8:", when="@5:", type=("build", "run"))
|
||||
depends_on("py-setuptools", type="build")
|
||||
|
||||
depends_on("py-pyyaml", type=("build", "run"))
|
||||
depends_on("py-wrapt", type=("build", "run"))
|
||||
depends_on("py-six@1.5:", type=("build", "run"))
|
||||
depends_on("py-yarl", type=("build", "run"))
|
||||
depends_on("py-urllib3@:1", when="@4.3.1: ^python@:3.9", type=("build", "run"))
|
||||
|
||||
# Historical dependencies
|
||||
depends_on("py-six@1.5:", when="@:5.0", type=("build", "run"))
|
||||
|
Loading…
Reference in New Issue
Block a user