aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-22 10:37:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:43 +0000
commit42ed18a4ee1fb34cf8bf4d7f87538d259a99e738 (patch)
tree7a97f897f6409abae43686a708d4804b79a4a024 /community
parente7c01dc5426370fa0e59cfe4c946c8eec69d49b2 (diff)
community/py3-wtforms: rebuild against python 3.9
Diffstat (limited to 'community')
-rw-r--r--community/py3-wtforms/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-wtforms/APKBUILD b/community/py3-wtforms/APKBUILD
index a4e406570ab..5cb777adc26 100644
--- a/community/py3-wtforms/APKBUILD
+++ b/community/py3-wtforms/APKBUILD
@@ -5,7 +5,7 @@
pkgname=py3-wtforms
_pkgname=WTForms
pkgver=2.3.3
-pkgrel=0
+pkgrel=1
pkgdesc="A flexible forms validation and rendering Python library"
options="!check" # No tests for python3
url="http://wtforms.simplecodes.com/"