[arch-commits] Commit in python-dulwich/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Tue May 25 04:18:00 UTC 2021


    Date: Tuesday, May 25, 2021 @ 04:18:00
  Author: polyzen
Revision: 945336

upgpkg: python-dulwich 0.20.23-1 & update deps

Modified:
  python-dulwich/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-25 00:11:37 UTC (rev 945335)
+++ PKGBUILD	2021-05-25 04:18:00 UTC (rev 945336)
@@ -3,7 +3,7 @@
 
 _name=dulwich
 pkgname=python-dulwich
-pkgver=0.20.21
+pkgver=0.20.23
 pkgrel=1
 pkgdesc='Pure-Python implementation of the Git file formats and protocols'
 arch=('x86_64')
@@ -11,9 +11,15 @@
 license=('GPL')
 depends=('python-certifi' 'python-urllib3')
 makedepends=('python-setuptools')
+checkdepends=('python-gpgme')
+optdepends=('python-fastimport: for fast-import support'
+            'python-gpgme: for PGP signature support'
+            'python-idna: for HTTPS support via urllib3'
+            'python-pyopenssl: for HTTPS support via urllib3'
+            'python-pyinotify: to watch for changes to refs')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('ac764c9a9b80fa61afe3404d5270c5060aa57f7f087b11a95395d3b76f3b71fd')
-b2sums=('d2768a4cc83ab2dad3b569c7c97c93ffea0293eb10ce269a7edfc7d5a6dc15d31d7637332d6968d40e67dcd2d76d6f9366f6d2e30527a666bc76fab32c5bab91')
+sha256sums=('402e56b5c07f040479d1188e5c2f406e2c006aa3943080155d4c6d05e5fca865')
+b2sums=('0f7bfb237acc6bad874465a5bfed21adc29a2ef23875fbcbb92e7e3ff0ed6a4191a30b3975f90ef20b8320575e42abf31f8ec2199d558382c917d0510c2a8d96')
 
 build() {
   cd $_name-$pkgver



More information about the arch-commits mailing list