1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

www/py-multidict: update 6.0.3 → 6.0.4

This commit is contained in:
Dmitry Marakasov 2022-12-26 22:35:16 +03:00
parent 5909852822
commit 8d22ce0698
3 changed files with 8 additions and 6 deletions

View File

@ -1,12 +1,13 @@
PORTNAME= multidict
PORTVERSION= 6.0.3
PORTVERSION= 6.0.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Multidict implementation
WWW= https://github.com/aio-libs/multidict
WWW= https://pypi.org/project/multidict/ \
https://github.com/aio-libs/multidict
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1670267015
SHA256 (multidict-6.0.3.tar.gz) = 2523a29006c034687eccd3ee70093a697129a3ffe8732535d3b2df6a4ecc279d
SIZE (multidict-6.0.3.tar.gz) = 51223
TIMESTAMP = 1672083092
SHA256 (multidict-6.0.4.tar.gz) = 3666906492efb76453c0e7b97f2cf459b0682e7402c0489a95484965dbc1da49
SIZE (multidict-6.0.4.tar.gz) = 51304

View File

@ -1 +1,2 @@
Multidicts are useful for working with HTTP headers, URL query args etc.
Multidict is dict-like collection of key-value pairs where key might
occur more than once in the container.