Received: by mail.netbsd.org (Postfix, from userid 605) id 8BCA585031; Tue, 24 Jul 2018 10:09:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 151A684FFE for ; Tue, 24 Jul 2018 10:09:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id v_TaPiDuD-nC for ; Tue, 24 Jul 2018 10:09:22 +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 6DAC684D9F for ; Tue, 24 Jul 2018 10:09:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69134FBEC; Tue, 24 Jul 2018 10:09:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15324269622670" MIME-Version: 1.0 Date: Tue, 24 Jul 2018 10:09:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-requests-mock To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20180724100922.69134FBEC@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. --_----------=_15324269622670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 24 10:09:22 UTC 2018 Modified Files: pkgsrc/devel/py-requests-mock: Makefile distinfo Log Message: py-requests-mock: updated to 1.5.2 1.5.2: Prelude Fix py.test plugin with py.test < 3.0 Bug Fixes Fixed a bug relating to how the pytest version was being discovered that meant new versions of pytest were being treated as old versions and would receive bad configuration. The py.test plugin was broken when using py.test < 3.0. The version of py.test that ships in EPEL is only 2.7 so we need to make sure we support at least that version. 1.5.1: New Features The stream parameter is recorded when the request is sent and available in request history in the same was as parameters like verify or timeout. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-requests-mock/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-requests-mock/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15324269622670 Content-Disposition: inline Content-Length: 2260 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-requests-mock/Makefile diff -u pkgsrc/devel/py-requests-mock/Makefile:1.4 pkgsrc/devel/py-requests-mock/Makefile:1.5 --- pkgsrc/devel/py-requests-mock/Makefile:1.4 Thu May 17 10:30:04 2018 +++ pkgsrc/devel/py-requests-mock/Makefile Tue Jul 24 10:09:22 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/05/17 10:30:04 adam Exp $ +# $NetBSD: Makefile,v 1.5 2018/07/24 10:09:22 adam Exp $ -DISTNAME= requests-mock-1.5.0 +DISTNAME= requests-mock-1.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel www python MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-mock/} @@ -16,6 +16,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr-[0-9] TEST_DEPENDS+= ${PYPKGPREFIX}-fixtures-[0-9]*:../../devel/py-fixtures TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.1.2:../../textproc/py-sphinx +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-testrepository>=0.0.18:../../devel/py-testrepository TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools Index: pkgsrc/devel/py-requests-mock/distinfo diff -u pkgsrc/devel/py-requests-mock/distinfo:1.3 pkgsrc/devel/py-requests-mock/distinfo:1.4 --- pkgsrc/devel/py-requests-mock/distinfo:1.3 Thu May 17 10:30:04 2018 +++ pkgsrc/devel/py-requests-mock/distinfo Tue Jul 24 10:09:22 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/05/17 10:30:04 adam Exp $ +$NetBSD: distinfo,v 1.4 2018/07/24 10:09:22 adam Exp $ -SHA1 (requests-mock-1.5.0.tar.gz) = ea5a58397c40587c96f08e5f4cc8c8efd00d8580 -RMD160 (requests-mock-1.5.0.tar.gz) = 26566a2d5aa999ca894a6c8bd75fdf76d1e03584 -SHA512 (requests-mock-1.5.0.tar.gz) = 21838017ac4d3066e2240b40b27bbe16f3bd989f37eba90f0a0d0cdb997e7e65c6d9dc63b31f64daaa6146cc3c6bccbba86382eda3f2ca72eb7cc8381969af36 -Size (requests-mock-1.5.0.tar.gz) = 47824 bytes +SHA1 (requests-mock-1.5.2.tar.gz) = dbf643e6e43ad1cb327475bb365c6b8cac26aaeb +RMD160 (requests-mock-1.5.2.tar.gz) = d94c35439b7804dc3379c10cb0bddeda9107c2ea +SHA512 (requests-mock-1.5.2.tar.gz) = 206c91e892df84e38dcdf1264559128cfece76be2ce43b9c98238dfd438795d8c4ce3fcd43feb30246fbfca2d78832a23430ce1c9d3a7dc6e4417df5d65a8d3c +Size (requests-mock-1.5.2.tar.gz) = 47581 bytes --_----------=_15324269622670--