Received: by mail.netbsd.org (Postfix, from userid 605) id 4108D84D81; Wed, 18 Apr 2018 09:53:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E21184D80 for ; Wed, 18 Apr 2018 09:53:00 +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 XEEDo7Drve8C for ; Wed, 18 Apr 2018 09:52:59 +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 82C4F84C81 for ; Wed, 18 Apr 2018 09:52:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FC5CFBEC; Wed, 18 Apr 2018 09:52:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1524045179151440" MIME-Version: 1.0 Date: Wed, 18 Apr 2018 09:52:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-cheroot To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180418095259.7FC5CFBEC@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. --_----------=_1524045179151440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 18 09:52:59 UTC 2018 Modified Files: pkgsrc/www/py-cheroot: Makefile distinfo Log Message: py-cheroot: updated to 6.2.3 v6.2.3 Skip installing dependencies from backports namespace under Python 3. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-cheroot/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-cheroot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1524045179151440 Content-Disposition: inline Content-Length: 1633 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-cheroot/Makefile diff -u pkgsrc/www/py-cheroot/Makefile:1.13 pkgsrc/www/py-cheroot/Makefile:1.14 --- pkgsrc/www/py-cheroot/Makefile:1.13 Sat Apr 14 08:48:15 2018 +++ pkgsrc/www/py-cheroot/Makefile Wed Apr 18 09:52:59 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/04/14 08:48:15 adam Exp $ +# $NetBSD: Makefile,v 1.14 2018/04/18 09:52:59 adam Exp $ -DISTNAME= cheroot-6.2.2 +DISTNAME= cheroot-6.2.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=C/Cheroot/} Index: pkgsrc/www/py-cheroot/distinfo diff -u pkgsrc/www/py-cheroot/distinfo:1.11 pkgsrc/www/py-cheroot/distinfo:1.12 --- pkgsrc/www/py-cheroot/distinfo:1.11 Sat Apr 14 08:48:15 2018 +++ pkgsrc/www/py-cheroot/distinfo Wed Apr 18 09:52:59 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2018/04/14 08:48:15 adam Exp $ +$NetBSD: distinfo,v 1.12 2018/04/18 09:52:59 adam Exp $ -SHA1 (cheroot-6.2.2.tar.gz) = a5dfb49f9b9517e6cb6fab1125d3317c64be23ad -RMD160 (cheroot-6.2.2.tar.gz) = d92b0b04797c1e05273c187d16a2f2e94453960a -SHA512 (cheroot-6.2.2.tar.gz) = c491e816a100895145d5ccb57a2c39f13c1c2f6479a4c1055faac7d855abe4a066f3986803f8df0b33a735a54f143548318ede0578b8c1e339eb3b4389822559 -Size (cheroot-6.2.2.tar.gz) = 68127 bytes +SHA1 (cheroot-6.2.3.tar.gz) = edeb1167f31beab579e102b7af0b5a904673f488 +RMD160 (cheroot-6.2.3.tar.gz) = a515a6c5f0d0e17d84433c7a9117a64ac26e2162 +SHA512 (cheroot-6.2.3.tar.gz) = 88514c1ada39845178ad990654d2fe180ab3fcf075181a137276331c0d16fea674df5d3cab12711777bd49f3f66e975cc07a5ecf0352f799dadaf7dbfe3718f4 +Size (cheroot-6.2.3.tar.gz) = 68241 bytes --_----------=_1524045179151440--