pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-respx



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat May  8 09:00:11 UTC 2021

Modified Files:
        pkgsrc/www/py-respx: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-respx/Makefile \
    pkgsrc/www/py-respx/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-respx/Makefile
diff -u pkgsrc/www/py-respx/Makefile:1.1 pkgsrc/www/py-respx/Makefile:1.2
--- pkgsrc/www/py-respx/Makefile:1.1    Sun Jan  3 11:00:01 2021
+++ pkgsrc/www/py-respx/Makefile        Sat May  8 09:00:11 2021
@@ -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/re
 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
 
Index: pkgsrc/www/py-respx/distinfo
diff -u pkgsrc/www/py-respx/distinfo:1.1 pkgsrc/www/py-respx/distinfo:1.2
--- pkgsrc/www/py-respx/distinfo:1.1    Sun Jan  3 11:00:01 2021
+++ pkgsrc/www/py-respx/distinfo        Sat May  8 09:00:11 2021
@@ -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