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 1AE497A269 for ; Thu, 15 Jun 2017 05:59:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BCDF085583; Thu, 15 Jun 2017 05:59:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D43C84DA7 for ; Thu, 15 Jun 2017 05:59:48 +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 W0EOTq8kaF8F for ; Thu, 15 Jun 2017 05:59:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C96B184CD8 for ; Thu, 15 Jun 2017 05:59:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C7C1AFAB8; Thu, 15 Jun 2017 05:59:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1497506387126580" MIME-Version: 1.0 Date: Thu, 15 Jun 2017 05:59:47 +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: <20170615055947.C7C1AFAB8@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. --_----------=_1497506387126580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 15 05:59:47 UTC 2017 Modified Files: pkgsrc/devel/py-requests: Makefile distinfo Log Message: 2.18.1: Bugfixes * Fix an error in the packaging whereby the *.whl contained incorrect data that regressed the fix in v2.17.3. 2.18.0: Improvements * Response is now a context manager, so can be used directly in a with statement without first having to be wrapped by contextlib.closing(). Bugfixes * Resolve installation failure if multiprocessing is not available * Resolve tests crash if multiprocessing is not able to determine the number of CPU cores * Resolve error swallowing in utils set_environ generator To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-requests/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-requests/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1497506387126580 Content-Disposition: inline Content-Length: 2046 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.32 pkgsrc/devel/py-requests/Makefile:1.33 --- pkgsrc/devel/py-requests/Makefile:1.32 Wed May 31 06:30:25 2017 +++ pkgsrc/devel/py-requests/Makefile Thu Jun 15 05:59:47 2017 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.32 2017/05/31 06:30:25 adam Exp $ +# $NetBSD: Makefile,v 1.33 2017/06/15 05:59:47 adam Exp $ -DISTNAME= requests-2.17.3 +DISTNAME= requests-2.18.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel www MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests/} MAINTAINER= imil@NetBSD.org -HOMEPAGE= http://docs.python-requests.org/en/latest/ +HOMEPAGE= http://www.python-requests.org/ COMMENT= HTTP library, written in Python, for human beings LICENSE= apache-2.0 Index: pkgsrc/devel/py-requests/distinfo diff -u pkgsrc/devel/py-requests/distinfo:1.24 pkgsrc/devel/py-requests/distinfo:1.25 --- pkgsrc/devel/py-requests/distinfo:1.24 Wed May 31 06:30:25 2017 +++ pkgsrc/devel/py-requests/distinfo Thu Jun 15 05:59:47 2017 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2017/05/31 06:30:25 adam Exp $ +$NetBSD: distinfo,v 1.25 2017/06/15 05:59:47 adam Exp $ -SHA1 (requests-2.17.3.tar.gz) = 8c7cf5140c9cd138be20ce0848972c2df876c559 -RMD160 (requests-2.17.3.tar.gz) = 4f3d879f6d74e315e219034588a355dc3775a066 -SHA512 (requests-2.17.3.tar.gz) = e1dc999aa397a6784ce657038ab9b2e8f92d8531bcf717794a2291ec6e82ec7ae6a5c26823874bb246dfcc3aeb6e83c4137bc2132facfd56aba55c4e261933cf -Size (requests-2.17.3.tar.gz) = 123148 bytes +SHA1 (requests-2.18.1.tar.gz) = 8927e5bf2feb7fa43844e4972e48f9a384f7029d +RMD160 (requests-2.18.1.tar.gz) = fc6cfa5b4918efabee6c95dd5326d46f01942012 +SHA512 (requests-2.18.1.tar.gz) = d7482ddce36ce633bee830bc8d9f9a207e1c20595378f7c60dcef01cab016a16704965f3b52e3faac63dd50fbe7c61d575742e71f51a2b8d41c1922df2dbaa06 +Size (requests-2.18.1.tar.gz) = 124229 bytes SHA1 (patch-requests_____init____.py) = 733037737da7f012030e89091d1b3ca28c3d7657 SHA1 (patch-setup.py) = 767a3713ba3f836b9294fca15046854823f3fd02 --_----------=_1497506387126580--