aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2026-08-04 23:00:46 +0000
committerWen Heping <wen@FreeBSD.org>2026-08-04 23:00:46 +0000
commit6b2158cd821eba5539e713ef7ae25a635d6b7df6 (patch)
treead5919fa7d4370da395edca1b48f6b3fd26a50b5
parent98f296a0ca5cb5a2122ddf54d84a65e0f675ee1e (diff)
www/py-django60: Update to 6.0.8
-rw-r--r--www/py-django60/Makefile2
-rw-r--r--www/py-django60/distinfo6
-rw-r--r--www/py-django60/files/patch-pyproject.toml13
3 files changed, 9 insertions, 12 deletions
diff --git a/www/py-django60/Makefile b/www/py-django60/Makefile
index 2eb837668630..d928e58413d5 100644
--- a/www/py-django60/Makefile
+++ b/www/py-django60/Makefile
@@ -1,5 +1,5 @@
PORTNAME= django
-PORTVERSION= 6.0.7
+PORTVERSION= 6.0.8
CATEGORIES= www python
MASTER_SITES= PYPI \
https://media.djangoproject.com/releases/${PORTVERSION:R}/
diff --git a/www/py-django60/distinfo b/www/py-django60/distinfo
index 4cd829928376..f483e62db8d3 100644
--- a/www/py-django60/distinfo
+++ b/www/py-django60/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1783475538
-SHA256 (python/django-6.0.7.tar.gz) = 2998503fc083124fb58037084bfa00de323c7c743f05f1b4284e77bff0ab8890
-SIZE (python/django-6.0.7.tar.gz) = 10921299
+TIMESTAMP = 1785883092
+SHA256 (python/django-6.0.8.tar.gz) = cb0bd962d27fc866f3c514b20aae6a7df56ec80b488f9899da46d675cd051526
+SIZE (python/django-6.0.8.tar.gz) = 10924565
diff --git a/www/py-django60/files/patch-pyproject.toml b/www/py-django60/files/patch-pyproject.toml
index b9691b844f7d..6f9f5857f547 100644
--- a/www/py-django60/files/patch-pyproject.toml
+++ b/www/py-django60/files/patch-pyproject.toml
@@ -1,8 +1,8 @@
---- pyproject.toml.orig 2026-03-05 00:01:01 UTC
+--- pyproject.toml.orig 2026-08-04 22:55:21 UTC
+++ pyproject.toml
-@@ -1,11 +1,11 @@
+@@ -1,9 +1,9 @@
[build-system]
--requires = ["setuptools>=77.0.3"]
+-requires = ["setuptools>=83"]
+requires = ["setuptools>=63"]
build-backend = "setuptools.build_meta"
@@ -10,18 +10,15 @@
-name = "Django"
+name = "django"
dynamic = ["version"]
--requires-python = ">= 3.12"
-+requires-python = ">= 3.11"
+ requires-python = ">= 3.12"
dependencies = [
- "asgiref>=3.9.1",
- "sqlparse>=0.5.0",
@@ -16,8 +16,8 @@ readme = "README.rst"
]
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", "AUTHORS"]
-+license = {text="BSD-3-Clause"}
++license = { text = "BSD-3-Clause" }
+#license-files = ["LICENSE", "LICENSE.python", "AUTHORS"]
classifiers = [
"Development Status :: 5 - Production/Stable",