Date: Sat, 9 Dec 2023 17:19:16 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7275bab7fbdf - main - devel/py-jaraco.collections: Update to 5.0.0 Message-ID: <202312091719.3B9HJGWM050566@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=7275bab7fbdf595de8ff0a0746788e16050568bc commit 7275bab7fbdf595de8ff0a0746788e16050568bc Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2023-12-09 17:17:19 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2023-12-09 17:17:19 +0000 devel/py-jaraco.collections: Update to 5.0.0 - Reformat Makefile with portfmt Reported by: github-actions[bot] <notifications@github.com> --- devel/py-jaraco.collections/Makefile | 6 +++--- devel/py-jaraco.collections/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-jaraco.collections/Makefile b/devel/py-jaraco.collections/Makefile index 929d660151f2..94b984bd12e2 100644 --- a/devel/py-jaraco.collections/Makefile +++ b/devel/py-jaraco.collections/Makefile @@ -1,5 +1,5 @@ PORTNAME= jaraco.collections -DISTVERSION= 4.3.0 +DISTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,8 @@ WWW= https://github.com/jaraco/jaraco.collections LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} \ - ${PY_SETUPTOOLS} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.text>=3.11.1:devel/py-jaraco.text@${PY_FLAVOR} diff --git a/devel/py-jaraco.collections/distinfo b/devel/py-jaraco.collections/distinfo index 079fde3e7915..f93732a778c7 100644 --- a/devel/py-jaraco.collections/distinfo +++ b/devel/py-jaraco.collections/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688241323 -SHA256 (jaraco.collections-4.3.0.tar.gz) = 74ffc23fccfee4de0a2ebf556a33675b6a3c003d6335947d3122a0bc8822c8e4 -SIZE (jaraco.collections-4.3.0.tar.gz) = 17862 +TIMESTAMP = 1702141840 +SHA256 (jaraco.collections-5.0.0.tar.gz) = 1680e8d09f295f625c7ba926880175a26fdbe7092b4c76d198e30476b21cfe68 +SIZE (jaraco.collections-5.0.0.tar.gz) = 17852
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312091719.3B9HJGWM050566>