8f4be49b57
0.17.0 ------ * This release is the last to support Python 2.7. * Fixed issue when `response.iter_content` when `chunk_size=None` entered infinite loop * Fixed issue when `passthru_prefixes` persisted across tests. Now `add_passthru` is valid only within a context manager or for a single function and cleared on exit * Deprecate `match_querystring` argument in `Response` and `CallbackResponse`. Use `responses.matchers.query_param_matcher` or `responses.matchers.query_string_matcher` * Added support for non-UTF-8 bytes in `responses.matchers.multipart_matcher` * Added `responses.registries`. Now user can create custom registries to manipulate the order of responses in the match algorithm `responses.activate(registry=CustomRegistry)` * Fixed issue with response match when requests were performed between adding responses with same URL.
25 lines
995 B
Text
25 lines
995 B
Text
@comment $NetBSD: PLIST,v 1.6 2022/01/24 18:24:47 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/responses/__init__.py
|
|
${PYSITELIB}/responses/__init__.pyc
|
|
${PYSITELIB}/responses/__init__.pyi
|
|
${PYSITELIB}/responses/__init__.pyo
|
|
${PYSITELIB}/responses/matchers.py
|
|
${PYSITELIB}/responses/matchers.pyc
|
|
${PYSITELIB}/responses/matchers.pyi
|
|
${PYSITELIB}/responses/matchers.pyo
|
|
${PYSITELIB}/responses/registries.py
|
|
${PYSITELIB}/responses/registries.pyc
|
|
${PYSITELIB}/responses/registries.pyi
|
|
${PYSITELIB}/responses/registries.pyo
|
|
${PYSITELIB}/responses/test_matchers.py
|
|
${PYSITELIB}/responses/test_matchers.pyc
|
|
${PYSITELIB}/responses/test_matchers.pyo
|
|
${PYSITELIB}/responses/test_responses.py
|
|
${PYSITELIB}/responses/test_responses.pyc
|
|
${PYSITELIB}/responses/test_responses.pyo
|