Skip to content

Commit

Permalink
py-yarl: update to 1.6.0.
Browse files Browse the repository at this point in the history
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>`_
  • Loading branch information
0-wiz-0 committed Oct 2, 2020
1 parent 249f0d9 commit a5b6ae0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
11 changes: 8 additions & 3 deletions www/py-yarl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2020/08/03 08:21:59 adam Exp $
# $NetBSD: Makefile,v 1.23 2020/10/02 09:26:18 wiz Exp $

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

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

PYTHON_VERSIONS_INCOMPATIBLE= 27

.include "../../lang/python/pyversion.mk"

.if ${PYPKGPREFIX} == "py36" || ${PYPKGPREFIX} == "py37"
DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
.endif

.include "../../devel/py-cython/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
10 changes: 5 additions & 5 deletions www/py-yarl/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.19 2020/08/03 08:21:59 adam Exp $
$NetBSD: distinfo,v 1.20 2020/10/02 09:26:18 wiz Exp $

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

0 comments on commit a5b6ae0

Please sign in to comment.