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 7F7F87A217 for ; Wed, 10 May 2017 03:41:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC28484DF1; Wed, 10 May 2017 03:41:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AD3684DEB for ; Wed, 10 May 2017 03:41:21 +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 2IJCsjaGNlLl for ; Wed, 10 May 2017 03:41:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0F22884CEA for ; Wed, 10 May 2017 03:41:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0AA43FBE4; Wed, 10 May 2017 03:41:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149438768167610" MIME-Version: 1.0 Date: Wed, 10 May 2017 03:41:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-requests To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170510034121.0AA43FBE4@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. --_----------=_149438768167610 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 10 03:41:20 UTC 2017 Modified Files: pkgsrc/devel/py-requests: Makefile distinfo Log Message: Changes 2.14.1: **Bugfixes** - Changed the dependency markers to widen compatibility with older pip releases. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-requests/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-requests/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149438768167610 Content-Disposition: inline Content-Length: 1767 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-requests/Makefile diff -u pkgsrc/devel/py-requests/Makefile:1.27 pkgsrc/devel/py-requests/Makefile:1.28 --- pkgsrc/devel/py-requests/Makefile:1.27 Tue May 9 17:08:39 2017 +++ pkgsrc/devel/py-requests/Makefile Wed May 10 03:41:20 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2017/05/09 17:08:39 adam Exp $ +# $NetBSD: Makefile,v 1.28 2017/05/10 03:41:20 adam Exp $ -DISTNAME= requests-2.14.0 +DISTNAME= requests-2.14.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests/} Index: pkgsrc/devel/py-requests/distinfo diff -u pkgsrc/devel/py-requests/distinfo:1.20 pkgsrc/devel/py-requests/distinfo:1.21 --- pkgsrc/devel/py-requests/distinfo:1.20 Tue May 9 17:08:39 2017 +++ pkgsrc/devel/py-requests/distinfo Wed May 10 03:41:20 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2017/05/09 17:08:39 adam Exp $ +$NetBSD: distinfo,v 1.21 2017/05/10 03:41:20 adam Exp $ -SHA1 (requests-2.14.0.tar.gz) = 160b8b30d84c939f58d1d12e88a9506dccae2b31 -RMD160 (requests-2.14.0.tar.gz) = cc1989f0af4f8eb64fb1bc6e9ec8a42bba6ccbd7 -SHA512 (requests-2.14.0.tar.gz) = 2769f23b0c12eb92fe6cc939f8c0626ae2b84a9426fc89dff3c2f5991a30bc0f918359984e637d9d93fe8b00b9985cd8c50dea601d76d5752884bf0222781bd2 -Size (requests-2.14.0.tar.gz) = 520782 bytes +SHA1 (requests-2.14.1.tar.gz) = fae1ae312256776439448337b68fcde2c8741a52 +RMD160 (requests-2.14.1.tar.gz) = d0e250e942c47dbd12c734ec3a2e74b81eb43e0e +SHA512 (requests-2.14.1.tar.gz) = f9056b3cc619c49d0ad9f813d35b17bcb9b07b4ee44aca6fac7a688aaccf82775efa5ee79486a4e31e94891826c5d3bd13d80915fc489b67b70a199455ed588b +Size (requests-2.14.1.tar.gz) = 520890 bytes SHA1 (patch-requests_____init____.py) = 4630c41f4048acbce30f9f4825c8724346256865 --_----------=_149438768167610--