Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 159E3780FCD for <~alpine/aports@lists.alpinelinux.org>; Fri, 18 Sep 2020 22:47:33 +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=cmpwn.com; s=key1; t=1600469252; 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=zTXXm6VtlT+ZwUQD6+ICMY4MLcy+aA76p6EtYSSPq2c=; b=E781BZNOxfEw0lYErONURsJtYP1kUTI89wfCT5sMbsZ84hMcGW6M3GmKdsoaHBp91OGtPo /ta7i/Sf/OG/KlTLc5s1uY5fDBsPfRx7CmwWt+1yt8IqRwErF5ZylzHfUz/MDVxzS9nNK0 Bf2YxHKuCF+cDkR/7X585/l1cjHVJ7dzPTPfs3Sv4rKQnPOC7wTOQtGPLzBfp2pSy57xBH bti/ZYAVYVdCNDwUTHFy14o/lHrukjj3YCJvk6GJd7Ux1CDR7Dbg5ofWcPRt2UNM2pCXBy 0wa9DB0jD1NtKktcwRTYGbuyc7gcyhJg547daQ9v7Jlp+91VXnfCaxpeiqOvug== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/py3-pygit2: upgrade to 1.3.0 Date: Fri, 18 Sep 2020 16:47:23 -0600 Message-Id: <20200918224723.3954-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.00 --- community/py3-pygit2/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/py3-pygit2/APKBUILD b/community/py3-pygit2/APKBUILD index 9f18bd1fb5..24a590d4a4 100644 --- a/community/py3-pygit2/APKBUILD +++ b/community/py3-pygit2/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Drew DeVault pkgname=py3-pygit2 _pkgname=pygit2 -pkgver=1.2.1 -pkgrel=1 +pkgver=1.3.0 +pkgrel=0 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" arch="all" @@ -31,5 +31,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="2491892e50d9298d68c2f90b3c4b23c87e51995ccc29e285eb2f868f5e34d2568d5f554818203bf2c735179aeb197e3b7aba1be88e72a6526812e3ee2e0b4348 pygit2-1.2.1.tar.gz +sha512sums="297c6aef27019ca540d7ec9c26da7a5e870a7e5c2e06daa1a038023c4ab32c800b2494970e41a3d576e17e1d2c33402c3116389d9e2ebe1c2def0ba529dbde71 pygit2-1.3.0.tar.gz c0e22ae9a50cb727bae87fd2b03c5b71b7aee77b88764133b9d60d78a9903895d80db10c037859cbc9bfc06d251c2ed169b63c06798e70169de2b39b12fa0fc5 s390x-patch-context-mark-xfail.patch" -- 2.28.0