Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4E772A5813 for ; Sat, 19 Apr 2014 15:51:39 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8B19114A356; Sat, 19 Apr 2014 15:51:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E049714A352 for ; Sat, 19 Apr 2014 15:51:35 +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 5je4r27-JbSm for ; Sat, 19 Apr 2014 15:51:35 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5CB6614A34E for ; Sat, 19 Apr 2014 15:51:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E8CE296; Sat, 19 Apr 2014 15:51:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 19 Apr 2014 15:51:34 +0000 From: "Emile iMil Heitor" Subject: CVS commit: pkgsrc/www/py-urllib3 To: pkgsrc-changes@NetBSD.org Reply-To: imil@netbsd.org X-Mailer: log_accum Message-Id: <20140419155134.E8CE296@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: imil Date: Sat Apr 19 15:51:34 UTC 2014 Added Files: pkgsrc/www/py-urllib3: DESCR Makefile PLIST distinfo Log Message: Initial import of py-urllib3, version 1.8.2, into the NetBSD Packages Collection. HTTP library with thread-safe connection pooling, file post, and more. Highlights * Re-use the same socket connection for multiple requests (HTTPConnectionPool and HTTPSConnectionPool) (with optional client-side certificate verification). * File posting (encode_multipart_formdata). * Built-in redirection and retries (optional). * Supports gzip and deflate decoding. * Thread-safe and sanity-safe. * Works with AppEngine, gevent, and eventlib. * Tested on Python 2.6+ and Python 3.2+, 100% unit test coverage. * Small and easy to understand codebase perfect for extending and building upon. For a more comprehensive solution, have a look at Requests which is also powered by urllib3. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-urllib3/DESCR \ pkgsrc/www/py-urllib3/Makefile pkgsrc/www/py-urllib3/PLIST \ pkgsrc/www/py-urllib3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.