Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 2024 18:56:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 12b278212e61 - main - devel/py-build: Update to 1.2.1
Message-ID:  <202403311856.42VIuZCG045046@gitrepo.freebsd.org>

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

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

commit 12b278212e616fb9709d037831069868e5298602
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-03-31 18:51:18 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-31 18:51:18 +0000

    devel/py-build: Update to 1.2.1
    
    Changes:        https://github.com/pypa/build/releases
                    https://build.pypa.io/en/stable/changelog.html
---
 devel/py-build/Makefile | 4 ++--
 devel/py-build/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile
index 574a750f2199..152b2a7fcd89 100644
--- a/devel/py-build/Makefile
+++ b/devel/py-build/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	build
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW=		https://build.pypa.io/en/stable/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=19.1:devel/py-packaging@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=0:devel/py-pyproject_hooks@${PY_FLAVOR}
 
 USES=		python
diff --git a/devel/py-build/distinfo b/devel/py-build/distinfo
index d8d1ca6d3180..1497d3c93902 100644
--- a/devel/py-build/distinfo
+++ b/devel/py-build/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1709390514
-SHA256 (build-1.1.1.tar.gz) = 8eea65bb45b1aac2e734ba2cc8dad3a6d97d97901a395bd0ed3e7b46953d2a31
-SIZE (build-1.1.1.tar.gz) = 44711
+TIMESTAMP = 1711860503
+SHA256 (build-1.2.1.tar.gz) = 526263f4870c26f26c433545579475377b2b7588b6f1eac76a001e873ae3e19d
+SIZE (build-1.2.1.tar.gz) = 44781



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