diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /textproc/py-markupsafe/files/patch-pyproject.toml | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'textproc/py-markupsafe/files/patch-pyproject.toml')
| -rw-r--r-- | textproc/py-markupsafe/files/patch-pyproject.toml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/textproc/py-markupsafe/files/patch-pyproject.toml b/textproc/py-markupsafe/files/patch-pyproject.toml index 2fb0a6ed1624..a6c10d6edcac 100644 --- a/textproc/py-markupsafe/files/patch-pyproject.toml +++ b/textproc/py-markupsafe/files/patch-pyproject.toml @@ -1,18 +1,24 @@ ---- pyproject.toml.orig 2024-10-18 15:03:06 UTC +--- pyproject.toml.orig 2025-09-27 18:10:32 UTC +++ pyproject.toml -@@ -1,5 +1,5 @@ +@@ -1,10 +1,9 @@ [project] -name = "MarkupSafe" +name = "markupsafe" - version = "3.0.2" + version = "3.0.3" description = "Safely add untrusted strings to HTML/XML markup." readme = "README.md" -@@ -26,7 +26,7 @@ Chat = "https://discord.gg/pallets" - Chat = "https://discord.gg/pallets" +-license = "BSD-3-Clause" +-license-files = ["LICENSE.txt"] ++license = { file = "LICENSE.txt" } + maintainers = [{name = "Pallets", email = "contact@palletsprojects.com"}] + classifiers = [ + "Development Status :: 5 - Production/Stable", +@@ -57,7 +56,7 @@ typing = [ + ] [build-system] --requires = ["setuptools>=70.1"] +-requires = ["setuptools>=77"] +requires = ["setuptools>=61"] build-backend = "setuptools.build_meta" - [tool.pytest.ini_options] + [tool.uv] |
