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: update to 0.3.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7fb9466183d5
branches: trunk
changeset: 371977:7fb9466183d5
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Nov 25 12:56:31 2017 +0000
description:
py-test-httpbin: update to 0.3.0.
Allow to run httpbin on fixed port using environment variables (thanks @hroncok)
Allow server to be thread.join()ed (thanks @graingert)
Add support for Python 3.6 (thanks @graingert)
Add comment about test failure.
diffstat:
www/py-test-httpbin/Makefile | 7 +++++--
www/py-test-httpbin/distinfo | 10 +++++-----
2 files changed, 10 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 891d47d29c72 -r 7fb9466183d5 www/py-test-httpbin/Makefile
--- a/www/py-test-httpbin/Makefile Sat Nov 25 12:54:37 2017 +0000
+++ b/www/py-test-httpbin/Makefile Sat Nov 25 12:56:31 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/08/22 13:30:40 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/11/25 12:56:31 wiz Exp $
-DISTNAME= pytest-httpbin-0.2.3
+DISTNAME= pytest-httpbin-0.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpbin/}
@@ -16,6 +16,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"
diff -r 891d47d29c72 -r 7fb9466183d5 www/py-test-httpbin/distinfo
--- a/www/py-test-httpbin/distinfo Sat Nov 25 12:54:37 2017 +0000
+++ b/www/py-test-httpbin/distinfo Sat Nov 25 12:56:31 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/08/22 13:30:40 wiz Exp $
+$NetBSD: distinfo,v 1.3 2017/11/25 12:56:31 wiz Exp $
-SHA1 (pytest-httpbin-0.2.3.tar.gz) = c775e1a034da94717a60bdcb252881314c8a885a
-RMD160 (pytest-httpbin-0.2.3.tar.gz) = f16a9cf545b0f88c546307680fe8ae2f6466870c
-SHA512 (pytest-httpbin-0.2.3.tar.gz) = f3c4eb67d1b02c27d8edb42622793fa3604e3f0bd5086e4986b8f0402a9fb8d7969a466be92fc6a7e301e829dbeb300183b40dccc9ec5da1d158cb4d08274f8b
-Size (pytest-httpbin-0.2.3.tar.gz) = 9498 bytes
+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
Home |
Main Index |
Thread Index |
Old Index