New versions of py-multidict: 5.1.0 and 5.2.0 (#27332)

This commit is contained in:
iarspider 2021-11-10 18:31:46 +01:00 committed by GitHub
parent ceabb96c89
commit 0e5cc0d79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,11 @@ class PyMultidict(PythonPackage):
homepage = "https://github.com/aio-libs/multidict"
url = "https://github.com/aio-libs/multidict/archive/v4.7.6.tar.gz"
version('5.2.0', sha256='70039c8d0f4883816de230619c9d4ee1b8527b3628a42783e8bc26de4fee1154')
version('5.1.0', sha256='1798708288851b808d2d03ea6046ca51bc44c228aaea12c9643a0a481ee41d8c')
version('4.7.6', sha256='449035f89a12f189579ff83811424c71e4a39e335bcb8045145ad084b7bde2dc')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools@40:', type='build', when='@5.1.0:')
depends_on('python@3.5:', type=('build', 'run'))
depends_on('python@3.6:', type=('build', 'run'), when='@5.1.0:')