From 642268a8b800eb230dabefd779ba73e4551cbea4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Mar 2026 13:19:44 +0100 Subject: [PATCH] community/py3-python-ipware: rebuild against python 3.14 --- community/py3-python-ipware/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py3-python-ipware/APKBUILD b/community/py3-python-ipware/APKBUILD index 843945a6426..7f7162c8d90 100644 --- a/community/py3-python-ipware/APKBUILD +++ b/community/py3-python-ipware/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-python-ipware _pyname="python-ipware" pkgver=3.0.0 -pkgrel=0 +pkgrel=1 arch="noarch" pkgdesc="A python package for server applications to retrieve client's IP address" url="https://pypi.python.org/project/python-ipware"