Received: by mail.netbsd.org (Postfix, from userid 605) id C630E84D79; Mon, 19 Nov 2018 10:29:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0F28D84CD5 for ; Mon, 19 Nov 2018 10:29:01 +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 8mhnSPc749fJ for ; Mon, 19 Nov 2018 10:29:00 +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 49E8184D6A for ; Mon, 19 Nov 2018 10:29:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43430FB1F; Mon, 19 Nov 2018 10:29:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154262334032950" MIME-Version: 1.0 Date: Mon, 19 Nov 2018 10:29:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-wheel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181119102900.43430FB1F@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. --_----------=_154262334032950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Nov 19 10:29:00 UTC 2018 Modified Files: pkgsrc/devel/py-wheel: Makefile distinfo Log Message: py-wheel: updated to 0.32.3 0.32.3: Fixed compatibility with Python 2.7.0 – 2.7.3 Fixed handling of direct URL requirements with markers To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-wheel/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-wheel/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154262334032950 Content-Disposition: inline Content-Length: 1618 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-wheel/Makefile diff -u pkgsrc/devel/py-wheel/Makefile:1.11 pkgsrc/devel/py-wheel/Makefile:1.12 --- pkgsrc/devel/py-wheel/Makefile:1.11 Tue Oct 23 07:46:04 2018 +++ pkgsrc/devel/py-wheel/Makefile Mon Nov 19 10:29:00 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2018/10/23 07:46:04 adam Exp $ +# $NetBSD: Makefile,v 1.12 2018/11/19 10:29:00 adam Exp $ -DISTNAME= wheel-0.32.2 +DISTNAME= wheel-0.32.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wheel/} Index: pkgsrc/devel/py-wheel/distinfo diff -u pkgsrc/devel/py-wheel/distinfo:1.8 pkgsrc/devel/py-wheel/distinfo:1.9 --- pkgsrc/devel/py-wheel/distinfo:1.8 Tue Oct 23 07:46:04 2018 +++ pkgsrc/devel/py-wheel/distinfo Mon Nov 19 10:29:00 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2018/10/23 07:46:04 adam Exp $ +$NetBSD: distinfo,v 1.9 2018/11/19 10:29:00 adam Exp $ -SHA1 (wheel-0.32.2.tar.gz) = 313c581d71806654e5b56e2888c6381cfa1a12b8 -RMD160 (wheel-0.32.2.tar.gz) = 62d570974d3bab289342ec19376818291f77b93f -SHA512 (wheel-0.32.2.tar.gz) = 584ac926ded13737070cfbed5ef18b685d4e4440d8b6d60a64178cd88cc380fcae6618d4446bffffebc6e1ce1acccf91d21bfefbe006dcff6771fe7ce5f62cd4 -Size (wheel-0.32.2.tar.gz) = 17647 bytes +SHA1 (wheel-0.32.3.tar.gz) = b10e2b4f3627e1904285c204c1975e84d634c9eb +RMD160 (wheel-0.32.3.tar.gz) = cfda2589204a48d0fa3242d60e98c98066975545 +SHA512 (wheel-0.32.3.tar.gz) = 6f663b3a3edbf470a3565eb5ad763d466f857f053be32dd4242d9b94874844076c7a9142c13ba0185697b9b96fbdbfb1be2abfdfbeb00ff4853bfa9e52681db4 +Size (wheel-0.32.3.tar.gz) = 18585 bytes --_----------=_154262334032950--