py-multidict: add 6.0.4 (#38284)
This commit is contained in:
parent
456550da3f
commit
8ffeb4900b
1 changed files with 4 additions and 4 deletions
|
@ -13,13 +13,13 @@ class PyMultidict(PythonPackage):
|
|||
homepage = "https://github.com/aio-libs/multidict"
|
||||
pypi = "multidict/multidict-6.0.2.tar.gz"
|
||||
|
||||
version("6.0.4", sha256="3666906492efb76453c0e7b97f2cf459b0682e7402c0489a95484965dbc1da49")
|
||||
version("6.0.2", sha256="5ff3bd75f38e4c43f1f470f2df7a4d430b821c4ce22be384e1459cb57d6bb013")
|
||||
version("5.2.0", sha256="0dd1c93edb444b33ba2274b66f63def8a327d607c6c790772f448a53b6ea59ce")
|
||||
version("5.1.0", sha256="25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5")
|
||||
version("4.7.6", sha256="fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430")
|
||||
|
||||
depends_on("python@3.7:", when="@6:", type=("build", "run"))
|
||||
depends_on("python@3.6:", when="@5.1:", type=("build", "run"))
|
||||
depends_on("python@3.5:", type=("build", "run"))
|
||||
depends_on("py-pip@18:", when="@:4", type="build")
|
||||
depends_on("py-setuptools@40:", type="build")
|
||||
|
||||
# Historical dependencies
|
||||
depends_on("py-pip@18:", when="@:4", type="build")
|
||||
|
|
Loading…
Reference in a new issue