diff options
author | Goran Mekić <meka@tilda.center> | 2025-07-15 20:04:35 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-07-15 20:08:10 +0300 |
commit | 392d5390b87013043a5ee7a04c94fb58938b05cc (patch) | |
tree | a657652b965c3b401db0f14c575aa1621536176e /devel | |
parent | lang/rust-nightly: update 1.90.0.20250624 → 1.90.0.20250709 (diff) |
devel/py-apispec: Update 6.8.1 => 6.8.2
Changelog:
https://github.com/marshmallow-code/apispec/blob/6.8.2/CHANGELOG.rst
Remove python version from USES - all versions in ports are suitable.
PR: 288239
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-apispec/Makefile | 4 | ||||
-rw-r--r-- | devel/py-apispec/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-apispec/Makefile b/devel/py-apispec/Makefile index 92bd130ff5e7..38c2c79f04b6 100644 --- a/devel/py-apispec/Makefile +++ b/devel/py-apispec/Makefile @@ -1,5 +1,5 @@ PORTNAME= apispec -DISTVERSION= 6.8.1 +DISTVERSION= 6.8.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marshmallow>0:devel/py-marshmallow@${PY_FLA ${PYTHON_PKGNAMEPREFIX}prance>=0.11:devel/py-prance@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.10:devel/py-pyyaml@${PY_FLAVOR} -USES= python:3.9+ +USES= python USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= PYTHONPATH=${WRKSRC}/src diff --git a/devel/py-apispec/distinfo b/devel/py-apispec/distinfo index f14094063243..24508081660a 100644 --- a/devel/py-apispec/distinfo +++ b/devel/py-apispec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745768206 -SHA256 (apispec-6.8.1.tar.gz) = f4916cbb7be156963b18f5929a0e42bd2349135834b680a81b12432bcfaa9a39 -SIZE (apispec-6.8.1.tar.gz) = 77050 +TIMESTAMP = 1752574650 +SHA256 (apispec-6.8.2.tar.gz) = ce5b69b9fcf0250cb56ba0c1a52a75ff22c2f7c586654e57884399018c519f26 +SIZE (apispec-6.8.2.tar.gz) = 77148 |