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: Sat Oct 19 16:37:48 UTC 2024
Modified Files:
pkgsrc/www/py-test-httpbin: Makefile PLIST distinfo
Log Message:
py-test-httpbin: updated to 2.1.0
2.1.0
Drop support for Python 3.7
Test against PyPy 3.10
Add support for CPython 3.13 by regenerating the bundled certificates
Fix an issue where secure POST requests would fail with a connection reset by peer
Include a LICENCE
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-test-httpbin/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-test-httpbin/PLIST
cvs rdiff -u -r1.9 -r1.10 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.11 pkgsrc/www/py-test-httpbin/Makefile:1.12
--- pkgsrc/www/py-test-httpbin/Makefile:1.11 Fri May 26 19:42:01 2023
+++ pkgsrc/www/py-test-httpbin/Makefile Sat Oct 19 16:37:48 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2023/05/26 19:42:01 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/10/19 16:37:48 adam Exp $
-DISTNAME= pytest-httpbin-2.0.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+DISTNAME= pytest_httpbin-2.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-httpbin/}
@@ -18,12 +18,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-werkzeug-[
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-# This is not enough; package needs to be installed for testing
-#TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-test-httpbin/PLIST
diff -u pkgsrc/www/py-test-httpbin/PLIST:1.1 pkgsrc/www/py-test-httpbin/PLIST:1.2
--- pkgsrc/www/py-test-httpbin/PLIST:1.1 Sat Jan 2 10:46:01 2016
+++ pkgsrc/www/py-test-httpbin/PLIST Sat Oct 19 16:37:48 2024
@@ -1,19 +1,20 @@
-@comment $NetBSD: PLIST,v 1.1 2016/01/02 10:46:01 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/10/19 16:37:48 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/pytest_httpbin/__init__.py
${PYSITELIB}/pytest_httpbin/__init__.pyc
${PYSITELIB}/pytest_httpbin/__init__.pyo
${PYSITELIB}/pytest_httpbin/certs.py
${PYSITELIB}/pytest_httpbin/certs.pyc
${PYSITELIB}/pytest_httpbin/certs.pyo
-${PYSITELIB}/pytest_httpbin/certs/cacert.pem
-${PYSITELIB}/pytest_httpbin/certs/cert.pem
-${PYSITELIB}/pytest_httpbin/certs/key.pem
+${PYSITELIB}/pytest_httpbin/certs/README.md
+${PYSITELIB}/pytest_httpbin/certs/client.pem
+${PYSITELIB}/pytest_httpbin/certs/server.key
+${PYSITELIB}/pytest_httpbin/certs/server.pem
${PYSITELIB}/pytest_httpbin/plugin.py
${PYSITELIB}/pytest_httpbin/plugin.pyc
${PYSITELIB}/pytest_httpbin/plugin.pyo
Index: pkgsrc/www/py-test-httpbin/distinfo
diff -u pkgsrc/www/py-test-httpbin/distinfo:1.9 pkgsrc/www/py-test-httpbin/distinfo:1.10
--- pkgsrc/www/py-test-httpbin/distinfo:1.9 Fri May 26 19:42:01 2023
+++ pkgsrc/www/py-test-httpbin/distinfo Sat Oct 19 16:37:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/05/26 19:42:01 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/10/19 16:37:48 adam Exp $
-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
+BLAKE2s (pytest_httpbin-2.1.0.tar.gz) = 1993a5e7036cd5faa7f93fc0af5a495ba9a94719f3e1eebc29c279993cd2f1a9
+SHA512 (pytest_httpbin-2.1.0.tar.gz) = 3c51d364f7c2db205636e54213ecdaa9657f802558050c38515bd91fc33546d31123172af2a25ff5f3c4717e43f0a090749b1aff3d80d74742bf5bf97f4eca0f
+Size (pytest_httpbin-2.1.0.tar.gz) = 13664 bytes
Home |
Main Index |
Thread Index |
Old Index