Wed Sep 27 15:14:30 2023 UTC ()
py-test-httpx: updated to 0.26.0

0.26.0
Added
- Added `proxy_url` parameter which allows matching on proxy URL.


(adam)
diff -r1.6 -r1.7 pkgsrc/www/py-test-httpx/Makefile
diff -r1.6 -r1.7 pkgsrc/www/py-test-httpx/distinfo
diff -r1.1 -r1.2 pkgsrc/www/py-test-httpx/PLIST

cvs diff -r1.6 -r1.7 pkgsrc/www/py-test-httpx/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-test-httpx/Makefile 2023/09/14 09:28:21 1.6
+++ pkgsrc/www/py-test-httpx/Makefile 2023/09/27 15:14:30 1.7
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2023/09/14 09:28:21 adam Exp $ 1# $NetBSD: Makefile,v 1.7 2023/09/27 15:14:30 adam Exp $
2 2
3DISTNAME= pytest_httpx-0.25.0 3DISTNAME= pytest_httpx-0.26.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpx/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpx/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://colin-b.github.io/pytest_httpx/ 9HOMEPAGE= https://colin-b.github.io/pytest_httpx/
10COMMENT= Send responses to httpx 10COMMENT= Send responses to httpx
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-httpx>=0.25:../../www/py-httpx 13DEPENDS+= ${PYPKGPREFIX}-httpx>=0.25:../../www/py-httpx
14DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test 14DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.21:../../devel/py-test-asyncio 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.21:../../devel/py-test-asyncio
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4:../../devel/py-test-cov 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4:../../devel/py-test-cov

cvs diff -r1.6 -r1.7 pkgsrc/www/py-test-httpx/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-test-httpx/distinfo 2023/09/14 09:28:21 1.6
+++ pkgsrc/www/py-test-httpx/distinfo 2023/09/27 15:14:30 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2023/09/14 09:28:21 adam Exp $ 1$NetBSD: distinfo,v 1.7 2023/09/27 15:14:30 adam Exp $
2 2
3BLAKE2s (pytest_httpx-0.25.0.tar.gz) = c2d938da5920929621a22b6a351ca247843f1f7f5a11f42ccbf59604438b6d69 3BLAKE2s (pytest_httpx-0.26.0.tar.gz) = f5d1b3b1a01b0336664556be258f71e2dd1d59d36e556ad14bfc92b294d5341b
4SHA512 (pytest_httpx-0.25.0.tar.gz) = a2513b5d75f281fae12e8e06151eaa52e35defa67aeca1f5ea146ecf3735897c0d440d11af8dbfb31a2be8ff9ea5d86962060c78b8d3ea1d83c0c870611a2a5f 4SHA512 (pytest_httpx-0.26.0.tar.gz) = b671984714e8958361a773ef5e3f7430736b01556c6af58aac4ca740a679b5c2e316e2d041e1594cc16e7e13cee9692f57dcbbf374ca15924685250f73cc7853
5Size (pytest_httpx-0.25.0.tar.gz) = 31681 bytes 5Size (pytest_httpx-0.26.0.tar.gz) = 33490 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/py-test-httpx/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-test-httpx/PLIST 2022/11/15 12:17:08 1.1
+++ pkgsrc/www/py-test-httpx/PLIST 2023/09/27 15:14:30 1.2
@@ -1,20 +1,26 @@ @@ -1,20 +1,26 @@
1@comment $NetBSD: PLIST,v 1.1 2022/11/15 12:17:08 adam Exp $ 1@comment $NetBSD: PLIST,v 1.2 2023/09/27 15:14:30 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 5${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/pytest_httpx/__init__.py 8${PYSITELIB}/pytest_httpx/__init__.py
9${PYSITELIB}/pytest_httpx/__init__.pyc 9${PYSITELIB}/pytest_httpx/__init__.pyc
10${PYSITELIB}/pytest_httpx/__init__.pyo 10${PYSITELIB}/pytest_httpx/__init__.pyo
11${PYSITELIB}/pytest_httpx/_httpx_internals.py 11${PYSITELIB}/pytest_httpx/_httpx_internals.py
12${PYSITELIB}/pytest_httpx/_httpx_internals.pyc 12${PYSITELIB}/pytest_httpx/_httpx_internals.pyc
13${PYSITELIB}/pytest_httpx/_httpx_internals.pyo 13${PYSITELIB}/pytest_httpx/_httpx_internals.pyo
14${PYSITELIB}/pytest_httpx/_httpx_mock.py 14${PYSITELIB}/pytest_httpx/_httpx_mock.py
15${PYSITELIB}/pytest_httpx/_httpx_mock.pyc 15${PYSITELIB}/pytest_httpx/_httpx_mock.pyc
16${PYSITELIB}/pytest_httpx/_httpx_mock.pyo 16${PYSITELIB}/pytest_httpx/_httpx_mock.pyo
 17${PYSITELIB}/pytest_httpx/_pretty_print.py
 18${PYSITELIB}/pytest_httpx/_pretty_print.pyc
 19${PYSITELIB}/pytest_httpx/_pretty_print.pyo
 20${PYSITELIB}/pytest_httpx/_request_matcher.py
 21${PYSITELIB}/pytest_httpx/_request_matcher.pyc
 22${PYSITELIB}/pytest_httpx/_request_matcher.pyo
17${PYSITELIB}/pytest_httpx/py.typed 23${PYSITELIB}/pytest_httpx/py.typed
18${PYSITELIB}/pytest_httpx/version.py 24${PYSITELIB}/pytest_httpx/version.py
19${PYSITELIB}/pytest_httpx/version.pyc 25${PYSITELIB}/pytest_httpx/version.pyc
20${PYSITELIB}/pytest_httpx/version.pyo 26${PYSITELIB}/pytest_httpx/version.pyo