py-responses: updated to 0.10.2
0.10.2 - Fixed build setup to use undeprecated pytest bin stub. - Updated tox configuration. - Added example of using responses with pytest.fixture - Removed dependency on biscuits in py3. Instead http.cookies is being used. 0.10.1 - Packaging fix to distribute wheel 0.10.0 - Fix passing through extra settings - Fix collections.abc warning on Python 3.7 - Use 'biscuits' library instead of 'cookies' on Python 3.4+
This commit is contained in:
parent
4a270acf95
commit
ab6055b502
2 changed files with 9 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# $NetBSD: Makefile,v 1.2 2018/04/11 19:56:28 adam Exp $
|
# $NetBSD: Makefile,v 1.3 2018/11/04 22:26:04 adam Exp $
|
||||||
|
|
||||||
DISTNAME= responses-0.9.0
|
DISTNAME= responses-0.10.2
|
||||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/}
|
MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/}
|
||||||
|
@ -10,13 +10,12 @@ HOMEPAGE= https://github.com/getsentry/responses
|
||||||
COMMENT= Utility library for mocking out the requests Python library
|
COMMENT= Utility library for mocking out the requests Python library
|
||||||
LICENSE= apache-2.0
|
LICENSE= apache-2.0
|
||||||
|
|
||||||
DEPENDS+= ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
|
|
||||||
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
||||||
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
|
DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
|
||||||
|
|
||||||
.include "../../lang/python/pyversion.mk"
|
.include "../../lang/python/pyversion.mk"
|
||||||
|
.if ${_PYTHON_VERSION} == 27
|
||||||
.if "${PYPKGPREFIX}" == "py27"
|
DEPENDS+= ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
|
||||||
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$NetBSD: distinfo,v 1.2 2018/04/11 19:56:28 adam Exp $
|
$NetBSD: distinfo,v 1.3 2018/11/04 22:26:04 adam Exp $
|
||||||
|
|
||||||
SHA1 (responses-0.9.0.tar.gz) = 6d0ff359a7ffd48090563012d33e197cd9b6cd4d
|
SHA1 (responses-0.10.2.tar.gz) = 1390a612c989898244e5386ebc7e910dcca08bf5
|
||||||
RMD160 (responses-0.9.0.tar.gz) = 762723dcc2ec4ec3cea311f1b2d48a7493583ba3
|
RMD160 (responses-0.10.2.tar.gz) = d71fd1aab3cb756603ff66258393589a46500918
|
||||||
SHA512 (responses-0.9.0.tar.gz) = e5312587845cc9a3a938fa5d052ac1f04950d2eea5d83192c54affe079ee6593f3e249a24a8b43b1985c9fdc9131bfb477b93ca8a75d0386ed33cd56cc37d5ff
|
SHA512 (responses-0.10.2.tar.gz) = 282eb0646cf281408a7f044c87dbc12b5dc7a2d77e15f082f73738009a027b43f8aa1f9094bf2782f21ffc521d65ac07a4ff6bcaa5b72e4e9a3d58fc7c41d340
|
||||||
Size (responses-0.9.0.tar.gz) = 19766 bytes
|
Size (responses-0.10.2.tar.gz) = 21615 bytes
|
||||||
|
|
Loading…
Reference in a new issue