Rebuild with python 3.14

This commit is contained in:
2026-05-06 18:45:34 +03:00
parent dacd4d5595
commit f3928ffc96
+5 -3
View File
@@ -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}