diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2025-06-29 11:59:14 +0200 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2025-06-29 12:11:17 +0200 |
commit | c53e80691587d371b711a650698690d590159a36 (patch) | |
tree | 57687fc271a3435b33a78785fa4830f4a878b2a3 /www/py-dj52-django-prometheus/files/patch-pyproject.toml | |
parent | www/py-dj52-django-htmx: Update to 1.23.2 (diff) |
www/py-dj52-django-prometheus: Update to 2.4.1
* Update WWW to point to new upstream repository.
* Pet portclippy while I'm here.
Changelog since 2.3.1:
https://github.com/django-commons/django-prometheus/blob/v2.4.1/CHANGELOG.md
Diffstat (limited to 'www/py-dj52-django-prometheus/files/patch-pyproject.toml')
-rw-r--r-- | www/py-dj52-django-prometheus/files/patch-pyproject.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-dj52-django-prometheus/files/patch-pyproject.toml b/www/py-dj52-django-prometheus/files/patch-pyproject.toml index 5bf778c4f9e3..31ac1775bdb0 100644 --- a/www/py-dj52-django-prometheus/files/patch-pyproject.toml +++ b/www/py-dj52-django-prometheus/files/patch-pyproject.toml @@ -1,11 +1,11 @@ Relax version requirements of py-setuptools. ---- pyproject.toml.orig 2024-10-06 12:58:05 UTC +--- pyproject.toml.orig 2025-06-18 18:06:03 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] --requires = [ "setuptools >= 67.7.2", "wheel >= 0.40.0"] -+requires = [ "setuptools", "wheel >= 0.40.0"] +-requires = ["setuptools >= 67.7.2, < 72.0.0", "wheel >= 0.40.0"] ++requires = ["setuptools", "wheel >= 0.40.0"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] |