diff options
| author | Wen Heping <wen@FreeBSD.org> | 2026-08-04 23:01:24 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2026-08-04 23:05:40 +0000 |
| commit | 2e04bf223f72f8167660d1329d016258fec82d88 (patch) | |
| tree | f794f770331aa9ad66b922c3cb68484655940c19 | |
| parent | 570a8e8236219287fcf327d55ccd4e53e54b1c76 (diff) | |
www/py-django52: Update to 5.2.17
(cherry picked from commit cb8a86870593b9224554d71f04d1344b7a03db9f)
| -rw-r--r-- | www/py-django52/Makefile | 2 | ||||
| -rw-r--r-- | www/py-django52/distinfo | 6 | ||||
| -rw-r--r-- | 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", |
