pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-requests-mock



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.

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



Home | Main Index | Thread Index | Old Index