pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-test-httpbin py-test-httpbin: updated to 1.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e519ae2e7ee2
branches:  trunk
changeset: 319692:e519ae2e7ee2
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 18 11:47:11 2019 +0000

description:
py-test-httpbin: updated to 1.0.0

v1.0.0:
Update included self-signed cert to include IP address in SAN. Full version bump because this could be a breaking change for those depending on the certificate missing the IP address in the SAN (as 
it seems the requests test suite does)
Only use @pytest.fixture decorator once
Fix a few README typos

diffstat:

 www/py-test-httpbin/Makefile |   7 ++-----
 www/py-test-httpbin/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (37 lines):

diff -r 6ab187178f95 -r e519ae2e7ee2 www/py-test-httpbin/Makefile
--- a/www/py-test-httpbin/Makefile      Mon Feb 18 11:44:22 2019 +0000
+++ b/www/py-test-httpbin/Makefile      Mon Feb 18 11:47:11 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/05/23 10:59:08 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/02/18 11:47:11 adam Exp $
 
-DISTNAME=      pytest-httpbin-0.3.0
+DISTNAME=      pytest-httpbin-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-httpbin/}
@@ -14,9 +14,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-# test failure in 0.3.0:
-# https://github.com/kevin1024/pytest-httpbin/issues/46
-
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r 6ab187178f95 -r e519ae2e7ee2 www/py-test-httpbin/distinfo
--- a/www/py-test-httpbin/distinfo      Mon Feb 18 11:44:22 2019 +0000
+++ b/www/py-test-httpbin/distinfo      Mon Feb 18 11:47:11 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/11/25 12:56:31 wiz Exp $
+$NetBSD: distinfo,v 1.4 2019/02/18 11:47:11 adam Exp $
 
-SHA1 (pytest-httpbin-0.3.0.tar.gz) = f560a02b6ffc1c4a5e00b1cf48e5b0f6b26481bc
-RMD160 (pytest-httpbin-0.3.0.tar.gz) = fde4698f5028fdd5d82707ed683e4b3ca303df6d
-SHA512 (pytest-httpbin-0.3.0.tar.gz) = e7515b1631572352d0cee64fa1e61a12a1f9cab74a272af296be5f7916249ce41d038c9d143adb01965a261f871f94cb13e3081c39abd0f43911f993333656f1
-Size (pytest-httpbin-0.3.0.tar.gz) = 9565 bytes
+SHA1 (pytest-httpbin-1.0.0.tar.gz) = 702d6a99f7acc7867a8bc1c02783f6e71227aae4
+RMD160 (pytest-httpbin-1.0.0.tar.gz) = d0c36e029eb811f65de8162ce33e4d0d1b96a607
+SHA512 (pytest-httpbin-1.0.0.tar.gz) = 5e890de7f90917c81ea99f5389ff955bc751a8852ced33dc16a4b950ed8966807af58e8ddee5f285e1c94254d90c07f51be619747631bb684a9123746f295d7f
+Size (pytest-httpbin-1.0.0.tar.gz) = 12244 bytes



Home | Main Index | Thread Index | Old Index