Rebuild with python 3.14

This commit is contained in:
2026-05-07 08:08:12 +03:00
parent 91698c1a0d
commit a06227d273
+2 -2
View File
@@ -1,14 +1,14 @@
name: python-smartypants name: python-smartypants
description: Translate plain ASCII quotation marks and other characters into “smart” typographic HTML entities description: Translate plain ASCII quotation marks and other characters into “smart” typographic HTML entities
version: 2.0.2 version: 2.0.2
revision: 1 revision: 2
url: https://github.com/justinmayer/smartypants.py url: https://github.com/justinmayer/smartypants.py
license: BSD-2-Clause license: BSD-2-Clause
architecture: any architecture: any
output_architecture: any output_architecture: any
type: source type: source
depends: depends:
- python3 - python3=3.14.*
make_depends: make_depends:
- python-build - python-build
- python-installer - python-installer