Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 581277A1F7 for ; Wed, 5 Apr 2017 15:56:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 04622855CB; Wed, 5 Apr 2017 15:56:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 89BEB855C8 for ; Wed, 5 Apr 2017 15:56:31 +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 h0KhbuTln4mw for ; Wed, 5 Apr 2017 15:56:31 +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 1C7DB84CE5 for ; Wed, 5 Apr 2017 15:56:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1AA97FBE4; Wed, 5 Apr 2017 15:56:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149140779181420" MIME-Version: 1.0 Date: Wed, 5 Apr 2017 15:56:31 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170405155631.1AA97FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_149140779181420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 5 15:56:31 UTC 2017 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: Updated py-setuptools to 34.3.3. v34.3.3 ------- * #967 (and #997): Explicitly import submodules of packaging to account for environments where the imports of those submodules is not implied by other behavior. To generate a diff of this commit: cvs rdiff -u -r1.126 -r1.127 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.104 -r1.105 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149140779181420 Content-Disposition: inline Content-Length: 1778 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.126 pkgsrc/devel/py-setuptools/Makefile:1.127 --- pkgsrc/devel/py-setuptools/Makefile:1.126 Mon Mar 13 10:18:37 2017 +++ pkgsrc/devel/py-setuptools/Makefile Wed Apr 5 15:56:30 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.126 2017/03/13 10:18:37 wiz Exp $ +# $NetBSD: Makefile,v 1.127 2017/04/05 15:56:30 wiz Exp $ -DISTNAME= setuptools-34.3.2 +DISTNAME= setuptools-34.3.3 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.104 pkgsrc/devel/py-setuptools/distinfo:1.105 --- pkgsrc/devel/py-setuptools/distinfo:1.104 Mon Mar 13 10:18:37 2017 +++ pkgsrc/devel/py-setuptools/distinfo Wed Apr 5 15:56:30 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.104 2017/03/13 10:18:37 wiz Exp $ +$NetBSD: distinfo,v 1.105 2017/04/05 15:56:30 wiz Exp $ -SHA1 (setuptools-34.3.2.zip) = bb762d53256e644553e8b40880ce42e07c4dcb6b -RMD160 (setuptools-34.3.2.zip) = 784d351eaf64945b4d46b49d1bf80952d3e435a2 -SHA512 (setuptools-34.3.2.zip) = f2f849a505c80bf93825d8136df4b3198a8041bfdc183882a8d2194ca1376b3e3ea24f56d2975eb374be54923e8bb45c7afeedbce86798efb31b1fb9e3b6c371 -Size (setuptools-34.3.2.zip) = 622899 bytes +SHA1 (setuptools-34.3.3.zip) = 0cc980f018b539f1f87ef3e09849e5f4d1bd9a5d +RMD160 (setuptools-34.3.3.zip) = 8d2c541c9ee59b99f90e1f3c72a72c4fa5ca76ae +SHA512 (setuptools-34.3.3.zip) = e45552954864b3b53319807a1593e8d10fc477f1a864da73560a17760f5239eca1cb338ad822c6680cb26c8e15897163122e4e9b19e76ed1e6d1542ffe7a6d34 +Size (setuptools-34.3.3.zip) = 622967 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_149140779181420--