Date: Monday, October 11, 2021 @ 09:46:32 Author: alerque Revision: 1029423
upgpkg: python-pygit2 1.7.0; requires lib-git2-1.3.x, not yet pushed to testing Modified: python-pygit2/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-11 08:36:16 UTC (rev 1029422) +++ PKGBUILD 2021-10-11 09:46:32 UTC (rev 1029423) @@ -4,24 +4,20 @@ # Contributor: Daniel Micay <[email protected]> pkgname=python-pygit2 -pkgver=1.6.1 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc='Python bindings for libgit2' arch=('x86_64') url="https://github.com/libgit2/pygit2" license=('GPL2') -depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 'python-cached-property') +depends=('libgit2>=1:1.3.0' 'python-cffi' 'python-six' 'python-cached-property') makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six') checkdepends=('python-pytest-runner') -source=("$pkgname-$pkgver.tar.gz"::$url/archive/v$pkgver.tar.gz - "https://raw.githubusercontent.com/Homebrew/formula-patches/bf370d7782f7686a4a61d8d7d28068e78e28e48c/pygit2/libgit2-1.2.0.patch") -sha256sums=('2e3fe066bb9a94694e6f87a54f28fffc3ff834fe3b1ff62036f4c9ec8aad1846' - 'b5acca41ff7752ea25adb050d7494939fc6d471f4f91d94a06f4afc9902f4117') +source=("$pkgname-$pkgver.tar.gz"::$url/archive/v$pkgver.tar.gz) +sha256sums=('8fbd1b91bd594f5f9cdd515e3a691ec148fd431838455487663d73387183d844') prepare() { cd "pygit2-$pkgver" - # Upstream Issue: https://github.com/libgit2/pygit2/pull/1089 - patch -p1 < ../libgit2-1.2.0.patch # Disable tests that do stuff online sed -i -e '/has_network/s/True/False/' test/utils.py }
