Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 858F7780E8B for <~alpine/aports@lists.alpinelinux.org>; Mon, 15 Nov 2021 21:52:44 +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=1637013162; 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=nnxHJ6Gspz6chHvoJ5/x1HO/vNDhyTn3qcPxQFHScPA=; b=Qlj/+x9NPmNQm48KfygxlEr4Kq7mID6xJlHbNyBGimu2kZfLIyTZZIZIT1WJr5YM3TlJWY /i1AOIREKrcsTttogUm6Po9RkdYKKhAlawSzSBKkO9blzD7BIMylyg2yFBYEVamSYH5eEl tQA2t+PttubDcktnX94G2TZ2IJtf0DfK/zWpAM3So1IZyHGWWvvxVxXJa7RUoPpnWUXQkq 5WCU5aAQE65DWjRSu68ZsQCt6babdjSwr7i7Vc7x3osiUvFDJsyRegvqINgrCMW5SzOr+5 Ihe/CTDkvrwdnYYV55roB756XxpNwFnKOeKXPmTmEU6zkGycF9n3I4RD9dfFnA== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] testing/py3-marshmallow: upgrade to 3.14.1 Date: Mon, 15 Nov 2021 21:52:18 +0000 Message-Id: <20211115215218.20476-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 a90b372276..161fb244e8 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.14.0 +pkgver=3.14.1 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=" -bdb38ed145a0e7aa35fd3fd0196a2f1739cd61e20f93a1913727e973f6c54e1cb66c6f76b8f9de8f8a279cb8aa2b7dda4f9d5d114676cd72bd377ebad041200b py3-marshmallow-3.14.0.tar.gz +6e3586f3a6d30817642e05f9510e394fb1d36a8fefd10f83b2e58802c0a2295b0f492b5ad97fe0188235ffbcb1a6abdbfcce2142e07be4d92ee743d39e6cc878 py3-marshmallow-3.14.1.tar.gz " -- 2.33.1