From fbdd9142a17a55239599b400d64ee86118bdafce Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 6 May 2026 14:04:29 +0300 Subject: [PATCH] Rebuild with python 3.14 --- pkg.info | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index fe90e7e..06e1d88 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: python-babel description: Integrated collection of utilities that assist in internationalizing and localizing Python applications version: 2.18.0 -revision: 1 +revision: 2 url: https://babel.pocoo.org/en/latest/ license: BSD-3-Clause maintainers: @@ -10,11 +10,10 @@ architecture: any output_architecture: any type: source depends: - - python3 + - python3=3.14.* - python-pytz make_depends: - python-setuptools - - python-wheel downloads: - url: https://github.com/python-babel/babel/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE}