pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-responses py-responses: updated to 0.10.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c41e5b0e4f44
branches:  trunk
changeset: 324965:c41e5b0e4f44
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Nov 04 22:26:04 2018 +0000

description:
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+

diffstat:

 net/py-responses/Makefile |   9 ++++-----
 net/py-responses/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r 62e4d3cc355b -r c41e5b0e4f44 net/py-responses/Makefile
--- a/net/py-responses/Makefile Sun Nov 04 22:24:39 2018 +0000
+++ b/net/py-responses/Makefile Sun Nov 04 22:26:04 2018 +0000
@@ -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}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/responses/}
@@ -10,13 +10,12 @@
 COMMENT=       Utility library for mocking out the requests Python library
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests
 
 .include "../../lang/python/pyversion.mk"
-
-.if "${PYPKGPREFIX}" == "py27"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+=      ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies
 DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 .endif
 
diff -r 62e4d3cc355b -r c41e5b0e4f44 net/py-responses/distinfo
--- a/net/py-responses/distinfo Sun Nov 04 22:24:39 2018 +0000
+++ b/net/py-responses/distinfo Sun Nov 04 22:26:04 2018 +0000
@@ -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
-RMD160 (responses-0.9.0.tar.gz) = 762723dcc2ec4ec3cea311f1b2d48a7493583ba3
-SHA512 (responses-0.9.0.tar.gz) = e5312587845cc9a3a938fa5d052ac1f04950d2eea5d83192c54affe079ee6593f3e249a24a8b43b1985c9fdc9131bfb477b93ca8a75d0386ed33cd56cc37d5ff
-Size (responses-0.9.0.tar.gz) = 19766 bytes
+SHA1 (responses-0.10.2.tar.gz) = 1390a612c989898244e5386ebc7e910dcca08bf5
+RMD160 (responses-0.10.2.tar.gz) = d71fd1aab3cb756603ff66258393589a46500918
+SHA512 (responses-0.10.2.tar.gz) = 282eb0646cf281408a7f044c87dbc12b5dc7a2d77e15f082f73738009a027b43f8aa1f9094bf2782f21ffc521d65ac07a4ff6bcaa5b72e4e9a3d58fc7c41d340
+Size (responses-0.10.2.tar.gz) = 21615 bytes



Home | Main Index | Thread Index | Old Index