From f3928ffc96126e01a0301d8d5e6f54236ea169e0 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 18:19:41 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 7fd40f9..0f625cc 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: newt description: A library for text mode user interfaces version: 0.52.25 -revision: 2 +revision: 3 url: https://pagure.io/newt license: LGPL2-only maintainers: @@ -14,9 +14,11 @@ depends: - popt - slang optional_depends: - - python3 + - python3=3.14.*:For python bindings + - tcl:For whiptcl support make_depends: - - python3 + - python3=3.14.* + - tcl downloads: - url: https://releases.pagure.org/newt/newt-${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE}