Rebuild with python 3.14

This commit is contained in:
2026-05-06 18:58:07 +03:00
parent cccf35f452
commit 9faac4bf4d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: util-linux
description: Linux system utilities
version: "2.42"
revision: 1
revision: 2
url: https://github.com/util-linux/util-linux
license: GPL2
maintainers:
@@ -26,7 +26,7 @@ make_depends:
- bash-completion
- cryptsetup
- meson
- python3
- python3=3.14.*
- sqlite
- udev
downloads:
+2 -2
View File
@@ -28,8 +28,8 @@ build() {
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
cd tests
SHELL=/bin/sh ./run.sh --exclude="kill/decode" # kill/decode test fails with bash 5.3
cd build
SHELL=/bin/sh ../tests/run.sh --show-diff --exclude="lsfd/assoc-pidfs" # Test fails for some reason
}
# The package function is executed in the source directory