Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2022 08:11:32 GMT
From:      Kirill Ponomarev <krion@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cf3eec274cd9 - main - sysutils/py-salt: add Python 3.10 support
Message-ID:  <202212080811.2B88BWKU082551@gitrepo.freebsd.org>

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

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

commit cf3eec274cd97b67b575b62ef2415be8ce1e0610
Author:     Kirill Ponomarev <krion@FreeBSD.org>
AuthorDate: 2022-12-08 08:10:40 +0000
Commit:     Kirill Ponomarev <krion@FreeBSD.org>
CommitDate: 2022-12-08 08:10:40 +0000

    sysutils/py-salt: add Python 3.10 support
    
    PR:             266427
    Reported by:    Paul Mather
---
 sysutils/py-salt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index 8bf9c989db66..923d298ccc00 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}jmespath>0:devel/py-jmespath@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR}
 
-USES=		cpe python:3.6-3.9
+USES=		cpe python:3.6-3.10
 
 CPE_VENDOR=	saltstack
 CPE_PRODUCT=	salt



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