Received: by mail.netbsd.org (Postfix, from userid 605) id CE42784D84; Thu, 25 Apr 2019 04:58:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55A9684D69 for ; Thu, 25 Apr 2019 04:58:02 +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 wD8Ei7LMuDef for ; Thu, 25 Apr 2019 04:58:01 +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 D52E184D3A for ; Thu, 25 Apr 2019 04:58:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D012DFB16; Thu, 25 Apr 2019 04:58:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556168281219630" MIME-Version: 1.0 Date: Thu, 25 Apr 2019 04:58:01 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-urllib3 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190425045801.D012DFB16@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. --_----------=_1556168281219630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 25 04:58:01 UTC 2019 Modified Files: pkgsrc/www/py-urllib3: Makefile distinfo Log Message: py-urllib3: updated to 1.25.1 1.25.1: * Add support for Google's Brotli package. * Upgrade bundled rfc3986 to v1.3.1 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-urllib3/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-urllib3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556168281219630 Content-Disposition: inline Content-Length: 1635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-urllib3/Makefile diff -u pkgsrc/www/py-urllib3/Makefile:1.13 pkgsrc/www/py-urllib3/Makefile:1.14 --- pkgsrc/www/py-urllib3/Makefile:1.13 Tue Apr 23 09:51:33 2019 +++ pkgsrc/www/py-urllib3/Makefile Thu Apr 25 04:58:01 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2019/04/23 09:51:33 adam Exp $ +# $NetBSD: Makefile,v 1.14 2019/04/25 04:58:01 adam Exp $ -DISTNAME= urllib3-1.25 +DISTNAME= urllib3-1.25.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=u/urllib3/} Index: pkgsrc/www/py-urllib3/distinfo diff -u pkgsrc/www/py-urllib3/distinfo:1.12 pkgsrc/www/py-urllib3/distinfo:1.13 --- pkgsrc/www/py-urllib3/distinfo:1.12 Tue Apr 23 09:51:33 2019 +++ pkgsrc/www/py-urllib3/distinfo Thu Apr 25 04:58:01 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2019/04/23 09:51:33 adam Exp $ +$NetBSD: distinfo,v 1.13 2019/04/25 04:58:01 adam Exp $ -SHA1 (urllib3-1.25.tar.gz) = d1a3a7da620407efd244f1f119051dc62a183a76 -RMD160 (urllib3-1.25.tar.gz) = 9c04450c03fb4df101335259d735479e37295b22 -SHA512 (urllib3-1.25.tar.gz) = 1392b96cb622e2795dce1f4eaf917208244d80ff43c68b77fec3953fa04b8746e0dd84fcbf26da56eb58611a6370803678f652a1a1ca722877692cf9f5bef80b -Size (urllib3-1.25.tar.gz) = 409895 bytes +SHA1 (urllib3-1.25.1.tar.gz) = 2cae895111a22363ca1daf9efddd1e4845958964 +RMD160 (urllib3-1.25.1.tar.gz) = b3651884c317e5b79531f9f621405b0b6a0760a1 +SHA512 (urllib3-1.25.1.tar.gz) = 6f72c7b7c471fcebc78dac358297cabd4abb6d2b2388bc201d8603fd498b2064e6ef1727e20bc2a87e5fc8bf7e73a4d0f02088429218fcb780b248a28d8a302e +Size (urllib3-1.25.1.tar.gz) = 670490 bytes --_----------=_1556168281219630--