From 9361c238a08410efbf5c9cdc3c3ef752a5a9465d Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 14:11:51 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 51a4cf7..b56f758 100644 --- a/pkg.info +++ b/pkg.info @@ -1,13 +1,16 @@ name: brotli description: Generic-purpose lossless compression algorithm version: 1.2.0 -revision: 1 +revision: 2 url: https://github.com/google/brotli license: MIT +maintainers: + - enumdev@enumerated.dev architecture: any type: source make_depends: - cmake + - python3=3.14.* - python-build - python-installer - python-setuptools @@ -24,5 +27,5 @@ split_packages: - name: python-brotli description: Python library for brotli depends: - - python3 + - python3=3.14.* - brotli