pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-test-httpx



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.

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



Home | Main Index | Thread Index | Old Index