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 Dec  3 11:28:10 UTC 2025

Modified Files:
        pkgsrc/www/py-test-httpx: Makefile distinfo

Log Message:
py-test-httpx: updated to 0.36.0

0.36.0

Changed
- `pytest` required version is now `9`.

Added
- Explicit support for python `3.14`.
- `match_params` parameter is now available on responses and callbacks registration, as well as request(s) retrieval. Allowing to provide query parameters as a dict instead of being part of the 
matched URL.
  - This parameter allows to perform partial query params matching ([refer to documentation](README.md#matching-on-query-parameters) for more information).

Fixed
- URL with more than one value for the same parameter were not matched properly (matching was performed on the first value).
- `httpx_mock.add_exception` is now properly documented (accepts `BaseException` instead of `Exception`).

Removed
- `pytest` `8` is not supported anymore.
- python `3.9` is not supported anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-test-httpx/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-test-httpx/distinfo

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.18 pkgsrc/www/py-test-httpx/Makefile:1.19
--- pkgsrc/www/py-test-httpx/Makefile:1.18      Mon Apr 14 20:28:03 2025
+++ pkgsrc/www/py-test-httpx/Makefile   Wed Dec  3 11:28:10 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2025/04/14 20:28:03 adam Exp $
+# $NetBSD: Makefile,v 1.19 2025/12/03 11:28:10 adam Exp $
 
-DISTNAME=      pytest_httpx-0.35.0
+DISTNAME=      pytest_httpx-0.36.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-httpx/}
 
@@ -14,9 +13,9 @@ LICENSE=      mit
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.28:../../www/py-httpx
-DEPENDS+=      ${PYPKGPREFIX}-test>=8.0:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.24:../../devel/py-test-asyncio
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=6:../../devel/py-test-cov
+DEPENDS+=      ${PYPKGPREFIX}-test>=9.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=1:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=7:../../devel/py-test-cov
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-test-httpx/distinfo
diff -u pkgsrc/www/py-test-httpx/distinfo:1.16 pkgsrc/www/py-test-httpx/distinfo:1.17
--- pkgsrc/www/py-test-httpx/distinfo:1.16      Thu Nov 28 19:52:45 2024
+++ pkgsrc/www/py-test-httpx/distinfo   Wed Dec  3 11:28:10 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2024/11/28 19:52:45 adam Exp $
+$NetBSD: distinfo,v 1.17 2025/12/03 11:28:10 adam Exp $
 
-BLAKE2s (pytest_httpx-0.35.0.tar.gz) = 22b771f5e0ae066b806d09936de17930102edc60b7e4f44b94d050f82849f502
-SHA512 (pytest_httpx-0.35.0.tar.gz) = 70ecfc7778aa4eb617e4685851dacec563e507d5f2aa571cd5acae7ac9f1667d7c67ce40144fa5e2649993c0e0aaa11650ea32f2dfe74652ecb115291a4c77ff
-Size (pytest_httpx-0.35.0.tar.gz) = 54146 bytes
+BLAKE2s (pytest_httpx-0.36.0.tar.gz) = 61638051d25eafb4171d95bf1dcc84c363acb7c0cfd5380a5daf754e5474bd24
+SHA512 (pytest_httpx-0.36.0.tar.gz) = 2e8aefa3483a6edcbae001f65881b4720b5a422e10da73a798fa10fbbe164ae4279eef68d5210178e41a907096a9a85400bc3527a967f1dcc813e62769170ec7
+Size (pytest_httpx-0.36.0.tar.gz) = 56793 bytes



Home | Main Index | Thread Index | Old Index