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 name: util-linux
description: Linux system utilities description: Linux system utilities
version: "2.42" version: "2.42"
revision: 1 revision: 2
url: https://github.com/util-linux/util-linux url: https://github.com/util-linux/util-linux
license: GPL2 license: GPL2
maintainers: maintainers:
@@ -26,7 +26,7 @@ make_depends:
- bash-completion - bash-completion
- cryptsetup - cryptsetup
- meson - meson
- python3 - python3=3.14.*
- sqlite - sqlite
- udev - udev
downloads: downloads:
+2 -2
View File
@@ -28,8 +28,8 @@ build() {
# The check function is executed in the source directory # The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly # This function is used to run tests to verify the package has been compiled correctly
check() { check() {
cd tests cd build
SHELL=/bin/sh ./run.sh --exclude="kill/decode" # kill/decode test fails with bash 5.3 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 # The package function is executed in the source directory