Received: by mail.netbsd.org (Postfix, from userid 605) id 441B184D99; Wed, 4 Sep 2019 07:55:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDF5484D5E for ; Wed, 4 Sep 2019 07:55:43 +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 M1BXhfyK11UG for ; Wed, 4 Sep 2019 07:55:43 +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 3ADBB84D4C for ; Wed, 4 Sep 2019 07:55:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 34C84FBF4; Wed, 4 Sep 2019 07:55:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1567583743165710" MIME-Version: 1.0 Date: Wed, 4 Sep 2019 07:55:43 +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: <20190904075543.34C84FBF4@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. --_----------=_1567583743165710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 4 07:55:43 UTC 2019 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: py-setuptools: updated to 41.2.0 v41.2.0 Remove some usage of the deprecated imp module. Changed html_sidebars from string to list of string as per https://www.sphinx-doc.org/en/master/changes.html#id58 To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.147 -r1.148 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1567583743165710 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.169 pkgsrc/devel/py-setuptools/Makefile:1.170 --- pkgsrc/devel/py-setuptools/Makefile:1.169 Sat Aug 17 10:22:39 2019 +++ pkgsrc/devel/py-setuptools/Makefile Wed Sep 4 07:55:43 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.169 2019/08/17 10:22:39 adam Exp $ +# $NetBSD: Makefile,v 1.170 2019/09/04 07:55:43 adam Exp $ -DISTNAME= setuptools-41.1.0 +DISTNAME= setuptools-41.2.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.147 pkgsrc/devel/py-setuptools/distinfo:1.148 --- pkgsrc/devel/py-setuptools/distinfo:1.147 Sat Aug 17 10:22:39 2019 +++ pkgsrc/devel/py-setuptools/distinfo Wed Sep 4 07:55:43 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.147 2019/08/17 10:22:39 adam Exp $ +$NetBSD: distinfo,v 1.148 2019/09/04 07:55:43 adam Exp $ -SHA1 (setuptools-41.1.0.zip) = b275d44f31aa15b85a0f1b72368055bec3417246 -RMD160 (setuptools-41.1.0.zip) = af6940c69e10046fe0059d35e38d0941b2230e14 -SHA512 (setuptools-41.1.0.zip) = 07e3381fffc7b75051640c07e334794cb008682e05ab8bbd5bb1e9757fd36305997a2974c424fd474411941f5ff014a53ec1edc276543593b238fe1e97d7d106 -Size (setuptools-41.1.0.zip) = 851100 bytes +SHA1 (setuptools-41.2.0.zip) = 80edac82e8bc54f0d945bf4d1b53f12d236e3727 +RMD160 (setuptools-41.2.0.zip) = 9a3a787e5a543e517c5844ce78b0c2626add7f6a +SHA512 (setuptools-41.2.0.zip) = 6ac0da9f2e452b2b2334c03eb1667d88ebffeb68da18a69fe14f9f0763ac391986dcc663f123015b63eb0c3f905e5a8be7408499ddb1ac20367109275cb66ac9 +Size (setuptools-41.2.0.zip) = 851251 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_1567583743165710--