pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-test-httpbin
Module Name: pkgsrc
Committed By: adam
Date: Mon Feb 18 11:47:11 UTC 2019
Modified Files:
pkgsrc/www/py-test-httpbin: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-test-httpbin/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-test-httpbin/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-test-httpbin/Makefile
diff -u pkgsrc/www/py-test-httpbin/Makefile:1.5 pkgsrc/www/py-test-httpbin/Makefile:1.6
--- pkgsrc/www/py-test-httpbin/Makefile:1.5 Wed May 23 10:59:08 2018
+++ pkgsrc/www/py-test-httpbin/Makefile Mon Feb 18 11:47:11 2019
@@ -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}-httpbin-[0-9]*:
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"
Index: pkgsrc/www/py-test-httpbin/distinfo
diff -u pkgsrc/www/py-test-httpbin/distinfo:1.3 pkgsrc/www/py-test-httpbin/distinfo:1.4
--- pkgsrc/www/py-test-httpbin/distinfo:1.3 Sat Nov 25 12:56:31 2017
+++ pkgsrc/www/py-test-httpbin/distinfo Mon Feb 18 11:47:11 2019
@@ -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