git: b703b29ece19 - main - textproc/yq: update 3.4.2 → 3.4.3

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 01 May 2024 03:01:11 UTC
The branch main has been updated by yuri:

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

commit b703b29ece199f56d141d5381f54bda90aea447e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-01 03:00:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-01 03:00:22 +0000

    textproc/yq: update 3.4.2 → 3.4.3
    
    Reported by:    portscout
---
 textproc/yq/Makefile             |  2 +-
 textproc/yq/distinfo             |  6 +++---
 textproc/yq/files/patch-setup.py | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/textproc/yq/Makefile b/textproc/yq/Makefile
index ffe33d01ca00..0a2e4db3c8d6 100644
--- a/textproc/yq/Makefile
+++ b/textproc/yq/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yq
-DISTVERSION=	3.4.2
+DISTVERSION=	3.4.3
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 
diff --git a/textproc/yq/distinfo b/textproc/yq/distinfo
index 70eefe862bce..477f0e2bb980 100644
--- a/textproc/yq/distinfo
+++ b/textproc/yq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714193103
-SHA256 (yq-3.4.2.tar.gz) = f916408e834e96f390ef82a36bfcbf24a555ae5a2fcdaef94a2ed5d260d161ef
-SIZE (yq-3.4.2.tar.gz) = 33154
+TIMESTAMP = 1714532096
+SHA256 (yq-3.4.3.tar.gz) = ba586a1a6f30cf705b2f92206712df2281cd320280210e7b7b80adcb8f256e3b
+SIZE (yq-3.4.3.tar.gz) = 33214
diff --git a/textproc/yq/files/patch-setup.py b/textproc/yq/files/patch-setup.py
deleted file mode 100644
index 15298ecf028e..000000000000
--- a/textproc/yq/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2024-04-27 04:49:23 UTC
-+++ setup.py
-@@ -15,7 +15,7 @@ setup(
-     use_scm_version={
-         "write_to": "yq/version.py",
-     },
--    setup_requires=["setuptools_scm >= 7, <8"],
-+    setup_requires=["setuptools_scm >= 7"],
-     install_requires=[
-         "PyYAML >= 5.3.1",
-         "xmltodict >= 0.11.0",