Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 23:02:19 +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: 6b2158cd821e - main - www/py-django60: Update to 6.0.8
Message-ID:  <6a726f7b.1cfff.45519ff5@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=6b2158cd821eba5539e713ef7ae25a635d6b7df6

commit 6b2158cd821eba5539e713ef7ae25a635d6b7df6
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2026-08-04 23:00:46 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2026-08-04 23:00:46 +0000

    www/py-django60: Update to 6.0.8
---
 www/py-django60/Makefile                   |  2 +-
 www/py-django60/distinfo                   |  6 +++---
 www/py-django60/files/patch-pyproject.toml | 13 +++++--------
 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",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a726f7b.1cfff.45519ff5>