python3-multidict: update to 4.2.0.
Closes #13516. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
86aafb2091
commit
9e12c8d8a6
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'python3-multidict'
|
# Template file for 'python3-multidict'
|
||||||
pkgname=python3-multidict
|
pkgname=python3-multidict
|
||||||
version=4.1.0
|
version=4.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="multidict-${version}"
|
wrksrc="multidict-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="multidict"
|
pycompile_module="multidict"
|
||||||
hostmakedepends="python3-setuptools python3-Cython"
|
hostmakedepends="python3-Cython python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
short_desc="Multidict implementation from aiohttp"
|
short_desc="Multidict implementation from aiohttp"
|
||||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/aio-libs/multidict"
|
homepage="https://github.com/aio-libs/multidict"
|
||||||
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
|
distfiles="https://github.com/aio-libs/multidict/archive/v${version}.tar.gz"
|
||||||
checksum=40ffcd64b61e5d55f490036e4ab402a13890a49f6a52bbe39113091ac615238e
|
checksum=e449839b6f272ec63687c3451dc6d3726491f6a267b701b1bf7549148aaa00c7
|
||||||
|
|
Loading…
Add table
Reference in a new issue