git: e7218664d4d8 - main - textproc/py-markupsafe: Update to 3.0.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 06:31:20 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e7218664d4d81436c8118b72a5031e78964d4c01
commit e7218664d4d81436c8118b72a5031e78964d4c01
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:19:11 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-13 06:19:11 +0000
textproc/py-markupsafe: Update to 3.0.3
Changes: https://github.com/pallets/markupsafe/releases
https://markupsafe.palletsprojects.com/en/stable/changes/
---
textproc/py-markupsafe/Makefile | 2 +-
textproc/py-markupsafe/distinfo | 6 +++---
textproc/py-markupsafe/files/patch-pyproject.toml | 20 +++++++++++++-------
3 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/textproc/py-markupsafe/Makefile b/textproc/py-markupsafe/Makefile
index a49b01b26258..58cab6200b1e 100644
--- a/textproc/py-markupsafe/Makefile
+++ b/textproc/py-markupsafe/Makefile
@@ -1,5 +1,5 @@
PORTNAME= markupsafe
-PORTVERSION= 3.0.2
+PORTVERSION= 3.0.3
CATEGORIES= textproc python
MASTER_SITES= PYPI \
https://github.com/pallets/markupsafe/releases/download/${PORTVERSION}/
diff --git a/textproc/py-markupsafe/distinfo b/textproc/py-markupsafe/distinfo
index bebf8bdb3afa..4347a29e5bac 100644
--- a/textproc/py-markupsafe/distinfo
+++ b/textproc/py-markupsafe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748107946
-SHA256 (markupsafe-3.0.2.tar.gz) = ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0
-SIZE (markupsafe-3.0.2.tar.gz) = 20537
+TIMESTAMP = 1759816722
+SHA256 (markupsafe-3.0.3.tar.gz) = 722695808f4b6457b320fdc131280796bdceb04ab50fe1795cd540799ebe1698
+SIZE (markupsafe-3.0.3.tar.gz) = 80313
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]