1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

devel/py-unearth: Update to 0.15.4

Changes:	https://github.com/frostming/unearth/releases
This commit is contained in:
Po-Chuan Hsieh 2024-06-06 15:40:25 +08:00
parent d4c5c9d6f4
commit ec62ae84ea
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 14 additions and 9 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= unearth
PORTVERSION= 0.15.3
PORTVERSION= 0.15.4
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -18,12 +18,17 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.0<1:www/py-httpx@${PY_FLAVOR} \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=2.1.2:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-httpserver>=1.0.4:devel/py-pytest-httpserver@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10.0:devel/py-pytest-mock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests-wsgi-adapter>=0.4.1:www/py-requests-wsgi-adapter@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}trustme>=0.9.0:security/py-trustme@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}requests-wsgi-adapter>=0.4.1:www/py-requests-wsgi-adapter@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 31300
TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}trustme>=0.9.0:security/py-trustme@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1716892296
SHA256 (unearth-0.15.3.tar.gz) = 6324e51751d578362a961cd8a2c626a950b394516c71d85348d06ff59f3fbe14
SIZE (unearth-0.15.3.tar.gz) = 283726
TIMESTAMP = 1717568448
SHA256 (unearth-0.15.4.tar.gz) = fbd85ab3fdb096f99c8266a20a7578a8f3130ad49f47cea8b138c008883b7b61
SIZE (unearth-0.15.4.tar.gz) = 283788

View File

@ -1,9 +1,9 @@
--- pyproject.toml.orig 2024-03-20 08:48:35 UTC
--- pyproject.toml.orig 2024-06-04 10:06:37 UTC
+++ pyproject.toml
@@ -62,7 +62,7 @@ test = [
"flask>=2.1.2",
"requests-wsgi-adapter>=0.4.1",
"trustme>=0.9.0",
"trustme>=0.9.0; python_version < \"3.13\"",
- "pytest-mock>=3.12.0",
+ "pytest-mock>=3.10.0",
]