From owner-svn-ports-all@freebsd.org Mon Oct 12 02:03:59 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 016C6429E8B; Mon, 12 Oct 2020 02:03:59 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C8hmt63NFz4my1; Mon, 12 Oct 2020 02:03:58 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B44152553A; Mon, 12 Oct 2020 02:03:58 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09C23wt1049350; Mon, 12 Oct 2020 02:03:58 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09C23wPN049348; Mon, 12 Oct 2020 02:03:58 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <202010120203.09C23wPN049348@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 12 Oct 2020 02:03:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552091 - head/dns/py-idna X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/dns/py-idna X-SVN-Commit-Revision: 552091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2020 02:03:59 -0000 Author: koobs Date: Mon Oct 12 02:03:58 2020 New Revision: 552091 URL: https://svnweb.freebsd.org/changeset/ports/552091 Log: dns/py-idna: Update to 2.10 Update test target directly invoke unittest, as setup.py test is technically deprecated and discouraged upstream, currently without a canonical replacement [1] Changelog: https://github.com/kjd/idna/blob/v2.10/HISTORY.rst [1] https://github.com/pypa/setuptools/issues/1684 PR: 245938 Submitted by: Daniel Engberg MFH: 2020Q3 (blanket: bugfix releas(es)) Modified: head/dns/py-idna/Makefile head/dns/py-idna/distinfo Modified: head/dns/py-idna/Makefile ============================================================================== --- head/dns/py-idna/Makefile Mon Oct 12 01:21:26 2020 (r552090) +++ head/dns/py-idna/Makefile Mon Oct 12 02:03:58 2020 (r552091) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= idna -PORTVERSION= 2.8 +PORTVERSION= 2.10 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +14,12 @@ LICENSE= BSD3CLAUSE PSFL LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= python # Actually, 2.7,3.4-3.6 +USES= python # Actually, 2.7,3.4-3.8 USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test + @cd ${WRKSRC} && ${PYTHON_CMD} -m unittest discover -v .include Modified: head/dns/py-idna/distinfo ============================================================================== --- head/dns/py-idna/distinfo Mon Oct 12 01:21:26 2020 (r552090) +++ head/dns/py-idna/distinfo Mon Oct 12 02:03:58 2020 (r552091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546769353 -SHA256 (idna-2.8.tar.gz) = c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 -SIZE (idna-2.8.tar.gz) = 174481 +TIMESTAMP = 1602461690 +SHA256 (idna-2.10.tar.gz) = b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6 +SIZE (idna-2.10.tar.gz) = 175616