Tue Nov 14 11:07:37 2017 UTC ()
py-yarl: updated to 0.14.2

0.14.2:
Restore strict parameter as no-op in quote/unquote

0.14.1:
Restore strict parameter as no-op for sake of compatibility with aiohttp 2.2

0.14.0:
Drop strict mode
Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url


(adam)
diff -r1.2 -r1.3 pkgsrc/www/py-yarl/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-yarl/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/www/py-yarl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-yarl/Makefile 2017/10/02 12:50:55 1.2
+++ pkgsrc/www/py-yarl/Makefile 2017/11/14 11:07:37 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2017/10/02 12:50:55 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2017/11/14 11:07:37 adam Exp $
2 2
3DISTNAME= yarl-0.13.0 3DISTNAME= yarl-0.14.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/aio-libs/yarl/ 9HOMEPAGE= https://github.com/aio-libs/yarl/
10COMMENT= Yet another URL library 10COMMENT= Yet another URL library
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-multidict>=2.0:../../databases/py-multidict 13DEPENDS+= ${PYPKGPREFIX}-multidict>=2.0:../../databases/py-multidict
14 14
15PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16 16

cvs diff -r1.2 -r1.3 pkgsrc/www/py-yarl/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-yarl/distinfo 2017/10/02 12:50:55 1.2
+++ pkgsrc/www/py-yarl/distinfo 2017/11/14 11:07:37 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2017/10/02 12:50:55 adam Exp $ 1$NetBSD: distinfo,v 1.3 2017/11/14 11:07:37 adam Exp $
2 2
3SHA1 (yarl-0.13.0.tar.gz) = 57cb103d3cda5516054c71ec9b789f96b9cd63fe 3SHA1 (yarl-0.14.2.tar.gz) = 9982ecf16c93d22233ff5e066e0a28762a1ec240
4RMD160 (yarl-0.13.0.tar.gz) = bd99262b65f83cde4bbeb9ad3b6ea5b40b566593 4RMD160 (yarl-0.14.2.tar.gz) = 7db2e5eb70fb9b613e8d178aa10ae609cdf7d41c
5SHA512 (yarl-0.13.0.tar.gz) = dd7a7446b68ac4c44c6ed5c6ea3d7abc8ce7403e901495eef38763c6a737a2ff679eb2ec74a4331fdae61155e909e5cfe7dbbe20070688c08a50a138d9efa304 5SHA512 (yarl-0.14.2.tar.gz) = ffeaeebe46920167346d1a3beb0ede72da226a7188dd08c015a0b73efa649aa28f196d80b6315ab5371179dd9fe9e6962834bbe12d14ef4d6c262576be4fc4a0
6Size (yarl-0.13.0.tar.gz) = 136019 bytes 6Size (yarl-0.14.2.tar.gz) = 134874 bytes