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 5DF367A21B for ; Sat, 2 Jan 2016 10:49:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0ED2785E27; Sat, 2 Jan 2016 10:49:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9128A84CEF for ; Sat, 2 Jan 2016 10:49:49 +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 suY-xEVDj38D for ; Sat, 2 Jan 2016 10:49:49 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3CEBA84CEE for ; Sat, 2 Jan 2016 10:49:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3829AFBB3; Sat, 2 Jan 2016 10:49:49 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 2 Jan 2016 10:49:49 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-requests To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160102104949.3829AFBB3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sat Jan 2 10:49:49 UTC 2016 Modified Files: pkgsrc/devel/py-requests: Makefile distinfo Log Message: Update py-requests to 2.9.1. 2.9.1 (2015-12-21) Bugfixes * Resolve regression introduced in 2.9.0 that made it impossible to send binary strings as bodies in Python 3. * Fixed errors when calculating cookie expiration dates in certain locales. Miscellaneous * Updated bundled urllib3 to 1.13.1. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-requests/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-requests/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.