Date: Mon, 27 Apr 2026 13:12:44 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 664631aa9b89 - main - science/py-asdf: Update to 5.3.0 Message-ID: <69ef60cc.30b41.25bfa59f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=664631aa9b89c69101e1862a4d057c33299c3efe commit 664631aa9b89c69101e1862a4d057c33299c3efe Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-27 13:04:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-27 13:07:46 +0000 science/py-asdf: Update to 5.3.0 Changes: https://github.com/asdf-format/asdf/releases --- science/py-asdf/Makefile | 5 +++-- science/py-asdf/distinfo | 6 +++--- science/py-asdf/files/patch-pyproject.toml | 14 +++++++------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile index b72c37d95466..b6cfe01611e3 100644 --- a/science/py-asdf/Makefile +++ b/science/py-asdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= asdf -PORTVERSION= 5.2.0 +PORTVERSION= 5.3.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fsspec>=2022.8.2:filesystems/py-fsspec@${PY ${PYTHON_PKGNAMEPREFIX}lz4>=0.10:archivers/py-lz4@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-doctestplus>=0:devel/py-pytest-doctestplus@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-remotedata>=0:devel/py-pytest-remotedata@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-remotedata>=0:devel/py-pytest-remotedata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}syrupy>=5.1:devel/py-syrupy@${PY_FLAVOR} # fsspec[http] TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} diff --git a/science/py-asdf/distinfo b/science/py-asdf/distinfo index 2af9f4df6acb..f2b6f2fa6bde 100644 --- a/science/py-asdf/distinfo +++ b/science/py-asdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1775587554 -SHA256 (asdf-5.2.0.tar.gz) = 1e59d626400cbefbcddf411e700204fcd110e1c852dab3e3368a250ca5419f1f -SIZE (asdf-5.2.0.tar.gz) = 897677 +TIMESTAMP = 1777252780 +SHA256 (asdf-5.3.0.tar.gz) = 7f03fd1ea17b1c6f78599e5325673284a466a428732f11eba1b950658fded7d2 +SIZE (asdf-5.3.0.tar.gz) = 901712 diff --git a/science/py-asdf/files/patch-pyproject.toml b/science/py-asdf/files/patch-pyproject.toml index fb12db026158..c75bb3d5f9ef 100644 --- a/science/py-asdf/files/patch-pyproject.toml +++ b/science/py-asdf/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2025-11-06 16:08:46 UTC +--- pyproject.toml.orig 2026-04-23 20:15:51 UTC +++ pyproject.toml -@@ -2,7 +2,7 @@ readme = 'README.rst' - name = "asdf" +@@ -3,7 +3,7 @@ requires-python = ">=3.10" description = "Python implementation of the ASDF Standard" - readme = 'README.rst' --license-files = ['LICENSE'] + readme = "README.rst" + requires-python = ">=3.10" +-license-files = ["LICENSE"] +license = { file = 'LICENSE' } - authors = [{ name = 'The ASDF Developers' }] - requires-python = '>=3.9' + authors = [{ name = "The ASDF Developers" }] classifiers = [ + "Development Status :: 5 - Production/Stable",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef60cc.30b41.25bfa59f>
