Rebuild with python 3.14
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: volume_key
|
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
|
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
|
version: 0.3.12
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://pagure.io/volume_key
|
url: https://pagure.io/volume_key
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
@@ -15,7 +15,7 @@ depends:
|
|||||||
- nss
|
- nss
|
||||||
- util-linux
|
- util-linux
|
||||||
make_depends:
|
make_depends:
|
||||||
- python3
|
- python3=3.14.*
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- swig
|
- swig
|
||||||
downloads:
|
downloads:
|
||||||
@@ -28,5 +28,5 @@ split_packages:
|
|||||||
- name: python-volume_key
|
- name: python-volume_key
|
||||||
description: Python bindings for volume_key
|
description: Python bindings for volume_key
|
||||||
depends:
|
depends:
|
||||||
- python3
|
- python3=3.14.*
|
||||||
- volume_key
|
- volume_key
|
||||||
|
|||||||
Reference in New Issue
Block a user