pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-respx py-respx: updated to 0.17.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0a347ddc345
branches: trunk
changeset: 452299:f0a347ddc345
user: adam <adam%pkgsrc.org@localhost>
date: Sat May 08 09:00:11 2021 +0000
description:
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:
www/py-respx/Makefile | 6 +++---
www/py-respx/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r a1ae67f3b055 -r f0a347ddc345 www/py-respx/Makefile
--- a/www/py-respx/Makefile Sat May 08 08:58:42 2021 +0000
+++ b/www/py-respx/Makefile Sat May 08 09:00:11 2021 +0000
@@ -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 @@
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 -r a1ae67f3b055 -r f0a347ddc345 www/py-respx/distinfo
--- a/www/py-respx/distinfo Sat May 08 08:58:42 2021 +0000
+++ b/www/py-respx/distinfo Sat May 08 09:00:11 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index