Rebuild with python 3.14

This commit is contained in:
2026-05-06 17:58:55 +03:00
parent 4d71057b64
commit d3ee466e7b
+12 -1
View File
@@ -1,11 +1,22 @@
name: libbytesize
description: Tiny library providing a C 'class' for working with arbitrary big sizes in bytes
version: "2.12"
revision: 1
revision: 2
url: https://github.com/storaged-project/libbytesize
license: LGP2.1-or-later
maintainers:
- [email protected]
architecture: any
type: source
depends:
- glibc
- gmp
- mpfr
- pcre2
optional_depends:
- python3=3.14.*:For Python bindings and bscalc
make_depends:
- python3=3.14.*
downloads:
- url: https://github.com/storaged-project/libbytesize/archive/refs/tags/${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}