Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Feb 2026 21:47:29 +0000
From:      =?utf-8?Q?Jes=C3=BAs?= Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4beb486c9a9e - main - www/py-dj52-django-stubs-ext: Update to 5.2.9
Message-ID:  <698a55f1.46405.503c761e@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dtxdf:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4beb486c9a9ee8a835f8e0d8451f3bb93b5116ba

commit 4beb486c9a9ee8a835f8e0d8451f3bb93b5116ba
Author:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-02-09 05:54:58 +0000
Commit:     Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-02-09 21:46:50 +0000

    www/py-dj52-django-stubs-ext: Update to 5.2.9
    
    - Fix error caused after uv upgrade.
    
    Reported by:    pkg-fallout
---
 www/py-dj52-django-stubs-ext/Makefile                   |  2 +-
 www/py-dj52-django-stubs-ext/distinfo                   |  6 +++---
 www/py-dj52-django-stubs-ext/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/www/py-dj52-django-stubs-ext/Makefile b/www/py-dj52-django-stubs-ext/Makefile
index b19f9c731d37..a636a5064d31 100644
--- a/www/py-dj52-django-stubs-ext/Makefile
+++ b/www/py-dj52-django-stubs-ext/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-stubs-ext
-PORTVERSION=	5.2.8
+PORTVERSION=	5.2.9
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj52-
diff --git a/www/py-dj52-django-stubs-ext/distinfo b/www/py-dj52-django-stubs-ext/distinfo
index 5b97797a585a..9255fb91dd8a 100644
--- a/www/py-dj52-django-stubs-ext/distinfo
+++ b/www/py-dj52-django-stubs-ext/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1766091528
-SHA256 (django_stubs_ext-5.2.8.tar.gz) = b39938c46d7a547cd84e4a6378dbe51a3dd64d70300459087229e5fee27e5c6b
-SIZE (django_stubs_ext-5.2.8.tar.gz) = 6487
+TIMESTAMP = 1770616223
+SHA256 (django_stubs_ext-5.2.9.tar.gz) = 6db4054d1580657b979b7d391474719f1a978773e66c7070a5e246cd445a25a9
+SIZE (django_stubs_ext-5.2.9.tar.gz) = 6497
diff --git a/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml b/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml
new file mode 100644
index 000000000000..fcab6673d1e9
--- /dev/null
+++ b/www/py-dj52-django-stubs-ext/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-02-09 05:50:33 UTC
++++ pyproject.toml
+@@ -40,7 +40,7 @@ Funding = "https://github.com/sponsors/typeddjango"
+ "Release notes" = "https://github.com/typeddjango/django-stubs/releases"
+ 
+ [build-system]
+-requires = ["uv_build>=0.9.9,<0.10.0"]
++requires = ["uv_build>=0.10.0,<0.11.0"]
+ build-backend = "uv_build"
+ 
+ [tool.uv.build-backend]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698a55f1.46405.503c761e>