Received: by mail.netbsd.org (Postfix, from userid 605) id 1D74684D6A; Mon, 31 Oct 2022 10:52:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4D24784D66 for ; Mon, 31 Oct 2022 10:52: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 oPhKzpZtuSHW for ; Mon, 31 Oct 2022 10:52:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B03D884CFD for ; Mon, 31 Oct 2022 10:52:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A98FEFA90; Mon, 31 Oct 2022 10:52:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667213548180280" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 10:52:28 +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: <20221031105228.A98FEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667213548180280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Oct 31 10:52:28 UTC 2022 Modified Files: pkgsrc/www/py-httplib2: Makefile distinfo Log Message: py-httplib2: updated to 0.21.0 0.21.0 http: `Content-Encoding: deflate` must accept zlib encapsulation https://github.com/httplib2/httplib2/pull/230 Begin support and CI against CPython 3.10 and 3.11. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/py-httplib2/Makefile cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/py-httplib2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667213548180280 Content-Disposition: inline Content-Length: 2737 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.33 pkgsrc/www/py-httplib2/Makefile:1.34 --- pkgsrc/www/py-httplib2/Makefile:1.33 Wed Jul 20 22:13:26 2022 +++ pkgsrc/www/py-httplib2/Makefile Mon Oct 31 10:52:28 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2022/07/20 22:13:26 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2022/10/31 10:52:28 adam Exp $ -DISTNAME= httplib2-0.20.4 +DISTNAME= httplib2-0.21.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httplib2/} @@ -10,11 +10,23 @@ HOMEPAGE= https://github.com/httplib2/ht COMMENT= Comprehensive http client library for Python LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing +DEPENDS+= ${PYPKGPREFIX}-pyparsing>=3.0.4:../../devel/py-pyparsing +TEST_DEPENDS+= ${PYPKGPREFIX}-cryptography>=35.0.0:../../security/py-cryptography +TEST_DEPENDS+= ${PYPKGPREFIX}-flake8>=3.9.2:../../devel/py-flake8 +TEST_DEPENDS+= ${PYPKGPREFIX}-future>=0.16.0:../../devel/py-future +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.2.5:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.12.1:../../devel/py-test-cov +TEST_DEPENDS+= ${PYPKGPREFIX}-test-forked>=1.3.0:../../devel/py-test-forked +TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=1.2.3:../../devel/py-test-randomly +TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=1.4.2:../../devel/py-test-timeout +TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.34.0:../../devel/py-test-xdist + +USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -USE_LANGUAGES= # none +do-test: + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-httplib2/distinfo diff -u pkgsrc/www/py-httplib2/distinfo:1.29 pkgsrc/www/py-httplib2/distinfo:1.30 --- pkgsrc/www/py-httplib2/distinfo:1.29 Mon Feb 7 13:08:29 2022 +++ pkgsrc/www/py-httplib2/distinfo Mon Oct 31 10:52:28 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.29 2022/02/07 13:08:29 adam Exp $ +$NetBSD: distinfo,v 1.30 2022/10/31 10:52:28 adam Exp $ -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 +BLAKE2s (httplib2-0.21.0.tar.gz) = d86d347ef69f06928b2899c4a647e03026bc31dd6f87e2a703251a27cd6bbb56 +SHA512 (httplib2-0.21.0.tar.gz) = 678e71d2f036b7c842f438a481283b6805de6124809eaf2001bf41b3cd15708ab4300d8de44a9da89a2fd643c18619ad731122dc08a9895b471c7f69acab7960 +Size (httplib2-0.21.0.tar.gz) = 350463 bytes --_----------=_1667213548180280--