Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E09DB781AC6 for <~alpine/aports@lists.alpinelinux.org>; Thu, 23 Sep 2021 08:58:14 +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=1632387493; 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=hvN7I8BSbBNoKG6uVRxyd/BPfYqn7h0zMY28gv0xRt4=; b=mUChtApsUvq1IWoV0YNUEgWAeo2jN6E+iozewMVWpLNHp/nZPgA6qxDb3GTprV0yUltJsS VrTVDnUR8GMCZSn2BGhU6Oe1rV8BiYBLaLBl8ssGqO2EwgzMxQ3z42KZhQD/JL0AoVSM1E P7GGP4V5BOUClxUBjjCG0yO4QtLgfDf+2EF1A+7SCf6Xti1DD8XbpKmymKLmLIM+Jgbz/Z qDTbniN8iKWZO1/3j8F/MfCvZW2BpdXgEZbMmv1Yz3PWUbxGGk4GOQqtqIHgyhyCdw38rF O4PVJWK6B2eJyST3ZRX1S5QMqVmShGg8r7v9pW78bkoJ+zkEs1OLd9K7W/uXUg== From: Alex McGrath To: ~alpine/aports@lists.alpinelinux.org Cc: Alex McGrath Subject: [PATCH] testing/py3-deepdiff: upgrade to 5.5.0 Date: Thu, 23 Sep 2021 09:57:55 +0100 Message-Id: <20210923085755.29118-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-deepdiff/APKBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/testing/py3-deepdiff/APKBUILD b/testing/py3-deepdiff/APKBUILD index 86d1ea41e5..c5fedf9f12 100644 --- a/testing/py3-deepdiff/APKBUILD +++ b/testing/py3-deepdiff/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Alex McGrath pkgname=py3-deepdiff _pkgname=deepdiff -pkgver=5.2.2 -pkgrel=1 +pkgver=5.5.0 +pkgrel=0 pkgdesc="Deep Difference and Search of any Python object/data" url="https://github.com/seperman/deepdiff" arch="noarch" @@ -22,4 +22,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="4bfa7acb6142ef70bfcb44f90cf7fc78df1b525509ee57a8d966d604a5fbc379c48dc9a4a71983d952c85fad21e3e60cbb3f3454d89239575645f5890516e090 deepdiff-5.2.2.tar.gz" +sha512sums=" +70e3319e55f0b961caada2fe13b5597b92bdc4a34e26e454193f03b760b38599b7dc234daa82612c910fc35d4e88ab996122d983d67d06b9fe4e80ae8167e2a2 deepdiff-5.5.0.tar.gz +" -- 2.33.0