From 93ccca182f5871348791258c87fb549ba2acaf4b Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 13:24:40 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 86934f0..ca02d82 100644 --- a/pkg.info +++ b/pkg.info @@ -1,14 +1,16 @@ name: python-markupsafe description: Implements a XML/HTML/XHTML Markup safe string for Python version: 3.0.3 -revision: 1 +revision: 2 url: https://palletsprojects.com/p/markupsafe/ license: BSD-3-Clause +maintainers: + - enumdev@enumerated.dev architecture: any type: source depends: - glibc - - python3 + - python3=3.14.* make_depends: - python-build - python-installer