From nobody Mon Apr 27 13:12:44 2026 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g43rr5599z6b474 for ; Mon, 27 Apr 2026 13:12:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g43rr2v31z41G9 for ; Mon, 27 Apr 2026 13:12:44 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777295564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qavmy6bq3OBh2Pja0qYbkJakCHtvQdIHC5dakpz2Ylw=; b=u4z73QFVfu7Fu6tI/9B5FeSL5CHDfWeAfkdOsiy/4rHorprKTsb+aD5WGjdE37HWt9Tkno uGXuc4n6lfzw5h/EIJQ8Htt9HEVA+mj2BrLbKg1aCbBOS967wMBiLvIRUSw1mov09bdFgM /bDSNUSq70hyU1xodTRXNcbybyu744w/vKfOmhH9NuJm1P1S8NUk5b8C4O22CXbHb2UwLZ VOBE2SN8tGleHu6111BfXBXK6NSeSPPxadw6Dox3s9Url2ITsoSljPTyJBr1mv5J2v4idg nPU3wRZWUhpiWQYeVCgzWvSoCj/2emRc/Kn6j/g9GUeB0o7pRZjco39r3FRg6w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777295564; a=rsa-sha256; cv=none; b=RMS3+tGyNghXfejp8DLjLCIg+rwE32RPYDAEAOOyivm56ZdDFr16QJ69Kf4z5z1CKW0hkC Bl5al4owTmEaCMSB7ywzRNeiJp5mEpGUMfjTwXgBq9H7YZcOt2NGGSOcs3UC1ij4622dxP F8oLa0s1jtZvGJ6Q9xpHRmvlKKWKW2fXAE6VigYrLNi4JEx+ux+F9Xx01wRJEjIDzHD6wj gCBuG2s/f2wXkrXZ1McSeHA2TN/vLL06ynzZlyob4k845ZrQkcW11sh+d3n2m8JgZKES1A toriZZbaAk/cYUYFG5BoMKHd1IdpA5hWfHrW3yu7R3XGR1GJVnzXAYnXOZKQ5A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777295564; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qavmy6bq3OBh2Pja0qYbkJakCHtvQdIHC5dakpz2Ylw=; b=krTpkEEKYueDFRy1Lf9Eq/Ho6JBXTOsRfNr92KusuBBiIuNEgwzAxt/82m/Mt8E/o7Seht w/DErq7+UmvBlIog68CPaUQeAeeZ0T+AIry97eSNiyzoiIMcD92zIkc4a6qGzr3r5DdtEq RcY9hV9+emRhVFZ7jNAso/Nz44y5FEamAfuFZg3+QX3SwW3i33bsCHxaE9Q74C31MAk9UF uc9ZcrrOm/pk2kic3GCm+Z2/yEY3M1eNfYO9XEjmH1IWynlQ3rq+r8o8ukRgjQWXHqHBYG 007Qh78Qm5hHO38yBNK4YvSvk8XBhSWhG548OhffJ4JKI7AFmrIuBVZ7M9G0IA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g43rr2J9zz17RT for ; Mon, 27 Apr 2026 13:12:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 30b41 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Mon, 27 Apr 2026 13:12:44 +0000 To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 664631aa9b89 - main - science/py-asdf: Update to 5.3.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 664631aa9b89c69101e1862a4d057c33299c3efe Auto-Submitted: auto-generated Date: Mon, 27 Apr 2026 13:12:44 +0000 Message-Id: <69ef60cc.30b41.25bfa59f@gitrepo.freebsd.org> The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=664631aa9b89c69101e1862a4d057c33299c3efe commit 664631aa9b89c69101e1862a4d057c33299c3efe Author: Po-Chuan Hsieh AuthorDate: 2026-04-27 13:04:11 +0000 Commit: Po-Chuan Hsieh 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",