summaryrefslogtreecommitdiff
path: root/science/py-asdf
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-asdf')
-rw-r--r--science/py-asdf/Makefile2
-rw-r--r--science/py-asdf/distinfo6
-rw-r--r--science/py-asdf/files/patch-pyproject.toml4
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 = [