Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Dec 2024 07:59:55 GMT
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7f9a87ea2b5f - main - devel/py-ruamel.yaml: update to 0.18.7
Message-ID:  <202412310759.4BV7xtcj071307@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f9a87ea2b5f78837ab064755af3f51e0ea2e2fa

commit 7f9a87ea2b5f78837ab064755af3f51e0ea2e2fa
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2024-12-31 07:55:17 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2024-12-31 07:55:17 +0000

    devel/py-ruamel.yaml: update to 0.18.7
    
    Mark as requiring python-3.9+ -- the port itself claims compatibility
    all the way back to python-3.7+ but the critical dependency
    `py-ruamel.yaml.clib` does not support the older versions of python.
    
    Changes:        https://sourceforge.net/p/ruamel-yaml/code/ci/0.18.7/tree/CHANGES
    Reported by:    portscout, repology
---
 devel/py-ruamel.yaml/Makefile | 4 ++--
 devel/py-ruamel.yaml/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-ruamel.yaml/Makefile b/devel/py-ruamel.yaml/Makefile
index e410fdf8f360..5563a3b8faa4 100644
--- a/devel/py-ruamel.yaml/Makefile
+++ b/devel/py-ruamel.yaml/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	ruamel.yaml
-PORTVERSION=	0.18.6
+PORTVERSION=	0.18.7
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ruamel.yaml.clib>=0.2.6:devel/py-ruamel.yaml.clib@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.9+
 USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
diff --git a/devel/py-ruamel.yaml/distinfo b/devel/py-ruamel.yaml/distinfo
index dbc8ab393da1..d9c7ee083d6a 100644
--- a/devel/py-ruamel.yaml/distinfo
+++ b/devel/py-ruamel.yaml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707339525
-SHA256 (ruamel.yaml-0.18.6.tar.gz) = 8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b
-SIZE (ruamel.yaml-0.18.6.tar.gz) = 143362
+TIMESTAMP = 1735631240
+SHA256 (ruamel.yaml-0.18.7.tar.gz) = 270638acec6659f7bb30f4ea40083c9a0d0d5afdcef5e63d666f11209091531a
+SIZE (ruamel.yaml-0.18.7.tar.gz) = 142349



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412310759.4BV7xtcj071307>