py-respx: updated to 0.17.1
0.17.1 Added - Implement support for async side effects in router. - Support mocking responses using asgi/wsgi apps. - Added pytest fixture and configuration marker. Fixed - Typo in import from examples.md. - Fix pass-through test case.
This commit is contained in:
parent
5783ce9cb4
commit
90618d5e58
3 changed files with 16 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2021/05/08 09:00:11 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2021/07/08 08:41:15 adam Exp $
|
||||
|
||||
DISTNAME= respx-0.17.0
|
||||
DISTNAME= respx-0.17.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/}
|
||||
|
@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-httpx>=0.18.0:../../www/py-httpx
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 36 # py-httpx
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2021/01/03 11:00:01 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2021/07/08 08:41:15 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
||||
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
||||
|
@ -17,6 +18,9 @@ ${PYSITELIB}/respx/api.pyo
|
|||
${PYSITELIB}/respx/fixtures.py
|
||||
${PYSITELIB}/respx/fixtures.pyc
|
||||
${PYSITELIB}/respx/fixtures.pyo
|
||||
${PYSITELIB}/respx/handlers.py
|
||||
${PYSITELIB}/respx/handlers.pyc
|
||||
${PYSITELIB}/respx/handlers.pyo
|
||||
${PYSITELIB}/respx/mocks.py
|
||||
${PYSITELIB}/respx/mocks.pyc
|
||||
${PYSITELIB}/respx/mocks.pyo
|
||||
|
@ -26,6 +30,9 @@ ${PYSITELIB}/respx/models.pyo
|
|||
${PYSITELIB}/respx/patterns.py
|
||||
${PYSITELIB}/respx/patterns.pyc
|
||||
${PYSITELIB}/respx/patterns.pyo
|
||||
${PYSITELIB}/respx/plugin.py
|
||||
${PYSITELIB}/respx/plugin.pyc
|
||||
${PYSITELIB}/respx/plugin.pyo
|
||||
${PYSITELIB}/respx/py.typed
|
||||
${PYSITELIB}/respx/router.py
|
||||
${PYSITELIB}/respx/router.pyc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2021/05/08 09:00:11 adam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2021/07/08 08:41:15 adam Exp $
|
||||
|
||||
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
|
||||
SHA1 (respx-0.17.1.tar.gz) = 0dd392b41bbac56f21af6e0d0128baad90143991
|
||||
RMD160 (respx-0.17.1.tar.gz) = b7faeb5476cfffe6f742e9b4f87ed3c3bee53635
|
||||
SHA512 (respx-0.17.1.tar.gz) = 72c37c9fcd9bb6ea6f4d9f15bfc5cf3268aed759cd1354c158daaab661abd86620570baca26e7be8bd382aba700a3282de514f30476fb4ea8bdeeb0ebefb093f
|
||||
Size (respx-0.17.1.tar.gz) = 23740 bytes
|
||||
|
|
Loading…
Reference in a new issue