From 685d6ef80dd74cffe34918677ea523fa70aaf775 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 25 Feb 2026 18:14:56 +0100 Subject: [PATCH] main/py3-setuptools: rebuild against python 3.14 --- main/py3-setuptools/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py3-setuptools/APKBUILD b/main/py3-setuptools/APKBUILD index 905b1f5073d..1fd3eb21cd3 100644 --- a/main/py3-setuptools/APKBUILD +++ b/main/py3-setuptools/APKBUILD @@ -5,7 +5,7 @@ maintainer="Achill Gilgenast " pkgname=py3-setuptools pkgver=82.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Collection of enhancements to the Python3 distutils" options="!check" # Tests require packages out of main/ url="https://pypi.org/project/setuptools"