Received: by mail.netbsd.org (Postfix, from userid 605) id 9093284CE2; Sat, 9 Feb 2019 17:11:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 18A8984CDF for ; Sat, 9 Feb 2019 17:11:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vS3Ea_ibK2Ir for ; Sat, 9 Feb 2019 17:11:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 893D784C82 for ; Sat, 9 Feb 2019 17:11:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8358CFB16; Sat, 9 Feb 2019 17:11:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549732309102680" MIME-Version: 1.0 Date: Sat, 9 Feb 2019 17:11:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190209171149.8358CFB16@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. --_----------=_1549732309102680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Feb 9 17:11:49 UTC 2019 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: py-setuptools: updated to 40.8.0 v40.8.0 * Added the build_meta:__legacy__ backend, a "compatibility mode" PEP 517 backend that can be used as the default when build-backend is left unspecified in pyproject.toml. * Resource paths are passed to pkg_resources.resource_string and similar no longer accept paths that traverse parents, that begin with a leading /. Violations of this expectation raise DeprecationWarnings and will become errors. Additionally, any paths that are absolute on Windows are strictly disallowed and will raise ValueErrors. * setuptools will now automatically include licenses if setup.cfg contains a license_file attribute, unless this file is manually excluded inside MANIFEST.in. v40.7.3 * In package_index, revert to using a copy of splituser from Python 3.8. To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.142 -r1.143 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549732309102680 Content-Disposition: inline Content-Length: 1782 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-setuptools/Makefile diff -u pkgsrc/devel/py-setuptools/Makefile:1.164 pkgsrc/devel/py-setuptools/Makefile:1.165 --- pkgsrc/devel/py-setuptools/Makefile:1.164 Fri Feb 1 09:17:46 2019 +++ pkgsrc/devel/py-setuptools/Makefile Sat Feb 9 17:11:49 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.164 2019/02/01 09:17:46 adam Exp $ +# $NetBSD: Makefile,v 1.165 2019/02/09 17:11:49 adam Exp $ -DISTNAME= setuptools-40.7.2 +DISTNAME= setuptools-40.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} Index: pkgsrc/devel/py-setuptools/distinfo diff -u pkgsrc/devel/py-setuptools/distinfo:1.142 pkgsrc/devel/py-setuptools/distinfo:1.143 --- pkgsrc/devel/py-setuptools/distinfo:1.142 Fri Feb 1 09:17:46 2019 +++ pkgsrc/devel/py-setuptools/distinfo Sat Feb 9 17:11:49 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.142 2019/02/01 09:17:46 adam Exp $ +$NetBSD: distinfo,v 1.143 2019/02/09 17:11:49 adam Exp $ -SHA1 (setuptools-40.7.2.zip) = 4022acb7a31d70bfb3f927aa73455239aac6db7e -RMD160 (setuptools-40.7.2.zip) = 14af5341d80311a23737aafb91de9667eb665d9d -SHA512 (setuptools-40.7.2.zip) = f3e2fd9c3712297ac07a93043334854d3c5d8bee6e5685dc0a2d2dbf1a44831a0b818e5a72e5b5c35b8a25db6886cd3cc3430836a5f444c6fbc9aad4a6b5e5f3 -Size (setuptools-40.7.2.zip) = 842780 bytes +SHA1 (setuptools-40.8.0.zip) = 3547552b1009283f7ae31fded32ad33ed160e671 +RMD160 (setuptools-40.8.0.zip) = 1ad540c706903ce62d098a54ba81c58a4ce221a2 +SHA512 (setuptools-40.8.0.zip) = f14976a76bff74b7494d44fcfffa511de0d142b4d308fcbf87b34c31c51491102e152acc11a383c5f6b693d1b18eb119c5186ca23deb12b2bbf186794b062868 +Size (setuptools-40.8.0.zip) = 845071 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_1549732309102680--