git: 940cdb54beb7 - main - science/py-asdf: Update to 5.1.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 29 Nov 2025 23:56:20 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=940cdb54beb730a37118e9ed762490e661c664b1

commit 940cdb54beb730a37118e9ed762490e661c664b1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:26:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:26:24 +0000

    science/py-asdf: Update to 5.1.0
    
    Changes:        https://github.com/asdf-format/asdf/releases
---
 science/py-asdf/Makefile                   | 2 +-
 science/py-asdf/distinfo                   | 6 +++---
 science/py-asdf/files/patch-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/science/py-asdf/Makefile b/science/py-asdf/Makefile
index 76f131028c90..e2905a7be7ae 100644
--- a/science/py-asdf/Makefile
+++ b/science/py-asdf/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	asdf
-PORTVERSION=	5.0.0
+PORTVERSION=	5.1.0
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-asdf/distinfo b/science/py-asdf/distinfo
index 39f1bfcd99c2..e88c0a10689b 100644
--- a/science/py-asdf/distinfo
+++ b/science/py-asdf/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759816708
-SHA256 (asdf-5.0.0.tar.gz) = a7c37703db1b99dc29b686978c2d43fcd4b99019dc499b48cabd210776750590
-SIZE (asdf-5.0.0.tar.gz) = 894440
+TIMESTAMP = 1763853430
+SHA256 (asdf-5.1.0.tar.gz) = 20bcacd47259dc894044dcf37b82b4ced14bd172ce302b3592972ee8174512d4
+SIZE (asdf-5.1.0.tar.gz) = 896796
diff --git a/science/py-asdf/files/patch-pyproject.toml b/science/py-asdf/files/patch-pyproject.toml
index be3ddaa30ee5..fb12db026158 100644
--- a/science/py-asdf/files/patch-pyproject.toml
+++ b/science/py-asdf/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-05-30 20:49:07 UTC
+--- pyproject.toml.orig	2025-11-06 16:08:46 UTC
 +++ pyproject.toml
 @@ -2,7 +2,7 @@ readme = 'README.rst'
  name = "asdf"
@@ -6,6 +6,6 @@
  readme = 'README.rst'
 -license-files = ['LICENSE']
 +license = { file = 'LICENSE' }
- authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }]
+ authors = [{ name = 'The ASDF Developers' }]
  requires-python = '>=3.9'
  classifiers = [