Skip to content

Commit c5b4a47

Browse files
author
adam
committed
py-test-httpx: updated to 0.27.0
0.27.0 Added - Explicit support for python `3.12`. Fixed - Custom HTTP transport are now handled (parent call to `handle_async_request` or `handle_request`). Changed - Only HTTP transport are now mocked, this should not have any impact, however if it does, please feel free to open an issue describing your use case.
1 parent a0eb503 commit c5b4a47

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

www/py-test-httpx/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.7 2023/09/27 15:14:30 adam Exp $
1+
# $NetBSD: Makefile,v 1.8 2023/11/16 09:39:59 adam Exp $
22

3-
DISTNAME= pytest_httpx-0.26.0
3+
DISTNAME= pytest_httpx-0.27.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
55
CATEGORIES= www python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpx/}

www/py-test-httpx/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.7 2023/09/27 15:14:30 adam Exp $
1+
$NetBSD: distinfo,v 1.8 2023/11/16 09:39:59 adam Exp $
22

3-
BLAKE2s (pytest_httpx-0.26.0.tar.gz) = f5d1b3b1a01b0336664556be258f71e2dd1d59d36e556ad14bfc92b294d5341b
4-
SHA512 (pytest_httpx-0.26.0.tar.gz) = b671984714e8958361a773ef5e3f7430736b01556c6af58aac4ca740a679b5c2e316e2d041e1594cc16e7e13cee9692f57dcbbf374ca15924685250f73cc7853
5-
Size (pytest_httpx-0.26.0.tar.gz) = 33490 bytes
3+
BLAKE2s (pytest_httpx-0.27.0.tar.gz) = f594b87a6b4882546a0364faff32a9df9d179848815a27ea4848d0f3e077a33a
4+
SHA512 (pytest_httpx-0.27.0.tar.gz) = e2834313f507d02b9df96a47f8be6f46b451972e88ed9c9bfcb8bdb92545cc44064b11a1160a5d9d900381181918611d5d5a9efaf60f4e491f33182e9bd884dd
5+
Size (pytest_httpx-0.27.0.tar.gz) = 33905 bytes

0 commit comments

Comments
 (0)