From 01a56be9bcc63de21fc29358e8900a1ee07586de Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 2 Apr 2021 09:20:42 +0000 Subject: [PATCH] testing/py3-zeep: rebuild against python 3.9 --- testing/py3-zeep/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-zeep/APKBUILD b/testing/py3-zeep/APKBUILD index 2f4c5eac24e..8dfc03405a8 100644 --- a/testing/py3-zeep/APKBUILD +++ b/testing/py3-zeep/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Duncan Bellamy pkgname=py3-zeep pkgver=4.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="modern/fast Python SOAP client based on lxml / requests" options="!check" # Requires unpackages 'flake8-imports' url="https://docs.python-zeep.org/en/master/"