Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2023 06:12:02 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ac909fd59319 - main - =?utf-8?Q?textproc/yq:=20Update=203.1.0=20=E2=86=92=203.1.1?=
Message-ID:  <202302280612.31S6C2t1017691@gitrepo.freebsd.org>

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

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

commit ac909fd59319e2df07028b24d2b12af3e88e848c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-28 05:44:24 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-28 06:11:49 +0000

    textproc/yq: Update 3.1.0 → 3.1.1
    
    Reported by:    portscout
---
 textproc/yq/Makefile | 6 +++---
 textproc/yq/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/textproc/yq/Makefile b/textproc/yq/Makefile
index dd0bf1f77dc9..074f5c8183c8 100644
--- a/textproc/yq/Makefile
+++ b/textproc/yq/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yq
-DISTVERSION=	3.1.0
+DISTVERSION=	3.1.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 
@@ -11,7 +11,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.3:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	jq:textproc/jq \
 		${PYTHON_PKGNAMEPREFIX}argcomplete>=1.8.1:devel/py-argcomplete@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyaml>=5.3.1:textproc/py-pyaml@${PY_FLAVOR} \
@@ -20,7 +20,7 @@ RUN_DEPENDS=	jq:textproc/jq \
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils noflavors autoplist
 
 CONFLICTS_INSTALL=	go-yq
diff --git a/textproc/yq/distinfo b/textproc/yq/distinfo
index 8ced9f22935b..9fa1af3b6a26 100644
--- a/textproc/yq/distinfo
+++ b/textproc/yq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659253488
-SHA256 (yq-3.1.0.tar.gz) = 30a84aa22486c749ba269256bd586c0bcd370b7e2a71e76c3924ead4867e74f2
-SIZE (yq-3.1.0.tar.gz) = 29627
+TIMESTAMP = 1677562885
+SHA256 (yq-3.1.1.tar.gz) = 853f342b1562ddee979038ec8ecee5405cdd9b6a7cb81ed6cdb8018c9e802633
+SIZE (yq-3.1.1.tar.gz) = 30095



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