From 0835d370d21bd3d1d03f7af49cc471bc39f4a171 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 7 May 2026 09:16:47 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 8a790c2..44d3cd5 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: volume_key description: A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases, and the associated command-line tool version: 0.3.12 -revision: 2 +revision: 3 url: https://pagure.io/volume_key license: GPL2-or-later architecture: any @@ -15,7 +15,7 @@ depends: - nss - util-linux make_depends: - - python3 + - python3=3.14.* - python-setuptools - swig downloads: @@ -28,5 +28,5 @@ split_packages: - name: python-volume_key description: Python bindings for volume_key depends: - - python3 + - python3=3.14.* - volume_key