Received: by mail.netbsd.org (Postfix, from userid 605) id 3E22384DD5; Sun, 4 Nov 2018 22:26:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3122F84DD2 for ; Sun, 4 Nov 2018 22:26:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oRScCEKRaNw4 for ; Sun, 4 Nov 2018 22:26:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 70C6684D24 for ; Sun, 4 Nov 2018 22:26:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FF4FFB1C; Sun, 4 Nov 2018 22:26:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1541370364225060" MIME-Version: 1.0 Date: Sun, 4 Nov 2018 22:26:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-responses To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20181104222604.5FF4FFB1C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1541370364225060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 4 22:26:04 UTC 2018 Modified Files: pkgsrc/net/py-responses: Makefile distinfo Log Message: 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+ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-responses/Makefile \ pkgsrc/net/py-responses/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1541370364225060 Content-Disposition: inline Content-Length: 2243 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-responses/Makefile diff -u pkgsrc/net/py-responses/Makefile:1.2 pkgsrc/net/py-responses/Makefile:1.3 --- pkgsrc/net/py-responses/Makefile:1.2 Wed Apr 11 19:56:28 2018 +++ pkgsrc/net/py-responses/Makefile Sun Nov 4 22:26:04 2018 @@ -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 @@ HOMEPAGE= https://github.com/getsentry/r 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 Index: pkgsrc/net/py-responses/distinfo diff -u pkgsrc/net/py-responses/distinfo:1.2 pkgsrc/net/py-responses/distinfo:1.3 --- pkgsrc/net/py-responses/distinfo:1.2 Wed Apr 11 19:56:28 2018 +++ pkgsrc/net/py-responses/distinfo Sun Nov 4 22:26:04 2018 @@ -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 --_----------=_1541370364225060--