Rebuild with python 3.14

This commit is contained in:
2026-05-06 18:23:35 +03:00
parent b737c6055e
commit 7ddf90265a
+3 -3
View File
@@ -1,7 +1,7 @@
name: tevent name: tevent
description: Event system based on the talloc memory management library description: Event system based on the talloc memory management library
version: 0.17.1 version: 0.17.1
revision: 1 revision: 2
url: https://tevent.samba.org/ url: https://tevent.samba.org/
license: GPL3-or-later license: GPL3-or-later
maintainers: maintainers:
@@ -11,10 +11,10 @@ type: source
depends: depends:
- talloc - talloc
optional_depends: optional_depends:
- python3:For python bindings - python3=3.14.*:For python bindings
make_depends: make_depends:
- cmocka - cmocka
- python3 - python3=3.14.*
downloads: downloads:
- url: https://www.samba.org/ftp/tevent/tevent-${BPM_PKG_VERSION}.tar.gz - url: https://www.samba.org/ftp/tevent/tevent-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}