Date: Mon, 09 Mar 2026 18:25:14 +0000 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: d2f1fdce1db5 - main - www/py-modelsearch: Update to 1.2 Message-ID: <69af108a.1f789.36c3be1f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2f1fdce1db504a473ff5000044465a97356a17d commit d2f1fdce1db504a473ff5000044465a97356a17d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-03-09 17:59:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-03-09 18:19:21 +0000 www/py-modelsearch: Update to 1.2 - Update WWW Changes: https://github.com/wagtail/django-modelsearch/releases --- www/py-modelsearch/Makefile | 7 +++---- www/py-modelsearch/distinfo | 6 +++--- www/py-modelsearch/files/patch-pyproject.toml | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/www/py-modelsearch/Makefile b/www/py-modelsearch/Makefile index e1f162c6f2e0..58c14ff3acfd 100644 --- a/www/py-modelsearch/Makefile +++ b/www/py-modelsearch/Makefile @@ -1,13 +1,12 @@ PORTNAME= modelsearch -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for indexing Django models -WWW= https://django-modelsearch.readthedocs.io/en/latest/ \ - https://github.com/kaedroho/django-modelsearch +WWW= https://github.com/wagtail/django-modelsearch LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE @@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj52-django-tasks>=0.7<1:www/py-dj52-django-tasks@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}django52>=5.0<6:www/py-django52@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/www/py-modelsearch/distinfo b/www/py-modelsearch/distinfo index bc0b0cd4f095..a6a8383d87cd 100644 --- a/www/py-modelsearch/distinfo +++ b/www/py-modelsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586690 -SHA256 (modelsearch-1.1.tar.gz) = bdccbe9c80b7ac37aecc998ca13f7b05915acca1a2405d73755245df03a37a36 -SIZE (modelsearch-1.1.tar.gz) = 87284 +TIMESTAMP = 1771421776 +SHA256 (modelsearch-1.2.tar.gz) = c150eb8bc0317fd5e656eb54f3b6809da313588a9998796a4e59a1cfed273ee7 +SIZE (modelsearch-1.2.tar.gz) = 90558 diff --git a/www/py-modelsearch/files/patch-pyproject.toml b/www/py-modelsearch/files/patch-pyproject.toml index c776d7d3bcd7..a7e3d730d578 100644 --- a/www/py-modelsearch/files/patch-pyproject.toml +++ b/www/py-modelsearch/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-11-04 18:52:34 UTC +--- pyproject.toml.orig 2026-02-11 23:19:59 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] @@ -10,8 +10,8 @@ @@ -11,12 +11,11 @@ dependencies = [ requires-python = ">= 3.10" dependencies = [ - "Django (>5.0,<6)", -- "django-tasks>=0.7,<0.9", + "Django>=4.2", +- "django-tasks>=0.7,<0.12", + "django-tasks>=0.7,<1", ] description = "A library for indexing Django models with Elasicsearch, OpenSearch or database and searching them with the Django ORM."home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69af108a.1f789.36c3be1f>
