Date: Tue, 04 Aug 2026 10:38:29 +0000 From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5396557999e6 - main - www/py-django-bootstrap3: Update to 26.2 Message-ID: <6a71c125.44e78.4a4dbcdc@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=5396557999e635949f9f73dea07cb985c00cfd6d commit 5396557999e635949f9f73dea07cb985c00cfd6d Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2026-08-04 10:35:43 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2026-08-04 10:36:00 +0000 www/py-django-bootstrap3: Update to 26.2 Changelog: https://github.com/zostera/django-bootstrap3/blob/v26.2/CHANGELOG.md --- www/py-django-bootstrap3/Makefile | 5 ++--- www/py-django-bootstrap3/distinfo | 6 +++--- www/py-django-bootstrap3/files/patch-pyproject.toml | 12 ++++-------- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/www/py-django-bootstrap3/Makefile b/www/py-django-bootstrap3/Makefile index ccb6bf687ead..7b28e466b6cc 100644 --- a/www/py-django-bootstrap3/Makefile +++ b/www/py-django-bootstrap3/Makefile @@ -1,6 +1,5 @@ PORTNAME= django-bootstrap3 -DISTVERSION= 26.1 -PORTREVISION= 1 +DISTVERSION= 26.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +13,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.6:devel/py-uv-build@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2:www/py-django52@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 diff --git a/www/py-django-bootstrap3/distinfo b/www/py-django-bootstrap3/distinfo index 0a014323299f..08ca67c8714a 100644 --- a/www/py-django-bootstrap3/distinfo +++ b/www/py-django-bootstrap3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1767632704 -SHA256 (django_bootstrap3-26.1.tar.gz) = c437ec3bf19d9ef0b7554664b4dbea27c73fbd9927f8c7aa20559c68d38e8eea -SIZE (django_bootstrap3-26.1.tar.gz) = 41832 +TIMESTAMP = 1785834546 +SHA256 (django_bootstrap3-26.2.tar.gz) = e9be75b7bbf63c14a4c5955cf77546eb1d36eb80c135943ae094aa4d5b2f7d4e +SIZE (django_bootstrap3-26.2.tar.gz) = 46887 diff --git a/www/py-django-bootstrap3/files/patch-pyproject.toml b/www/py-django-bootstrap3/files/patch-pyproject.toml index 2b82cf9a85f4..534639283e12 100644 --- a/www/py-django-bootstrap3/files/patch-pyproject.toml +++ b/www/py-django-bootstrap3/files/patch-pyproject.toml @@ -1,16 +1,12 @@ -Relax version requirements for py-uv-build. +Relax upper bound for py-uv-build. -Obtained from: - -https://github.com/zostera/django-bootstrap3/commit/e02004187be369e33556d8d7e0fe89ede8ff5242 - ---- pyproject.toml.orig 2026-07-29 22:32:41 UTC +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC +++ pyproject.toml @@ -1,6 +1,6 @@ build-backend = "uv_build" [build-system] build-backend = "uv_build" --requires = ["uv_build>=0.9.6,<0.10.0"] +-requires = ["uv_build>=0.9.6,<0.13.0"] +requires = ["uv_build>=0.9.6"] [project] - authors = [ + classifiers = [home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a71c125.44e78.4a4dbcdc>
