Date: Thu, 05 Mar 2026 00:49:48 +0000 From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 50c96e0a1fd7 - main - www/py-django52: Update to 5.2.12 Message-ID: <69a8d32c.1e622.79f75894@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=50c96e0a1fd75e72f1c1f8ba436925d8330bb99b commit 50c96e0a1fd75e72f1c1f8ba436925d8330bb99b Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2026-03-05 00:47:59 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2026-03-05 00:49:38 +0000 www/py-django52: Update to 5.2.12 --- www/py-django52/Makefile | 2 +- www/py-django52/distinfo | 6 +++--- www/py-django52/files/patch-pyproject.toml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/py-django52/Makefile b/www/py-django52/Makefile index 378ee335bc02..850ea8ee51c7 100644 --- a/www/py-django52/Makefile +++ b/www/py-django52/Makefile @@ -1,5 +1,5 @@ PORTNAME= django -PORTVERSION= 5.2.11 +PORTVERSION= 5.2.12 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ diff --git a/www/py-django52/distinfo b/www/py-django52/distinfo index aee46330c47f..540114bac98d 100644 --- a/www/py-django52/distinfo +++ b/www/py-django52/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1770167132 -SHA256 (python/django-5.2.11.tar.gz) = 7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3 -SIZE (python/django-5.2.11.tar.gz) = 10885017 +TIMESTAMP = 1772667327 +SHA256 (python/django-5.2.12.tar.gz) = 6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb +SIZE (python/django-5.2.12.tar.gz) = 10860574 diff --git a/www/py-django52/files/patch-pyproject.toml b/www/py-django52/files/patch-pyproject.toml index 784b4535c55d..6a15da566601 100644 --- a/www/py-django52/files/patch-pyproject.toml +++ b/www/py-django52/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-11-05 12:32:26 UTC +--- pyproject.toml.orig 2026-03-05 00:36:36 UTC +++ pyproject.toml @@ -1,9 +1,9 @@ [build-system] @@ -17,9 +17,9 @@ description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." readme = "README.rst" -license = "BSD-3-Clause" --license-files = ["LICENSE", "LICENSE.python"] +-license-files = ["LICENSE", "LICENSE.python", "AUTHORS"] +license = {text="BSD-3-Clause"} -+#license-files = ["LICENSE", "LICENSE.python"] ++#license-files = ["LICENSE", "LICENSE.python", "AUTHORS"] classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a8d32c.1e622.79f75894>
