py-responses: updated to 0.16.0
0.16.0 ------ * Fixed regression with `stream` parameter deprecation, requests.session() and cookie handling. * Replaced adhoc URL parsing with `urllib.parse`. * Added ``match`` parameter to ``add_callback`` method * Added `responses.matchers.fragment_identifier_matcher`. This matcher allows you to match request URL fragment identifier. * Improved test coverage. * Fixed failing test in python 2.7 when `python-future` is also installed.
This commit is contained in:
parent
54e68a353a
commit
df45232b74
3 changed files with 12 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.24 2021/11/02 10:17:06 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2021/11/22 09:17:31 adam Exp $
|
||||
|
||||
DISTNAME= responses-0.15.0
|
||||
DISTNAME= responses-0.16.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2021/09/19 10:45:51 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2021/11/22 09:17:31 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -7,10 +7,15 @@ ${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/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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.25 2021/11/02 10:17:06 adam Exp $
|
||||
$NetBSD: distinfo,v 1.26 2021/11/22 09:17:31 adam Exp $
|
||||
|
||||
BLAKE2s (responses-0.15.0.tar.gz) = af9ea722b8cc8eef2ea74bfe42a43f9db9f211a590fa03a2640ef3922a3c4385
|
||||
SHA512 (responses-0.15.0.tar.gz) = 50b3dd5ae210cdaa0259265b8e22b92c267d238fd4ce3bf5e3a92d009fcfc2e4c448e4dbcc29ec6beaee9aa2e01ce21365aad8abac3ac8215e6eda6bad740cd6
|
||||
Size (responses-0.15.0.tar.gz) = 37965 bytes
|
||||
BLAKE2s (responses-0.16.0.tar.gz) = 99b8ff66513f913896e5ea3ef365e74bf394378a4795647dfe0862d8bc69843f
|
||||
SHA512 (responses-0.16.0.tar.gz) = b2363cd7c9aad84bfce814fe815663babfe584fa390f95a1d5e01118c8749e98777bf283a7200ea96a7ce5fa1ad6d85ee329e4bd999f3dca0317476b7e976f12
|
||||
Size (responses-0.16.0.tar.gz) = 41943 bytes
|
||||
|
|
Loading…
Reference in a new issue