From owner-svn-ports-branches@freebsd.org Mon Aug 26 08:38:39 2019 Return-Path: Delivered-To: svn-ports-branches@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 590B4D4930; Mon, 26 Aug 2019 08:38:39 +0000 (UTC) (envelope-from kai@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) server-signature RSA-PSS (4096 bits) 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 46H54v1bQ7z45ky; Mon, 26 Aug 2019 08:38:39 +0000 (UTC) (envelope-from kai@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 183BB3439; Mon, 26 Aug 2019 08:38:39 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7Q8ccwn002023; Mon, 26 Aug 2019 08:38:38 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7Q8ccxB002021; Mon, 26 Aug 2019 08:38:38 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201908260838.x7Q8ccxB002021@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Mon, 26 Aug 2019 08:38:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509890 - branches/2019Q3/sysutils/py-pkginfo X-SVN-Group: ports-branches X-SVN-Commit-Author: kai X-SVN-Commit-Paths: branches/2019Q3/sysutils/py-pkginfo X-SVN-Commit-Revision: 509890 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Aug 2019 08:38:39 -0000 Author: kai Date: Mon Aug 26 08:38:38 2019 New Revision: 509890 URL: https://svnweb.freebsd.org/changeset/ports/509890 Log: MFH: r509859 sysutils/py-pkginfo: Update to 1.5.0.1 * Pet portlint by making the USES block separate while I'm here Changelog since 1.4.2: * Fix broken "sdist". * Fix "console_scripts" entry point syntax. * Add support for JSON output from the CLI. * Add support for installed wheels. E.g., "dist-info/" dirs. * Harden metadata extraction against unexpected encodings. * Update tests to match pip/setuptools use of new metadata version. * Add support for Python 3.6 and 3.7. * Drop support for Python 3.3. PR: 239784 Approved by: maintainer timeout (14 days) Approved by: ports-secteam (joneum) Modified: branches/2019Q3/sysutils/py-pkginfo/Makefile branches/2019Q3/sysutils/py-pkginfo/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/sysutils/py-pkginfo/Makefile ============================================================================== --- branches/2019Q3/sysutils/py-pkginfo/Makefile Mon Aug 26 08:37:30 2019 (r509889) +++ branches/2019Q3/sysutils/py-pkginfo/Makefile Mon Aug 26 08:38:38 2019 (r509890) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkginfo -DISTVERSION= 1.4.2 -PORTREVISION= 1 +DISTVERSION= 1.5.0.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= python USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes PORTDOCS= * Modified: branches/2019Q3/sysutils/py-pkginfo/distinfo ============================================================================== --- branches/2019Q3/sysutils/py-pkginfo/distinfo Mon Aug 26 08:37:30 2019 (r509889) +++ branches/2019Q3/sysutils/py-pkginfo/distinfo Mon Aug 26 08:38:38 2019 (r509890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524990990 -SHA256 (pkginfo-1.4.2.tar.gz) = 5878d542a4b3f237e359926384f1dde4e099c9f5525d236b1840cf704fa8d474 -SIZE (pkginfo-1.4.2.tar.gz) = 33539 +TIMESTAMP = 1565552555 +SHA256 (pkginfo-1.5.0.1.tar.gz) = 7424f2c8511c186cd5424bbf31045b77435b37a8d604990b79d4e70d741148bb +SIZE (pkginfo-1.5.0.1.tar.gz) = 34496