Skip to content

Commit a5b6ae0

Browse files
committed
py-yarl: update to 1.6.0.
Fix dependencies. 1.6.0 (2020-09-23) ================== Features -------- - Allow for int and float subclasses in query, while still denying bool. `#492 <https://github.com/aio-libs/yarl/issues/492>`_ Bugfixes -------- - Do not requote arguments in ``URL.build()``, ``with_xxx()`` and in ``/`` operator. `#502 <https://github.com/aio-libs/yarl/issues/502>`_ - Keep IPv6 brackets in ``origin()``. `#504 <https://github.com/aio-libs/yarl/issues/504>`_
1 parent 249f0d9 commit a5b6ae0

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

www/py-yarl/Makefile

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.22 2020/08/03 08:21:59 adam Exp $
1+
# $NetBSD: Makefile,v 1.23 2020/10/02 09:26:18 wiz Exp $
22

3-
DISTNAME= yarl-1.5.1
3+
DISTNAME= yarl-1.6.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= www python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/}
@@ -12,11 +12,16 @@ LICENSE= apache-2.0
1212

1313
DEPENDS+= ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna
1414
DEPENDS+= ${PYPKGPREFIX}-multidict>=4.0:../../databases/py-multidict
15-
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
1615
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
1716

1817
PYTHON_VERSIONS_INCOMPATIBLE= 27
1918

19+
.include "../../lang/python/pyversion.mk"
20+
21+
.if ${PYPKGPREFIX} == "py36" || ${PYPKGPREFIX} == "py37"
22+
DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
23+
.endif
24+
2025
.include "../../devel/py-cython/buildlink3.mk"
2126
.include "../../lang/python/egg.mk"
2227
.include "../../mk/bsd.pkg.mk"

www/py-yarl/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.19 2020/08/03 08:21:59 adam Exp $
1+
$NetBSD: distinfo,v 1.20 2020/10/02 09:26:18 wiz Exp $
22

3-
SHA1 (yarl-1.5.1.tar.gz) = d4b6039735e5d5cc4dbf5aa02e3928896c58bfcb
4-
RMD160 (yarl-1.5.1.tar.gz) = 65d3145b28e02c7aa06f371d7d20cbdb6ccfc492
5-
SHA512 (yarl-1.5.1.tar.gz) = c82b0722f347279a03d3f6e82b7c0c357678e850b80ed87befab570846a71c55897cfa25d36757a93ac42c023334ecdf890beaeca7fde4536f68b6f70fdf2127
6-
Size (yarl-1.5.1.tar.gz) = 173005 bytes
3+
SHA1 (yarl-1.6.0.tar.gz) = f1b3879c35aba313193b5163b245596b10b2a64f
4+
RMD160 (yarl-1.6.0.tar.gz) = 925d24709dd602170d553daf8a243d30fb20abd6
5+
SHA512 (yarl-1.6.0.tar.gz) = d08d2c4a906706bba3c1fad2b02e01299d076d9f6c1a1eb172d116d0ccbb1e6143b7dd959d242f2a1b5d450416bb15ab6e53ee9e05876b161d61ec23e054f29b
6+
Size (yarl-1.6.0.tar.gz) = 175492 bytes

0 commit comments

Comments
 (0)