Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 94C4A782B28 for <~alpine/aports@lists.alpinelinux.org>; Thu, 23 Sep 2021 09:01:59 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amk.ie; s=key1; t=1632387719; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=ORgC44A3/oF5nHjxIO77Ks0Ri9toOMN4aluQrAEYDUc=; b=Vlj8c1+qikZTHiiknThBo60P/vjAJMQgrHgFmSI0TcujaAvPQ0ylZws5jtB6jpA5sLSdeK A0xeRRmgnj8H6eB041ytFbAhaG9+3BtIppwNvC8iXt5JuvSxj/hEEZVpbIgUkBAP/pGilj aEJzV0dtkDMeBg9J91HjC+rPmDu0kNdNDTk+HjtfPVNUgmpfmiyMto7kQLfaZ7E9fyLqJv ox2kzTiuQzj6DAr8HB7b0cBOn8/yOzq6owu4yrPCVP/0a7Gl5104B9lypUM7LNwaHJbhmS tXzyv2er/aFRnnW/KbgmQPk6d3uY+3X/olLLbplGCSmw3QYVuxRZc9i0B/IxMA== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] testing/py3-marshmallow: upgrade to 3.13.0 Date: Thu, 23 Sep 2021 10:01:53 +0100 Message-Id: <20210923090153.31758-1-amk@amk.ie> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: amk@amk.ie --- testing/py3-marshmallow/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testing/py3-marshmallow/APKBUILD b/testing/py3-marshmallow/APKBUILD index 1b080558b4..b85be0d82c 100644 --- a/testing/py3-marshmallow/APKBUILD +++ b/testing/py3-marshmallow/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Alex McGrath pkgname=py3-marshmallow _pkgname=marshmallow -pkgver=3.10.0 -pkgrel=1 +pkgver=3.13.0 +pkgrel=0 pkgdesc="A lightweight library for converting complex objects to and from simple Python datatypes" url="https://github.com/marshmallow-code/marshmallow" arch="all" @@ -26,4 +26,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="b3b854cc6e820385a05bcabd6dd66a87ea41dfd225eafdd7a6a8b9e82bd057ce8e19fb5ee56e5c207a4b21cdfd7dce704d567695f09a3316f80b791a1e7f362b py3-marshmallow-3.10.0.tar.gz" +sha512sums=" +85dcfc8b9d1b4ef4c67644160d4f835fceb3ba246505e5df956675c19884b10a59e79bd215eea48c9c96afad86444bfadd322b9f9153c10b07c99ed51ec05b96 py3-marshmallow-3.13.0.tar.gz +" -- 2.33.0