diff options
author | adam <adam@pkgsrc.org> | 2020-11-16 13:14:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-11-16 13:14:49 +0000 |
commit | 662c6f11e2819daf5fc026eec72b0deca5346985 (patch) | |
tree | 86ed103633f8cc70f33742ab408fc30e8001de6a /www/py-yarl/Makefile | |
parent | 0fd80a98eb211f4fd0c52e7b2347c18d8aa09e7e (diff) | |
download | pkgsrc-662c6f11e2819daf5fc026eec72b0deca5346985.tar.gz |
py-yarl: updated to 1.6.3
1.6.3:
Bugfixes
- No longer loose characters when decoding incorrect percent-sequences (like ``%e2%82%f8``). All non-decodable percent-sequences are now preserved.
- Provide x86 Windows wheels.
Diffstat (limited to 'www/py-yarl/Makefile')
-rw-r--r-- | www/py-yarl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/py-yarl/Makefile b/www/py-yarl/Makefile index 948466a1ade..945f195e3cb 100644 --- a/www/py-yarl/Makefile +++ b/www/py-yarl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2020/10/14 13:26:36 adam Exp $ +# $NetBSD: Makefile,v 1.25 2020/11/16 13:14:49 adam Exp $ -DISTNAME= yarl-1.6.2 +DISTNAME= yarl-1.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/} |