Rebuild with python 3.14

This commit is contained in:
2026-05-06 18:16:34 +03:00
parent 84dda6a68d
commit 516d40563a
+3 -3
View File
@@ -1,7 +1,7 @@
name: libxml2 name: libxml2
description: XML C parser and toolkit description: XML C parser and toolkit
version: 2.15.3 version: 2.15.3
revision: 1 revision: 2
url: https://gitlab.gnome.org/GNOME/libxml2 url: https://gitlab.gnome.org/GNOME/libxml2
license: MIT license: MIT
maintainers: maintainers:
@@ -15,11 +15,11 @@ depends:
- readline - readline
- zlib - zlib
optional_depends: optional_depends:
- python3 - python3=3.14.*:For python bindings
make_depends: make_depends:
- doxygen - doxygen
- meson - meson
- python3 - python3=3.14.*
downloads: downloads:
- url: https://download.gnome.org/sources/libxml2/${BPM_PKG_VERSION%.*}/libxml2-${BPM_PKG_VERSION}.tar.xz - url: https://download.gnome.org/sources/libxml2/${BPM_PKG_VERSION%.*}/libxml2-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}