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:   wiz
Date:           Sat Nov 25 12:56:31 UTC 2017

Modified Files:
        pkgsrc/www/py-test-httpbin: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-test-httpbin/Makefile \
    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.2 pkgsrc/www/py-test-httpbin/Makefile:1.3
--- pkgsrc/www/py-test-httpbin/Makefile:1.2     Mon Aug 22 13:30:40 2016
+++ pkgsrc/www/py-test-httpbin/Makefile Sat Nov 25 12:56:31 2017
@@ -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}-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.2 pkgsrc/www/py-test-httpbin/distinfo:1.3
--- pkgsrc/www/py-test-httpbin/distinfo:1.2     Mon Aug 22 13:30:40 2016
+++ pkgsrc/www/py-test-httpbin/distinfo Sat Nov 25 12:56:31 2017
@@ -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