git: e8224b1faf6d - main - www/py-django61: Update to 6.1
Wen Heping <[email protected]> Thu, 06 Aug 2026 02:04:25 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8224b1faf6d4b97a376f4d4c7c453b12f6a06d6 commit e8224b1faf6d4b97a376f4d4c7c453b12f6a06d6 Author: Wen Heping <[email protected]> AuthorDate: 2026-08-06 02:03:58 +0000 Commit: Wen Heping <[email protected]> CommitDate: 2026-08-06 02:03:58 +0000 www/py-django61: Update to 6.1 --- www/py-django61/Makefile | 2 +- www/py-django61/distinfo | 6 +++--- www/py-django61/files/patch-pyproject.toml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/py-django61/Makefile b/www/py-django61/Makefile index 6b026d57b77e..b08a66c21317 100644 --- a/www/py-django61/Makefile +++ b/www/py-django61/Makefile @@ -1,5 +1,5 @@ PORTNAME= django -DISTVERSION= 6.1rc1 +DISTVERSION= 6.1 CATEGORIES= www python MASTER_SITES= PYPI \ https://media.djangoproject.com/releases/${PORTVERSION:R}/ diff --git a/www/py-django61/distinfo b/www/py-django61/distinfo index 4c5fdf4f6071..746d77a4c68c 100644 --- a/www/py-django61/distinfo +++ b/www/py-django61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1784967277 -SHA256 (python/django-6.1rc1.tar.gz) = 3964a696caea6ccfcc22f9a31ae1e322546002e52ea46bc8fdfe85a518ef6394 -SIZE (python/django-6.1rc1.tar.gz) = 11209590 +TIMESTAMP = 1785980985 +SHA256 (python/django-6.1.tar.gz) = 86a2aacd59b817e4d6ac2ebfe22356c58f66f7b24e503f71b7c2fead677ee48b +SIZE (python/django-6.1.tar.gz) = 11223034 diff --git a/www/py-django61/files/patch-pyproject.toml b/www/py-django61/files/patch-pyproject.toml index f3bda4b2ff1d..7a11a4fc88fc 100644 --- a/www/py-django61/files/patch-pyproject.toml +++ b/www/py-django61/files/patch-pyproject.toml @@ -1,8 +1,8 @@ ---- pyproject.toml.orig 2026-07-22 19:51:59 UTC +--- pyproject.toml.orig 2026-08-06 01:52:03 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,8 +18,8 @@ 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 :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Web Environment",