summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-24 10:09:22 +0000
committeradam <adam@pkgsrc.org>2018-07-24 10:09:22 +0000
commit823681edf2f2f34cf8fbe332611a7427f9bb7996 (patch)
treea9b8bb536da115b787ffac1da8597c15b53dd2ad
parent680baa62ee904cc9121561421a7b2c76a3388ed9 (diff)
downloadpkgsrc-823681edf2f2f34cf8fbe332611a7427f9bb7996.tar.gz
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.
-rw-r--r--devel/py-requests-mock/Makefile5
-rw-r--r--devel/py-requests-mock/distinfo10
2 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-requests-mock/Makefile b/devel/py-requests-mock/Makefile
index c2d85866dd6..e71cad1d49a 100644
--- a/devel/py-requests-mock/Makefile
+++ b/devel/py-requests-mock/Makefile
@@ -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]*:../../devel/py-pbr
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
diff --git a/devel/py-requests-mock/distinfo b/devel/py-requests-mock/distinfo
index 7db78dbac28..1421029f7f5 100644
--- a/devel/py-requests-mock/distinfo
+++ b/devel/py-requests-mock/distinfo
@@ -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