Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 96517780795 for <~alpine/aports@lists.alpinelinux.org>; Tue, 19 Oct 2021 22:22:31 +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=1634681693; 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=VKM0ZcrgEwQMaOcRjtSc9QcXugFs9szpHfP3VEcerH8=; b=LPSGXegPBs2bYmN/sHgk2n/fHHvHTFQXbYlelKD1VhYXyjvePzxSfTRmDWg8N48JTW6Y9a w42ruLHTx59spZbYd9YJEsgC6nUfQ7blAc611fRpbxqW05M59ERxaF8HQ1ZR3fKJLIBLMf xB66OHMFRTfajc1uk2/Qn+JY1tNSmf0QJhux+TZW0/2/uk9YcU74BkxLx0hAUdqwVCpEbd XU5TWNuiE0PZOxpiPv7Zu2Issv59a2gcIM3oKq11gCftmSELbmXKklGQDUvNLmkE7waR8/ iInuHz9UTgd7QLHcTFdVTLpT2PLAOOFUrat0JGliEXKkLWJoWnnFPl2NsqfLaQ== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] testing/py3-marshmallow: upgrade to 3.14.0 Date: Tue, 19 Oct 2021 23:14:44 +0100 Message-Id: <20211019221444.28574-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-marshmallow/APKBUILD b/testing/py3-marshmallow/APKBUILD index b85be0d82c..a90b372276 100644 --- a/testing/py3-marshmallow/APKBUILD +++ b/testing/py3-marshmallow/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Alex McGrath pkgname=py3-marshmallow _pkgname=marshmallow -pkgver=3.13.0 +pkgver=3.14.0 pkgrel=0 pkgdesc="A lightweight library for converting complex objects to and from simple Python datatypes" url="https://github.com/marshmallow-code/marshmallow" @@ -27,5 +27,5 @@ package() { } sha512sums=" -85dcfc8b9d1b4ef4c67644160d4f835fceb3ba246505e5df956675c19884b10a59e79bd215eea48c9c96afad86444bfadd322b9f9153c10b07c99ed51ec05b96 py3-marshmallow-3.13.0.tar.gz +bdb38ed145a0e7aa35fd3fd0196a2f1739cd61e20f93a1913727e973f6c54e1cb66c6f76b8f9de8f8a279cb8aa2b7dda4f9d5d114676cd72bd377ebad041200b py3-marshmallow-3.14.0.tar.gz " -- 2.33.1