Date: Sun, 25 Aug 2019 23:16:33 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509859 - head/sysutils/py-pkginfo Message-ID: <201908252316.x7PNGXcD065593@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Sun Aug 25 23:16:33 2019 New Revision: 509859 URL: https://svnweb.freebsd.org/changeset/ports/509859 Log: 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) MFH: 2019Q3 Modified: head/sysutils/py-pkginfo/Makefile head/sysutils/py-pkginfo/distinfo Modified: head/sysutils/py-pkginfo/Makefile ============================================================================== --- head/sysutils/py-pkginfo/Makefile Sun Aug 25 23:05:51 2019 (r509858) +++ head/sysutils/py-pkginfo/Makefile Sun Aug 25 23:16:33 2019 (r509859) @@ -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: head/sysutils/py-pkginfo/distinfo ============================================================================== --- head/sysutils/py-pkginfo/distinfo Sun Aug 25 23:05:51 2019 (r509858) +++ head/sysutils/py-pkginfo/distinfo Sun Aug 25 23:16:33 2019 (r509859) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908252316.x7PNGXcD065593>