aboutsummaryrefslogtreecommitdiff
path: root/www/py-django51
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-django51')
-rw-r--r--www/py-django51/Makefile2
-rw-r--r--www/py-django51/distinfo6
-rw-r--r--www/py-django51/files/patch-pyproject.toml15
3 files changed, 17 insertions, 6 deletions
diff --git a/www/py-django51/Makefile b/www/py-django51/Makefile
index 3a8e76f63004..f76e71ab3302 100644
--- a/www/py-django51/Makefile
+++ b/www/py-django51/Makefile
@@ -1,5 +1,5 @@
PORTNAME= django
-PORTVERSION= 5.1.13
+PORTVERSION= 5.1.14
CATEGORIES= www python
MASTER_SITES= PYPI \
https://media.djangoproject.com/releases/${PORTVERSION:R}/
diff --git a/www/py-django51/distinfo b/www/py-django51/distinfo
index 77e1d794f306..dd103b8b3549 100644
--- a/www/py-django51/distinfo
+++ b/www/py-django51/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1759409820
-SHA256 (python/django-5.1.13.tar.gz) = 543ff21679f15e80edfc01fe7ea35f8291b6d4ea589433882913626a7c1cf929
-SIZE (python/django-5.1.13.tar.gz) = 10742756
+TIMESTAMP = 1762394091
+SHA256 (python/django-5.1.14.tar.gz) = b98409fb31fdd6e8c3a6ba2eef3415cc5c0020057b43b21ba7af6eff5f014831
+SIZE (python/django-5.1.14.tar.gz) = 10720998
SHA256 (python/8b9a2bf34e132ccf0ab0a074440dc55f90c76598.patch) = cb9cde01b6ba13ceaba6de3d9315832b7a4ee4d3bf3d38028ef9169e99310495
SIZE (python/8b9a2bf34e132ccf0ab0a074440dc55f90c76598.patch) = 1803
diff --git a/www/py-django51/files/patch-pyproject.toml b/www/py-django51/files/patch-pyproject.toml
index 9794f344137d..fb9645f1691a 100644
--- a/www/py-django51/files/patch-pyproject.toml
+++ b/www/py-django51/files/patch-pyproject.toml
@@ -1,8 +1,8 @@
---- pyproject.toml.orig 2025-05-07 01:30:47 UTC
+--- pyproject.toml.orig 2025-11-06 06:12:12 UTC
+++ pyproject.toml
@@ -1,9 +1,9 @@
[build-system]
--requires = ["setuptools>=75.8.1"]
+-requires = ["setuptools>=77.0.3"]
+requires = ["setuptools>=63"]
build-backend = "setuptools.build_meta"
@@ -12,3 +12,14 @@
dynamic = ["version"]
requires-python = ">= 3.10"
dependencies = [
+@@ -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"]
++license = {text="BSD-3-Clause"}
++#license-files = ["LICENSE", "LICENSE.python"]
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Environment :: Web Environment",