Date: Friday, October 7, 2022 @ 12:23:47
  Author: dvzrv
Revision: 1323792

upgpkg: python-gitpython 3.1.28-1: Upgrade to 3.1.28.

Switch to verification of signature based on the commit of the tag.

Modified:
  python-gitpython/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-07 11:45:44 UTC (rev 1323791)
+++ PKGBUILD    2022-10-07 12:23:47 UTC (rev 1323792)
@@ -5,16 +5,16 @@
 _name=gitpython
 pkgdesc="A python library used to interact with Git repositories"
 pkgname=python-gitpython
-_commit=d438e088278f2df10b3c38bd635d7207cb7548a6  # refs/tags/3.1.27^{}
-pkgver=3.1.27
+_commit=4089caf5c2e2ce1dabf999386955d81b7a092613  # refs/tags/3.1.28
+pkgver=3.1.28
 pkgrel=1
 url="https://github.com/gitpython-developers/gitpython";
 license=(BSD)
 arch=(any)
-depends=(git python-gitdb)
+depends=(git python-gitdb python-typing-extensions)
 makedepends=(python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-ddt python-nose python-pytest python-virtualenv)
-source=(git+$url#commit=$_commit?signed)
+source=(git+$url#tag=$_commit?signed)
 sha512sums=('SKIP')
 b2sums=('SKIP')
 validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel 
(In Rust I trust!) <[email protected]>

Reply via email to