Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0A90184EF6 for ; Wed, 27 Sep 2023 15:14:31 +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 Lkb_DtD01gCh for ; Wed, 27 Sep 2023 15:14:30 +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 6BE6F84CF9 for ; Wed, 27 Sep 2023 15:14:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FE6AFBDB; Wed, 27 Sep 2023 15:14:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169582767097080" MIME-Version: 1.0 Date: Wed, 27 Sep 2023 15:14:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-test-httpx To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230927151430.5FE6AFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169582767097080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Sep 27 15:14:30 UTC 2023 Modified Files: pkgsrc/www/py-test-httpx: Makefile PLIST distinfo Log Message: py-test-httpx: updated to 0.26.0 0.26.0 Added - Added `proxy_url` parameter which allows matching on proxy URL. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-test-httpx/Makefile \ pkgsrc/www/py-test-httpx/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-test-httpx/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169582767097080 Content-Disposition: inline Content-Length: 2716 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-test-httpx/Makefile diff -u pkgsrc/www/py-test-httpx/Makefile:1.6 pkgsrc/www/py-test-httpx/Makefile:1.7 --- pkgsrc/www/py-test-httpx/Makefile:1.6 Thu Sep 14 09:28:21 2023 +++ pkgsrc/www/py-test-httpx/Makefile Wed Sep 27 15:14:30 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2023/09/14 09:28:21 adam Exp $ +# $NetBSD: Makefile,v 1.7 2023/09/27 15:14:30 adam Exp $ -DISTNAME= pytest_httpx-0.25.0 +DISTNAME= pytest_httpx-0.26.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpx/} Index: pkgsrc/www/py-test-httpx/distinfo diff -u pkgsrc/www/py-test-httpx/distinfo:1.6 pkgsrc/www/py-test-httpx/distinfo:1.7 --- pkgsrc/www/py-test-httpx/distinfo:1.6 Thu Sep 14 09:28:21 2023 +++ pkgsrc/www/py-test-httpx/distinfo Wed Sep 27 15:14:30 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/09/14 09:28:21 adam Exp $ +$NetBSD: distinfo,v 1.7 2023/09/27 15:14:30 adam Exp $ -BLAKE2s (pytest_httpx-0.25.0.tar.gz) = c2d938da5920929621a22b6a351ca247843f1f7f5a11f42ccbf59604438b6d69 -SHA512 (pytest_httpx-0.25.0.tar.gz) = a2513b5d75f281fae12e8e06151eaa52e35defa67aeca1f5ea146ecf3735897c0d440d11af8dbfb31a2be8ff9ea5d86962060c78b8d3ea1d83c0c870611a2a5f -Size (pytest_httpx-0.25.0.tar.gz) = 31681 bytes +BLAKE2s (pytest_httpx-0.26.0.tar.gz) = f5d1b3b1a01b0336664556be258f71e2dd1d59d36e556ad14bfc92b294d5341b +SHA512 (pytest_httpx-0.26.0.tar.gz) = b671984714e8958361a773ef5e3f7430736b01556c6af58aac4ca740a679b5c2e316e2d041e1594cc16e7e13cee9692f57dcbbf374ca15924685250f73cc7853 +Size (pytest_httpx-0.26.0.tar.gz) = 33490 bytes Index: pkgsrc/www/py-test-httpx/PLIST diff -u pkgsrc/www/py-test-httpx/PLIST:1.1 pkgsrc/www/py-test-httpx/PLIST:1.2 --- pkgsrc/www/py-test-httpx/PLIST:1.1 Tue Nov 15 12:17:08 2022 +++ pkgsrc/www/py-test-httpx/PLIST Wed Sep 27 15:14:30 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2022/11/15 12:17:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/09/27 15:14:30 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -14,6 +14,12 @@ ${PYSITELIB}/pytest_httpx/_httpx_interna ${PYSITELIB}/pytest_httpx/_httpx_mock.py ${PYSITELIB}/pytest_httpx/_httpx_mock.pyc ${PYSITELIB}/pytest_httpx/_httpx_mock.pyo +${PYSITELIB}/pytest_httpx/_pretty_print.py +${PYSITELIB}/pytest_httpx/_pretty_print.pyc +${PYSITELIB}/pytest_httpx/_pretty_print.pyo +${PYSITELIB}/pytest_httpx/_request_matcher.py +${PYSITELIB}/pytest_httpx/_request_matcher.pyc +${PYSITELIB}/pytest_httpx/_request_matcher.pyo ${PYSITELIB}/pytest_httpx/py.typed ${PYSITELIB}/pytest_httpx/version.py ${PYSITELIB}/pytest_httpx/version.pyc --_----------=_169582767097080--