From f2bfdef43f84950d9f76caafd0c170c04a03fddb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Mar 2026 19:32:10 +0100 Subject: [PATCH] community/py3-urllib3-secure-extra: rebuild against python 3.14 --- community/py3-urllib3-secure-extra/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py3-urllib3-secure-extra/APKBUILD b/community/py3-urllib3-secure-extra/APKBUILD index 1709471dfc4..e58eeba88a7 100644 --- a/community/py3-urllib3-secure-extra/APKBUILD +++ b/community/py3-urllib3-secure-extra/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-urllib3-secure-extra _pyname=urllib3-secure-extra pkgver=0.1.0 -pkgrel=2 +pkgrel=3 arch="noarch" pkgdesc="Marker library to detect whether urllib3 was installed with the deprecated [secure] extra" url="https://pypi.python.org/project/urllib3-secure-extra"