Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 901331A9239 for ; Mon, 7 Feb 2022 13:08:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AA27084E5A; Mon, 7 Feb 2022 13:08:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E414184D80 for ; Mon, 7 Feb 2022 13:08:29 +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 X2WhUGyU_2_9 for ; Mon, 7 Feb 2022 13:08:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 619D484D4D for ; Mon, 7 Feb 2022 13:08:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B291FB24; Mon, 7 Feb 2022 13:08:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644239309203600" MIME-Version: 1.0 Date: Mon, 7 Feb 2022 13:08:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httplib2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220207130829.5B291FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644239309203600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 7 13:08:29 UTC 2022 Modified Files: pkgsrc/www/py-httplib2: Makefile distinfo Log Message: py-httplib2: updated to 0.20.4 0.20.4 proxy: support proxy urls with ipv6 address 0.20.3 No changes in library. Tests compatible with Python3.10 and recent pytest. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/py-httplib2/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/py-httplib2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644239309203600 Content-Disposition: inline Content-Length: 2007 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-httplib2/Makefile diff -u pkgsrc/www/py-httplib2/Makefile:1.31 pkgsrc/www/py-httplib2/Makefile:1.32 --- pkgsrc/www/py-httplib2/Makefile:1.31 Tue Jan 4 20:55:30 2022 +++ pkgsrc/www/py-httplib2/Makefile Mon Feb 7 13:08:29 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2022/01/04 20:55:30 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2022/02/07 13:08:29 adam Exp $ -DISTNAME= httplib2-0.20.2 +DISTNAME= httplib2-0.20.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/} @@ -15,14 +14,6 @@ PYTHON_VERSIONED_DEPENDENCIES+= pyparsin USE_LANGUAGES= # none -.include "../../lang/python/pyversion.mk" -do-test: -.if ${_PYTHON_VERSION} == 27 - cd ${WRKSRC}/python2 && ${PYTHONBIN} httplib2test.py -.else - cd ${WRKSRC}/python3 && ${PYTHONBIN} httplib2test.py -.endif - .include "../../lang/python/egg.mk" .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-httplib2/distinfo diff -u pkgsrc/www/py-httplib2/distinfo:1.28 pkgsrc/www/py-httplib2/distinfo:1.29 --- pkgsrc/www/py-httplib2/distinfo:1.28 Tue Nov 2 18:54:23 2021 +++ pkgsrc/www/py-httplib2/distinfo Mon Feb 7 13:08:29 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2021/11/02 18:54:23 adam Exp $ +$NetBSD: distinfo,v 1.29 2022/02/07 13:08:29 adam Exp $ -BLAKE2s (httplib2-0.20.2.tar.gz) = 63c73b59bb949e1bcae92b21c7c8c219df9dbf7f331544db0ece6ce56d6dccb2 -SHA512 (httplib2-0.20.2.tar.gz) = 20359b8451f9be71000d2d7f38cefdf7abe9c2ff4f84c8e44943f24873e0d7bff943a871dae8170d1121cc0002f3b59db243629f58f4433c0b40f09b4e166579 -Size (httplib2-0.20.2.tar.gz) = 267230 bytes +BLAKE2s (httplib2-0.20.4.tar.gz) = c731dc7f0e7d212037aeec93e4ba75b444090cf712e41432bf2449376a39457a +SHA512 (httplib2-0.20.4.tar.gz) = 67c553926c1e103800bf622a4bb9ee6c3222fb33526f94fc64afa7e876281551bb6e42c8fce5d956f1f64a1727a25d457d23acb26360b69493dcaa3f8991e0be +Size (httplib2-0.20.4.tar.gz) = 349137 bytes --_----------=_1644239309203600--