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:           Fri May 26 19:42:01 UTC 2023

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

Log Message:
py-test-httpbin: updated to 2.0.0

Version 2.0.0!

This is a major release since it drops comparability with some older versions of python.
Huge thanks to @graingert for bringing pytest-httpbin into the modern world!

Drop support for Python 2.6, 2.7, 3.4, 3.5 and 3.6
Add support for Python 3.7, 3.8, 3.9 and 3.10
Avoid deprecation warnings and resource warnings
Add support for Python 3.11 and 3.12, drop dependency on six


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-test-httpbin/Makefile
cvs rdiff -u -r1.8 -r1.9 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.10 pkgsrc/www/py-test-httpbin/Makefile:1.11
--- pkgsrc/www/py-test-httpbin/Makefile:1.10    Mon Jul 11 06:12:03 2022
+++ pkgsrc/www/py-test-httpbin/Makefile Fri May 26 19:42:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2022/07/11 06:12:03 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/26 19:42:01 adam Exp $
 
-DISTNAME=      pytest-httpbin-1.0.2
+DISTNAME=      pytest-httpbin-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-httpbin/}
@@ -11,14 +11,14 @@ COMMENT=    Easily test your HTTP library a
 LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-httpbin-[0-9]*:../../www/py-httpbin
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug
 # py-requests uses py-test-httpbin for testing, avoid circular reference
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-httpbin
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # This is not enough; package needs to be installed for testing
 #TEST_ENV+=    PYTHONPATH=${WRKSRC}/build/lib

Index: pkgsrc/www/py-test-httpbin/distinfo
diff -u pkgsrc/www/py-test-httpbin/distinfo:1.8 pkgsrc/www/py-test-httpbin/distinfo:1.9
--- pkgsrc/www/py-test-httpbin/distinfo:1.8     Mon Jul 11 06:12:03 2022
+++ pkgsrc/www/py-test-httpbin/distinfo Fri May 26 19:42:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2022/07/11 06:12:03 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/05/26 19:42:01 adam Exp $
 
-BLAKE2s (pytest-httpbin-1.0.2.tar.gz) = 0dd4938cf008ff67df981678f6d24866e172fd1c45858a13674a2b3174b29582
-SHA512 (pytest-httpbin-1.0.2.tar.gz) = d1982830766916b9aeae0e931862c7dc603fb98a89ff6e7e2735dfe25c81b6353af8a834dec13989312c53efe6fd829ea038eae84552099b86505289033f4efb
-Size (pytest-httpbin-1.0.2.tar.gz) = 15494 bytes
+BLAKE2s (pytest-httpbin-2.0.0.tar.gz) = 68acc6ed8bb4c94c7ca20722ca7769e99cd285709c751b25863b904323d1f332
+SHA512 (pytest-httpbin-2.0.0.tar.gz) = 679a51e5155cf952258cab6efb3c26fd21b8a84a73b720dc5c00b36958c11a8de27b6ea6c696c76fe4e2a85fec56a2485d3233705301f11e45cb967328700657
+Size (pytest-httpbin-2.0.0.tar.gz) = 16081 bytes



Home | Main Index | Thread Index | Old Index