Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 18:24:43 +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: 75ce0df457b6 - main - science/py-asdf-standard: Update to 1.5.0
Message-ID:  <69af106b.1e85c.39e8fb1c@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=75ce0df457b614c236d25f285f62db564c5a1562

commit 75ce0df457b614c236d25f285f62db564c5a1562
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-03-09 17:58:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-03-09 18:19:11 +0000

    science/py-asdf-standard: Update to 1.5.0
    
    Changes:        https://github.com/asdf-format/asdf-standard/releases
                    https://www.asdf-format.org/projects/asdf-standard/en/latest/changes.html
---
 science/py-asdf-standard/Makefile                   | 2 +-
 science/py-asdf-standard/distinfo                   | 6 +++---
 science/py-asdf-standard/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/science/py-asdf-standard/Makefile b/science/py-asdf-standard/Makefile
index b2b41ce32e12..ef523f4078a0 100644
--- a/science/py-asdf-standard/Makefile
+++ b/science/py-asdf-standard/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	asdf-standard
-PORTVERSION=	1.4.0
+PORTVERSION=	1.5.0
 CATEGORIES=	science python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/science/py-asdf-standard/distinfo b/science/py-asdf-standard/distinfo
index af5e997fab1e..a44fd65ade6a 100644
--- a/science/py-asdf-standard/distinfo
+++ b/science/py-asdf-standard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1757120808
-SHA256 (asdf_standard-1.4.0.tar.gz) = 0c5f121d0db87cb7780d61a087f392c5104ce208016cfb2a130c9cea912cfddc
-SIZE (asdf_standard-1.4.0.tar.gz) = 275426
+TIMESTAMP = 1771421722
+SHA256 (asdf_standard-1.5.0.tar.gz) = 5942caf7d143f39f72f634484373c7f40ce48571d1db3c271e13858e33fe5966
+SIZE (asdf_standard-1.5.0.tar.gz) = 286692
diff --git a/science/py-asdf-standard/files/patch-pyproject.toml b/science/py-asdf-standard/files/patch-pyproject.toml
index 5038faf2d1d0..792eb2224d3d 100644
--- a/science/py-asdf-standard/files/patch-pyproject.toml
+++ b/science/py-asdf-standard/files/patch-pyproject.toml
@@ -1,12 +1,12 @@
---- pyproject.toml.orig	2025-05-21 16:47:38 UTC
+--- pyproject.toml.orig	2026-02-05 18:48:30 UTC
 +++ pyproject.toml
-@@ -3,7 +3,7 @@ requires-python = '>=3.9'
+@@ -3,7 +3,7 @@ requires-python = '>=3.10'
  description = 'The ASDF Standard schemas'
  readme = 'README.md'
- requires-python = '>=3.9'
+ requires-python = '>=3.10'
 -license-files = ['LICENSE']
 +license = { file = 'LICENSE' }
- authors = [{ name = 'The ASDF Developers', email = 'help@stsci.edu' }]
+ authors = [{ name = 'The ASDF Developers' }]
  classifiers = [
      'Programming Language :: Python',
 @@ -41,7 +41,7 @@ requires = [


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af106b.1e85c.39e8fb1c>