Received: by mail.netbsd.org (Postfix, from userid 605) id EB53884E9C; Sat, 14 Jul 2018 18:59:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2FB9884DEC for ; Sat, 14 Jul 2018 18:59:32 +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 qlTwWPUY3ezh for ; Sat, 14 Jul 2018 18:59:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 898DB84D7B for ; Sat, 14 Jul 2018 18:59:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 82176FBEC; Sat, 14 Jul 2018 18:59:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153159477140420" MIME-Version: 1.0 Date: Sat, 14 Jul 2018 18:59:31 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-idna_ssl To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180714185931.82176FBEC@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. --_----------=_153159477140420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jul 14 18:59:31 UTC 2018 Modified Files: pkgsrc/www/py-idna_ssl: Makefile distinfo Log Message: py-idna_ssl: updated to 1.1.0 v1.1.0: Merge pull request 11 from aio-libs/pyup-update-pytest-3.6.2-to-3.6.3 Update pytest to 3.6.3 To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-idna_ssl/Makefile \ pkgsrc/www/py-idna_ssl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153159477140420 Content-Disposition: inline Content-Length: 1886 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-idna_ssl/Makefile diff -u pkgsrc/www/py-idna_ssl/Makefile:1.2 pkgsrc/www/py-idna_ssl/Makefile:1.3 --- pkgsrc/www/py-idna_ssl/Makefile:1.2 Tue Mar 13 11:44:13 2018 +++ pkgsrc/www/py-idna_ssl/Makefile Sat Jul 14 18:59:31 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/03/13 11:44:13 adam Exp $ +# $NetBSD: Makefile,v 1.3 2018/07/14 18:59:31 adam Exp $ -DISTNAME= idna-ssl-1.0.1 +DISTNAME= idna-ssl-1.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=i/idna_ssl/} @@ -11,6 +11,7 @@ COMMENT= Patch ssl.match_hostname for Un LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-idna>=2.0:../../www/py-idna +BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner PYTHON_VERSIONS_INCOMPATIBLE= 27 Index: pkgsrc/www/py-idna_ssl/distinfo diff -u pkgsrc/www/py-idna_ssl/distinfo:1.2 pkgsrc/www/py-idna_ssl/distinfo:1.3 --- pkgsrc/www/py-idna_ssl/distinfo:1.2 Tue Mar 13 11:44:13 2018 +++ pkgsrc/www/py-idna_ssl/distinfo Sat Jul 14 18:59:31 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/03/13 11:44:13 adam Exp $ +$NetBSD: distinfo,v 1.3 2018/07/14 18:59:31 adam Exp $ -SHA1 (idna-ssl-1.0.1.tar.gz) = e916af0f7630dcde2ae1a4aeb6f9b766b1df1616 -RMD160 (idna-ssl-1.0.1.tar.gz) = 8b2d95d0a09cc4066414c3d62adf36c8d81e6087 -SHA512 (idna-ssl-1.0.1.tar.gz) = 57a6891543c561cd96d35f3d01f702e8c54c592f0174f34322fd0794df8a80ad0117b558f2d0078d22cb8e0114aaa9b72c7217c91a40f02475334d7a94429c2e -Size (idna-ssl-1.0.1.tar.gz) = 3385 bytes +SHA1 (idna-ssl-1.1.0.tar.gz) = 8ab67ac05cf62565e61d1f350a95c3f4fb6f8523 +RMD160 (idna-ssl-1.1.0.tar.gz) = dfe198f33badc1235459a22b440720f7ea62642b +SHA512 (idna-ssl-1.1.0.tar.gz) = f9db74cecabbbfddfd1817bbd8434ef2aafeea433c3eefff3f94c7e994da40e3f315fcda527f3a0c3743028f26bbc934f1dd21f94134123c3271975d0527cd35 +Size (idna-ssl-1.1.0.tar.gz) = 3377 bytes --_----------=_153159477140420--