From a06227d273d1bbb38e4a58260195de6561f897f1 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 08:08:12 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index ccdd857..e9a2782 100644 --- a/pkg.info +++ b/pkg.info @@ -1,14 +1,14 @@ name: python-smartypants description: Translate plain ASCII quotation marks and other characters into “smart” typographic HTML entities version: 2.0.2 -revision: 1 +revision: 2 url: https://github.com/justinmayer/smartypants.py license: BSD-2-Clause architecture: any output_architecture: any type: source depends: - - python3 + - python3=3.14.* make_depends: - python-build - python-installer