Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1690F1A921F for ; Wed, 14 Oct 2020 13:26:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9D62F84DBE; Wed, 14 Oct 2020 13:26:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2373A84DA7 for ; Wed, 14 Oct 2020 13:26:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RM642w3PhD3e for ; Wed, 14 Oct 2020 13:26:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9432284D2E for ; Wed, 14 Oct 2020 13:26:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F5B8FB28; Wed, 14 Oct 2020 13:26:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602681996240670" MIME-Version: 1.0 Date: Wed, 14 Oct 2020 13:26:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-yarl To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201014132636.8F5B8FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1602681996240670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 14 13:26:36 UTC 2020 Modified Files: pkgsrc/www/py-yarl: Makefile distinfo Log Message: py-yarl: updated to 1.6.2 1.6.2 Bugfixes - Provide generated ``.c`` files in TarBall distribution. 1.6.1 Features - Provide wheels for ``aarch64``, ``i686``, ``ppc64le``, ``s390x`` architectures on Linux as well as ``x86_64``. - Provide wheels for Python 3.9. Bugfixes - ``human_repr()`` now always produces valid representation equivalent to the original URL (if the original URL is valid). - Fixed requoting a single percent followed by a percent-encoded character in the Cython implementation. - Fix ValueError when decoding ``%`` which is not followed by two hexadecimal digits. - Fix decoding ``%`` followed by a space and hexadecimal digit. - Fix annotation of ``with_query()``/``update_query()`` methods for ``key=[val1, val2]`` case. Removal - Drop Python 3.5 support; Python 3.6 is the minimal supported Python version. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/py-yarl/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/py-yarl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602681996240670 Content-Disposition: inline Content-Length: 1891 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-yarl/Makefile diff -u pkgsrc/www/py-yarl/Makefile:1.23 pkgsrc/www/py-yarl/Makefile:1.24 --- pkgsrc/www/py-yarl/Makefile:1.23 Fri Oct 2 09:26:18 2020 +++ pkgsrc/www/py-yarl/Makefile Wed Oct 14 13:26:36 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2020/10/02 09:26:18 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2020/10/14 13:26:36 adam Exp $ -DISTNAME= yarl-1.6.0 +DISTNAME= yarl-1.6.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=y/yarl/} @@ -17,8 +17,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9] PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/pyversion.mk" - -.if ${PYPKGPREFIX} == "py36" || ${PYPKGPREFIX} == "py37" +.if ${_PYTHON_VERSION} < 38 DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions .endif Index: pkgsrc/www/py-yarl/distinfo diff -u pkgsrc/www/py-yarl/distinfo:1.20 pkgsrc/www/py-yarl/distinfo:1.21 --- pkgsrc/www/py-yarl/distinfo:1.20 Fri Oct 2 09:26:18 2020 +++ pkgsrc/www/py-yarl/distinfo Wed Oct 14 13:26:36 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2020/10/02 09:26:18 wiz Exp $ +$NetBSD: distinfo,v 1.21 2020/10/14 13:26:36 adam Exp $ -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 +SHA1 (yarl-1.6.2.tar.gz) = f394134a9e730b8cac96e92b97d8333a2399d4fb +RMD160 (yarl-1.6.2.tar.gz) = 9468697e63ca860ef6a537f5df3419ed75638af1 +SHA512 (yarl-1.6.2.tar.gz) = 5e3ab46216d567583558a6945127d0d8d758475636deb0733bae25fc869d842f05e996f06aa4a7dc6fd067f7e38afdc6e328cc8019735819d2a1cebc50ca165d +Size (yarl-1.6.2.tar.gz) = 177534 bytes --_----------=_1602681996240670--