Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 23:06:09 +0000
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 2e04bf223f72 - 2026Q3 - www/py-django52: Update to 5.2.17
Message-ID:  <6a727061.1e2d7.23c13891@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q3 has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2e04bf223f72f8167660d1329d016258fec82d88

commit 2e04bf223f72f8167660d1329d016258fec82d88
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-08-04 23:01:24 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-08-04 23:05:40 +0000

    www/py-django52: Update to 5.2.17
    
    (cherry picked from commit cb8a86870593b9224554d71f04d1344b7a03db9f)
---
 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 255d08457f40..5116db364be3 100644
--- a/www/py-django52/Makefile
+++ b/www/py-django52/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django
-PORTVERSION=	5.2.16
+PORTVERSION=	5.2.17
 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 50ac8f8938cd..7aacb05ccff5 100644
--- a/www/py-django52/distinfo
+++ b/www/py-django52/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1783492275
-SHA256 (python/django-5.2.16.tar.gz) = 59ea02020c3136fce14bef0bbece21a10a4febef5eed1c51c22ae468efa22200
-SIZE (python/django-5.2.16.tar.gz) = 10890894
+TIMESTAMP = 1785883116
+SHA256 (python/django-5.2.17.tar.gz) = 9d4d93be539a18ab80d058eb515900e10951e04c537c5a6b394fc49528d3251f
+SIZE (python/django-5.2.17.tar.gz) = 10889740
diff --git a/www/py-django52/files/patch-pyproject.toml b/www/py-django52/files/patch-pyproject.toml
index 6a15da566601..cb2e01674e55 100644
--- a/www/py-django52/files/patch-pyproject.toml
+++ b/www/py-django52/files/patch-pyproject.toml
@@ -1,8 +1,8 @@
---- pyproject.toml.orig	2026-03-05 00:36:36 UTC
+--- pyproject.toml.orig	2026-08-04 22:46:39 UTC
 +++ pyproject.toml
 @@ -1,9 +1,9 @@
  [build-system]
--requires = ["setuptools>=77.0.3"]
+-requires = ["setuptools>=83"]
 +requires = ["setuptools>=63"]
  build-backend = "setuptools.build_meta"
  
@@ -18,7 +18,7 @@
  readme = "README.rst"
 -license = "BSD-3-Clause"
 -license-files = ["LICENSE", "LICENSE.python", "AUTHORS"]
-+license = {text="BSD-3-Clause"}
++license = { text = "BSD-3-Clause"}
 +#license-files = ["LICENSE", "LICENSE.python", "AUTHORS"]
  classifiers = [
      "Development Status :: 5 - Production/Stable",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a727061.1e2d7.23c13891>