Received: by mail.netbsd.org (Postfix, from userid 605) id CFD1484DB1; Thu, 4 Apr 2019 07:19:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5660184DA4 for ; Thu, 4 Apr 2019 07:19:27 +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 tBaNGpzv0-FZ for ; Thu, 4 Apr 2019 07:19:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CB92284D8D for ; Thu, 4 Apr 2019 07:19:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2584FB16; Thu, 4 Apr 2019 07:19:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1554362366191970" MIME-Version: 1.0 Date: Thu, 4 Apr 2019 07:19:26 +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: <20190404071926.C2584FB16@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. --_----------=_1554362366191970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 4 07:19:26 UTC 2019 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: py-setuptools: updated to 40.9.0 v40.9.0 * Added support for setup.cfg-only projects when using the setuptools.build_meta backend. Projects that have enabled PEP 517 no longer need to have a setup.py and can use the purely declarative setup.cfg configuration file instead. * Added support for pkg_resources.parse_requirements-style requirements in setup_requires when setup.py is invoked from the setuptools.build_meta build backend. * Added the path to the PKG-INFO or METADATA file in the exception text when the Version: header can't be found. * Removed some placeholder documentation sections referring to deprecated features. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.143 -r1.144 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1554362366191970 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.165 pkgsrc/devel/py-setuptools/Makefile:1.166 --- pkgsrc/devel/py-setuptools/Makefile:1.165 Sat Feb 9 17:11:49 2019 +++ pkgsrc/devel/py-setuptools/Makefile Thu Apr 4 07:19:26 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.165 2019/02/09 17:11:49 adam Exp $ +# $NetBSD: Makefile,v 1.166 2019/04/04 07:19:26 adam Exp $ -DISTNAME= setuptools-40.8.0 +DISTNAME= setuptools-40.9.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.143 pkgsrc/devel/py-setuptools/distinfo:1.144 --- pkgsrc/devel/py-setuptools/distinfo:1.143 Sat Feb 9 17:11:49 2019 +++ pkgsrc/devel/py-setuptools/distinfo Thu Apr 4 07:19:26 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.143 2019/02/09 17:11:49 adam Exp $ +$NetBSD: distinfo,v 1.144 2019/04/04 07:19:26 adam Exp $ -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 (setuptools-40.9.0.zip) = 7a808ad6b99c697143f1ae37194125cfb447db6d +RMD160 (setuptools-40.9.0.zip) = 03540d0580c764bd7901d8e7a8b41c5969829234 +SHA512 (setuptools-40.9.0.zip) = 2d278ef162139dfb1dd3640154ae3db755ff5c2285810c85b0452d12e3f3cb199e3f1a1ec7cc43a377d42cd4f86e97e2c773d9f0a3bef8dc1acbf31e6f61033f +Size (setuptools-40.9.0.zip) = 847572 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_1554362366191970--