From 49c1bd4bef4892afd4adccd4e0038b2f07ab26ff Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 2 Apr 2021 09:00:14 +0000 Subject: [PATCH] testing/py3-marshmallow: rebuild against python 3.9 --- testing/py3-marshmallow/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-marshmallow/APKBUILD b/testing/py3-marshmallow/APKBUILD index fe55f272177..1b080558b48 100644 --- a/testing/py3-marshmallow/APKBUILD +++ b/testing/py3-marshmallow/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-marshmallow _pkgname=marshmallow pkgver=3.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="A lightweight library for converting complex objects to and from simple Python datatypes" url="https://github.com/marshmallow-code/marshmallow" arch="all"