diff options
author | adam <adam@pkgsrc.org> | 2021-05-08 09:00:11 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-05-08 09:00:11 +0000 |
commit | 24ee56d753d58378f9f3f31f06fb6437f3455aeb (patch) | |
tree | 865a049165b3e1aa36e35b8908e59ccad48415c5 /www/py-respx | |
parent | ebb29c622cbcd6d3bdf36ee00aa2b4f3f458fa50 (diff) | |
download | pkgsrc-24ee56d753d58378f9f3f31f06fb6437f3455aeb.tar.gz |
py-respx: updated to 0.17.0
0.17.0
Changed
- Require `HTTPX` 0.18.0 and implement the new transport API.
- Removed ASGI and WSGI transports from httpcore patch list.
- Don't pre-read mocked async resposne streams.
Fixed
- Fixed syntax highlighting in docs, thanks @florimondmanca.
- Type check `route.return_value`, thanks @tzing.
- Fixed a typo in the docs, thanks @lewoudar.
Added
- Added support for adding/removing patch targets.
- Added test session for python 3.10.
- Added RESPX Mock Swallowtail to README.
Diffstat (limited to 'www/py-respx')
-rw-r--r-- | www/py-respx/Makefile | 6 | ||||
-rw-r--r-- | www/py-respx/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/py-respx/Makefile b/www/py-respx/Makefile index b9e130fe9de..ce0380d0572 100644 --- a/www/py-respx/Makefile +++ b/www/py-respx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2021/01/03 11:00:01 adam Exp $ +# $NetBSD: Makefile,v 1.2 2021/05/08 09:00:11 adam Exp $ -DISTNAME= respx-0.16.3 +DISTNAME= respx-0.17.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/lundberg/respx COMMENT= Utility for mocking out the Python HTTPX library LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-httpx>=0.15:../../www/py-httpx +DEPENDS+= ${PYPKGPREFIX}-httpx>=0.18.0:../../www/py-httpx USE_LANGUAGES= # none diff --git a/www/py-respx/distinfo b/www/py-respx/distinfo index 9e297a86db5..e4b59912e83 100644 --- a/www/py-respx/distinfo +++ b/www/py-respx/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2021/01/03 11:00:01 adam Exp $ +$NetBSD: distinfo,v 1.2 2021/05/08 09:00:11 adam Exp $ -SHA1 (respx-0.16.3.tar.gz) = ca09552ff2d1e278a63a20d3a7c88f034b6be924 -RMD160 (respx-0.16.3.tar.gz) = ee1e54bfb9d9a92fadb00084d7e59931dee94ed7 -SHA512 (respx-0.16.3.tar.gz) = 3279999bd5e5b4843e280f2b0154fd94e17eba903b11bb581a75b26ca2218ccce654e639b03aba4387aa27bec53d48404f5a550f09eae8c8f497386d08e4f815 -Size (respx-0.16.3.tar.gz) = 21300 bytes +SHA1 (respx-0.17.0.tar.gz) = 3a9268bb2429cf6220d3f01a6df27d209e5d8b4e +RMD160 (respx-0.17.0.tar.gz) = 573ad8c80f02b2c9f223c9bd0ab6963e236ea9a3 +SHA512 (respx-0.17.0.tar.gz) = cbeafb72f5b61b94d67bf218807ee01761b8091ffea93451af936df28035d69e2da6942ec3c9fffd9dd09cc91db1d809622e4f10fceed3bef6d8fc48f63d6125 +Size (respx-0.17.0.tar.gz) = 22086 bytes |