Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2025 16:35:09 +0000
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7a5f43d31f98 - main - textproc/py-jq: update to 1.10.2 for Py3.14 support
Message-ID:  <69515c3d.ceb1.3bbb9b79@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mandree:

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

commit 7a5f43d31f98f0de38b66a495d107c4f9aa18002
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-12-28 16:33:56 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-12-28 16:34:37 +0000

    textproc/py-jq: update to 1.10.2 for Py3.14 support
    
    Changelog:      https://github.com/mwilliamson/jq.py/compare/1.10.0...1.10.2
---
 textproc/py-jq/Makefile | 10 ++++++++--
 textproc/py-jq/distinfo |  8 +++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/textproc/py-jq/Makefile b/textproc/py-jq/Makefile
index 85d7044f6588..97c16793e40e 100644
--- a/textproc/py-jq/Makefile
+++ b/textproc/py-jq/Makefile
@@ -1,10 +1,12 @@
 PORTNAME=	jq
-PORTVERSION=	1.10.0
+PORTVERSION=	1.10.2
 PORTREVISION=	0
 CATEGORIES=	textproc python
-MASTER_SITES=	PYPI LOCAL/mandree:mandree
+#MASTER_SITES=	PYPI LOCAL/mandree:mandree
+#MASTER_SITES=	LOCAL/mandree
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTFILES=	${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}
+#DISTFILES=	${PORTVERSION}${EXTRACT_SUFX}/1.10.2.tar.gz
 
 MAINTAINER=	mandree@FreeBSD.org
 COMMENT=	jq.py: a lightweight and flexible JSON processor
@@ -25,8 +27,12 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
 MAKE_ENV+=	JQPY_USE_SYSTEM_LIBS=1
 
 USES=		localbase python
+USE_GITHUB=	yes
 USE_PYTHON=	autoplist cython3 distutils
 
+GH_ACCOUNT=	mwilliamson
+GH_PROJECT=	jq.py
+
 post-install:
 		${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/jq*.so
 
diff --git a/textproc/py-jq/distinfo b/textproc/py-jq/distinfo
index 5950482ca257..3545944528c3 100644
--- a/textproc/py-jq/distinfo
+++ b/textproc/py-jq/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1754853823
-SHA256 (jq-1.10.0.tar.gz) = fc38803075dbf1867e1b4ed268fef501feecb0c50f3555985a500faedfa70f08
-SIZE (jq-1.10.0.tar.gz) = 2031308
+TIMESTAMP = 1766919948
+SHA256 (jq-1.10.2.tar.gz) = 15c8d4e661c1dac191719ade30b5aa4f5cf7231d97982e06e74360137401b77a
+SIZE (jq-1.10.2.tar.gz) = 2029779
+SHA256 (mwilliamson-jq.py-1.10.2_GH0.tar.gz) = 15c8d4e661c1dac191719ade30b5aa4f5cf7231d97982e06e74360137401b77a
+SIZE (mwilliamson-jq.py-1.10.2_GH0.tar.gz) = 2029779


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69515c3d.ceb1.3bbb9b79>