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: Sun Nov 24 09:27:49 UTC 2024
Modified Files:
pkgsrc/www/py-test-httpx: Makefile distinfo
Log Message:
py-test-httpx: updated to 0.34.0
0.34.0
Added
- `is_optional` parameter is now available on responses and callbacks registration. Allowing to add optional responses while keeping other responses as mandatory. Refer to documentation for more
details.
- `is_reusable` parameter is now available on responses and callbacks registration. Allowing to add multi-match responses while keeping other responses as single-match. Refer to documentation for
more details.
Fixed
- `httpx_mock.get_request` will now also propose to refine filters if more than one request is found instead of only proposing to switch to `httpx_mock.get_requests`.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-test-httpx/Makefile
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/www/py-test-httpx/Makefile:1.16
--- pkgsrc/www/py-test-httpx/Makefile:1.15 Mon Nov 11 07:29:28 2024
+++ pkgsrc/www/py-test-httpx/Makefile Sun Nov 24 09:27:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:29:28 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/11/24 09:27:49 adam Exp $
-DISTNAME= pytest_httpx-0.33.0
+DISTNAME= pytest_httpx-0.34.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//:S/_/-/}
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.14 pkgsrc/www/py-test-httpx/distinfo:1.15
--- pkgsrc/www/py-test-httpx/distinfo:1.14 Sun Nov 3 12:16:21 2024
+++ pkgsrc/www/py-test-httpx/distinfo Sun Nov 24 09:27:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/11/03 12:16:21 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/11/24 09:27:49 adam Exp $
-BLAKE2s (pytest_httpx-0.33.0.tar.gz) = 243251707daced4e00f84c5ac05b60acf38e21ee66a373206b87849186974979
-SHA512 (pytest_httpx-0.33.0.tar.gz) = 96e3b5e0264f61644ed22fc809f35d0b2b255aa2ba75a5bf33d165c35276f2b731689b70cfbab5b5c901b1be4ff59c4b21704f8b15453582a6095611380830c8
-Size (pytest_httpx-0.33.0.tar.gz) = 51708 bytes
+BLAKE2s (pytest_httpx-0.34.0.tar.gz) = 90a7aa9a1ffde3a6b36ef34d791fc9e619020ef2b415e7bbe13a11e3be5b84d7
+SHA512 (pytest_httpx-0.34.0.tar.gz) = 49ca01ddd16fb68213ec2178111c65fb3f47be6416b67ebe356a47f658140ee42e275e07e377c6740956d895a4b1a719c2cf12ad9cbabc339b20cca94b892ef0
+Size (pytest_httpx-0.34.0.tar.gz) = 54108 bytes
Home |
Main Index |
Thread Index |
Old Index