Rebuild with python 3.14

This commit is contained in:
2026-05-06 18:22:19 +03:00
parent 04ad380bc6
commit 8d2eed4dbe
+3 -3
View File
@@ -1,7 +1,7 @@
name: talloc name: talloc
description: Hierarchical pool based memory allocator with destructors description: Hierarchical pool based memory allocator with destructors
version: 2.4.4 version: 2.4.4
revision: 1 revision: 2
url: https://talloc.samba.org/ url: https://talloc.samba.org/
license: GPL3-or-later license: GPL3-or-later
maintainers: maintainers:
@@ -13,10 +13,10 @@ depends:
- libbsd - libbsd
- libxcrypt - libxcrypt
optional_depends: optional_depends:
- python3:For python bindings - python3=3.14.*:For python bindings
make_depends: make_depends:
- docbook-xsl-nons - docbook-xsl-nons
- python3 - python3=3.14.*
downloads: downloads:
- url: https://www.samba.org/ftp/talloc/talloc-${BPM_PKG_VERSION}.tar.gz - url: https://www.samba.org/ftp/talloc/talloc-${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}