pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-httpserver
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 20 13:20:42 UTC 2024
Modified Files:
pkgsrc/devel/py-test-httpserver: Makefile distinfo
Log Message:
py-test-httpserver: updated to 1.1.0
1.1.0
Bug Fixes
- Fixed an issue related to the leak of httpserver state between the tests
when httpserver is destructed before the other fixtures.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-httpserver/Makefile \
pkgsrc/devel/py-test-httpserver/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-test-httpserver/Makefile
diff -u pkgsrc/devel/py-test-httpserver/Makefile:1.7 pkgsrc/devel/py-test-httpserver/Makefile:1.8
--- pkgsrc/devel/py-test-httpserver/Makefile:1.7 Mon Jul 22 04:08:39 2024
+++ pkgsrc/devel/py-test-httpserver/Makefile Tue Aug 20 13:20:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/07/22 04:08:39 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/08/20 13:20:42 adam Exp $
-DISTNAME= pytest_httpserver-1.0.12
+DISTNAME= pytest_httpserver-1.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest_httpserver/}
@@ -14,13 +14,11 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-cor
DEPENDS+= ${PYPKGPREFIX}-werkzeug>=2.0.0:../../www/py-werkzeug
TEST_DEPENDS+= ${PYPKGPREFIX}-mypy>=0.971:../../lang/py-mypy
TEST_DEPENDS+= ${PYPKGPREFIX}-requests>=2.28.1:../../devel/py-requests
-TEST_DEPENDS+= ${PYPKGPREFIX}-toml>=0.10.2:../../textproc/py-toml
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=3:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-toml>=0.10.2:../../textproc/py-toml
TEST_DEPENDS+= ${PYPKGPREFIX}-types-toml-[0-9]*:../../devel/py-types-toml
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-httpserver/distinfo
diff -u pkgsrc/devel/py-test-httpserver/distinfo:1.7 pkgsrc/devel/py-test-httpserver/distinfo:1.8
--- pkgsrc/devel/py-test-httpserver/distinfo:1.7 Mon Jul 22 04:08:39 2024
+++ pkgsrc/devel/py-test-httpserver/distinfo Tue Aug 20 13:20:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/07/22 04:08:39 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/08/20 13:20:42 adam Exp $
-BLAKE2s (pytest_httpserver-1.0.12.tar.gz) = aa46c01fa3d69cb8f5131e933db7c4f2824ef3526c6b8978bd9c43d383545ca4
-SHA512 (pytest_httpserver-1.0.12.tar.gz) = fd3d290b23137d0c2893672611e7087e86ed47ccda865779304d177ac2ef6e0068321eb42f42ec89db859fb66910ad68399d3a4aefde250bd207ab9ff4666e3e
-Size (pytest_httpserver-1.0.12.tar.gz) = 66948 bytes
+BLAKE2s (pytest_httpserver-1.1.0.tar.gz) = 8511c1e55a66a9c1fdab773c40b297c872132e9b7e644fce5e9909b02e015548
+SHA512 (pytest_httpserver-1.1.0.tar.gz) = 3e707be45d2e29ef213b42e7447ec35599ff1ca6ab7e193a9dee643979d2cd3d9a5a549cd8ff3c313eb2056845ca831c11492f8118e465ce98f0854042b37e27
+Size (pytest_httpserver-1.1.0.tar.gz) = 67210 bytes
Home |
Main Index |
Thread Index |
Old Index