aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2026-08-04 23:01:24 +0000
committerWen Heping <wen@FreeBSD.org>2026-08-04 23:01:24 +0000
commitcb8a86870593b9224554d71f04d1344b7a03db9f (patch)
tree268fcc71369b587e8615d54ca007bae8212f1634
parent6b2158cd821eba5539e713ef7ae25a635d6b7df6 (diff)
www/py-django52: Update to 5.2.17
-rw-r--r--www/py-django52/Makefile2
-rw-r--r--www/py-django52/distinfo6
-rw-r--r--www/py-django52/files/patch-pyproject.toml6
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",