Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9A37E84E8D for ; Sun, 21 May 2023 17:57:55 +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 afwZNOwmpzdZ for ; Sun, 21 May 2023 17:57:55 +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 E6E7384CE3 for ; Sun, 21 May 2023 17:57:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E05E1FA87; Sun, 21 May 2023 17:57:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684691874257390" MIME-Version: 1.0 Date: Sun, 21 May 2023 17:57:54 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/py-httpie To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230521175754.E05E1FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1684691874257390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 21 17:57:54 UTC 2023 Modified Files: pkgsrc/www/py-httpie: Makefile PLIST distinfo Log Message: py-httpie: update to 3.2.2. ## 3.2.2 - Fixed compatibility with urllib3 2.0.0. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-httpie/Makefile \ pkgsrc/www/py-httpie/distinfo cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-httpie/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684691874257390 Content-Disposition: inline Content-Length: 3829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-httpie/Makefile diff -u pkgsrc/www/py-httpie/Makefile:1.15 pkgsrc/www/py-httpie/Makefile:1.16 --- pkgsrc/www/py-httpie/Makefile:1.15 Wed Mar 29 09:34:15 2023 +++ pkgsrc/www/py-httpie/Makefile Sun May 21 17:57:54 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/03/29 09:34:15 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2023/05/21 17:57:54 wiz Exp $ -DISTNAME= httpie-3.2.1 +DISTNAME= httpie-3.2.2 PKGNAME= ${PYPKGPREFIX}-${EGG_NAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpie/} @@ -24,6 +24,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9] TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpbin>=0.0.6:../../www/py-test-httpbin TEST_DEPENDS+= ${PYPKGPREFIX}-test-lazy-fixture>=0.0.6:../../devel/py-test-lazy-fixture TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock +TEST_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml USE_LANGUAGES= # none @@ -51,8 +52,8 @@ post-install: ${MV} ${bin}.1 ${bin}-${PYVERSSUFFIX}.1 || ${TRUE} .endfor -# test status as of 3.1.0 -# 12 failed, 966 passed, 6 skipped, 1 xfailed, 327 warnings +# test status as of 3.2.2 +# 20 failed, 1006 passed, 5 skipped, 3 xfailed, 395 warnings do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} Index: pkgsrc/www/py-httpie/distinfo diff -u pkgsrc/www/py-httpie/distinfo:1.15 pkgsrc/www/py-httpie/distinfo:1.16 --- pkgsrc/www/py-httpie/distinfo:1.15 Tue Oct 25 07:59:07 2022 +++ pkgsrc/www/py-httpie/distinfo Sun May 21 17:57:54 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2022/10/25 07:59:07 adam Exp $ +$NetBSD: distinfo,v 1.16 2023/05/21 17:57:54 wiz Exp $ -BLAKE2s (httpie-3.2.1.tar.gz) = 1698239ebbd3a7a9a0c77ccb9f80e024b8a892bad12d7adf00c5e57d9f72725a -SHA512 (httpie-3.2.1.tar.gz) = eb61d60dd3a8e5bff3f84a51ec02521f06a0dc918a42e24d055294daf1a26abba55406d40d154380e91605d47754207b8678b52e63b855d5480de10b35944dda -Size (httpie-3.2.1.tar.gz) = 200296 bytes +BLAKE2s (httpie-3.2.2.tar.gz) = ffe7556eeb79efff26fdf2630cc984eb37a5f4d0820832d12995d8e808a1a4ce +SHA512 (httpie-3.2.2.tar.gz) = 9c6fac71fbb3b5d7fe31736ecf7c2894638d9a720e4b8a5ff8802905fe300d4acfce9330503ca2f4465297370a5ab43a840b6df48569aae77c677fd9282c5c6a +Size (httpie-3.2.2.tar.gz) = 404187 bytes Index: pkgsrc/www/py-httpie/PLIST diff -u pkgsrc/www/py-httpie/PLIST:1.8 pkgsrc/www/py-httpie/PLIST:1.9 --- pkgsrc/www/py-httpie/PLIST:1.8 Tue Oct 25 07:59:07 2022 +++ pkgsrc/www/py-httpie/PLIST Sun May 21 17:57:54 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2022/10/25 07:59:07 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2023/05/21 17:57:54 wiz Exp $ bin/http-${PYVERSSUFFIX} bin/httpie-${PYVERSSUFFIX} bin/https-${PYVERSSUFFIX} @@ -38,9 +38,21 @@ ${PYSITELIB}/httpie/cli/dicts.pyo ${PYSITELIB}/httpie/cli/exceptions.py ${PYSITELIB}/httpie/cli/exceptions.pyc ${PYSITELIB}/httpie/cli/exceptions.pyo -${PYSITELIB}/httpie/cli/nested_json.py -${PYSITELIB}/httpie/cli/nested_json.pyc -${PYSITELIB}/httpie/cli/nested_json.pyo +${PYSITELIB}/httpie/cli/nested_json/__init__.py +${PYSITELIB}/httpie/cli/nested_json/__init__.pyc +${PYSITELIB}/httpie/cli/nested_json/__init__.pyo +${PYSITELIB}/httpie/cli/nested_json/errors.py +${PYSITELIB}/httpie/cli/nested_json/errors.pyc +${PYSITELIB}/httpie/cli/nested_json/errors.pyo +${PYSITELIB}/httpie/cli/nested_json/interpret.py +${PYSITELIB}/httpie/cli/nested_json/interpret.pyc +${PYSITELIB}/httpie/cli/nested_json/interpret.pyo +${PYSITELIB}/httpie/cli/nested_json/parse.py +${PYSITELIB}/httpie/cli/nested_json/parse.pyc +${PYSITELIB}/httpie/cli/nested_json/parse.pyo +${PYSITELIB}/httpie/cli/nested_json/tokens.py +${PYSITELIB}/httpie/cli/nested_json/tokens.pyc +${PYSITELIB}/httpie/cli/nested_json/tokens.pyo ${PYSITELIB}/httpie/cli/options.py ${PYSITELIB}/httpie/cli/options.pyc ${PYSITELIB}/httpie/cli/options.pyo --_----------=_1684691874257390--