Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 48EAD1A923A for ; Tue, 6 Oct 2020 05:43:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BE83584D57; Tue, 6 Oct 2020 05:43:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 48C1684D48 for ; Tue, 6 Oct 2020 05:43:31 +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 VFhsjwxXbrpq for ; Tue, 6 Oct 2020 05:43:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BD35A84D24 for ; Tue, 6 Oct 2020 05:43:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6B10FB28; Tue, 6 Oct 2020 05:43:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160196301055010" MIME-Version: 1.0 Date: Tue, 6 Oct 2020 05:43:30 +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: <20201006054330.B6B10FB28@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. --_----------=_160196301055010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 6 05:43:30 UTC 2020 Modified Files: pkgsrc/net/py-responses: Makefile distinfo Log Message: py-responses: updated to 0.12.0 0.12.0 - Remove support for Python 3.4. 0.11.0 - Added the `match` parameter to `add()`. - Added `responses.urlencoded_params_matcher()` and `responses.json_params_matcher()`. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-responses/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/py-responses/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160196301055010 Content-Disposition: inline Content-Length: 1988 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.16 pkgsrc/net/py-responses/Makefile:1.17 --- pkgsrc/net/py-responses/Makefile:1.16 Tue Aug 11 06:36:08 2020 +++ pkgsrc/net/py-responses/Makefile Tue Oct 6 05:43:30 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2020/08/11 06:36:08 adam Exp $ +# $NetBSD: Makefile,v 1.17 2020/10/06 05:43:30 adam Exp $ -DISTNAME= responses-0.10.16 +DISTNAME= responses-0.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=r/responses/} @@ -12,6 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-requests>=2.0:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.25.10:../../www/py-urllib3 .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == 27 Index: pkgsrc/net/py-responses/distinfo diff -u pkgsrc/net/py-responses/distinfo:1.15 pkgsrc/net/py-responses/distinfo:1.16 --- pkgsrc/net/py-responses/distinfo:1.15 Tue Aug 11 06:36:08 2020 +++ pkgsrc/net/py-responses/distinfo Tue Oct 6 05:43:30 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2020/08/11 06:36:08 adam Exp $ +$NetBSD: distinfo,v 1.16 2020/10/06 05:43:30 adam Exp $ -SHA1 (responses-0.10.16.tar.gz) = 14133e8db87044d5f82eb41f2900cd45ba59e10c -RMD160 (responses-0.10.16.tar.gz) = 06460f58e12e409227737000bd81e9fb1c659f14 -SHA512 (responses-0.10.16.tar.gz) = ec6738d3f7a33f7e3fbc95b1aaa5a10aa038dcbd8c9fdc4dc0ffc263e0cd613e6f2ce8e2fc2b59c91a30dec9677219fbb2630ec4d5d8d4340526fe72e24bd89f -Size (responses-0.10.16.tar.gz) = 25420 bytes +SHA1 (responses-0.12.0.tar.gz) = 3279945f0904a036ad28c3c6afaebff7c0cc4ef6 +RMD160 (responses-0.12.0.tar.gz) = be4fdae892c707bbb4a8d6641ca4edd68cd6cc08 +SHA512 (responses-0.12.0.tar.gz) = 484076f7942ff12977f06bcc850f1afcc9ae70ca2b7986a647c972893562d28cf3cd7226c87d8f5588fa4500be34dd5be0c7d1df6b8ddcd134455540d3dbe6d9 +Size (responses-0.12.0.tar.gz) = 26527 bytes --_----------=_160196301055010--