python/python3-multidict: Updated for version 5.1.0.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2021-02-13 01:42:38 +00:00 committed by Willy Sudiarto Raharjo
parent d378226564
commit bc5d42a0eb
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for python3-multidict
# Copyright 2019-2020 Isaac Yu <isaacyu1@isaacyu1.com>
# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python3-multidict
VERSION=${VERSION:-4.7.6}
VERSION=${VERSION:-5.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-multidict"
VERSION="4.7.6"
VERSION="5.1.0"
HOMEPAGE="https://multidict.readthedocs.io/en/stable/"
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v4.7.6/multidict-4.7.6.tar.gz"
MD5SUM="819045033522109102e366f25a70aac8"
DOWNLOAD="https://github.com/aio-libs/multidict/archive/v5.1.0/multidict-5.1.0.tar.gz"
MD5SUM="78fd6c8b34823a3e05706c66dd1d05a1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-Cython"

View file

@ -8,8 +8,8 @@
|-----handy-ruler------------------------------------------------------|
python3-multidict: python3-multidict (Asyncio-based multidict implementation)
python3-multidict:
python3-multidict: Multidict is dict-like collection of key-value pairs where key might
python3-multidict: be occurred more than once in the container.
python3-multidict: Multidict is dict-like collection of key-value pairs where key might
python3-multidict: be occurred more than once in the container.
python3-multidict:
python3-multidict: https://multidict.readthedocs.io/en/stable/
python3-multidict: