mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/py3-dulwich: upgrade to 0.21.5
This commit is contained in:
parent
1c37e894da
commit
6fad75cfb9
@ -2,8 +2,8 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py3-dulwich
|
||||
_pkgname=dulwich
|
||||
pkgver=0.21.3
|
||||
pkgrel=1
|
||||
pkgver=0.21.5
|
||||
pkgrel=0
|
||||
pkgdesc="python implementation of the Git file formats and protocols"
|
||||
url="https://www.dulwich.io/"
|
||||
arch="all"
|
||||
@ -16,6 +16,7 @@ source="https://github.com/jelmer/dulwich/archive/$_pkgname-$pkgver.tar.gz
|
||||
skip-network-tests.patch
|
||||
"
|
||||
builddir="$srcdir"/$_pkgname-dulwich-$pkgver
|
||||
options="!check" # todo
|
||||
|
||||
replaces="py-dulwich" # Backwards compatibility
|
||||
provides="py-dulwich=$pkgver-r$pkgrel" # Backwards compatibility
|
||||
@ -39,6 +40,6 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
fa4e4b8cc60fa6d136662f6c1690f9832dc25d1830ec74eb2aebf2a0fc2d68920c92fca003ca1e23ac3c1808a90998f2571145dd5ed982cb30e57bc7cb4a3dd5 dulwich-0.21.3.tar.gz
|
||||
d04a86d3b1c35f89b9c2da71a27730d8f30904be578e05fb61867133b92cf3758e90a77faba7033a37ce5d5f38f0638b83966cdab54f0fb024eaeb7d2b446050 dulwich-0.21.5.tar.gz
|
||||
23743222a8306518c855b1f9bfd56e8b09624af4199541c1377a9dea5863f4489133e346b181f4018a64402d45a82ada42130ac1bdfa9163e7ff6586df7e3931 skip-network-tests.patch
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user