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

David Runge dvzrv at archlinux.org
Thu Mar 25 20:06:22 UTC 2021


    Date: Thursday, March 25, 2021 @ 20:06:22
  Author: dvzrv
Revision: 903436

upgpkg: python-gitdb 1:4.0.6-1: Upgrade to 4.0.6.

Upstream switched to new key-id 27C50E7F590947D7273A741E85194C08421980C9
after breaking their hardware key which carried the previous:
https://github.com/gitpython-developers/gitdb/issues/55

Modified:
  python-gitdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-25 20:04:43 UTC (rev 903435)
+++ PKGBUILD	2021-03-25 20:06:22 UTC (rev 903436)
@@ -5,8 +5,8 @@
 _name=gitdb
 pkgdesc="A pure-Python git object database"
 pkgname=python-gitdb
-pkgver=4.0.5
-pkgrel=3
+pkgver=4.0.6
+pkgrel=1
 epoch=1
 url="https://github.com/gitpython-developers/gitdb"
 license=('BSD')
@@ -15,9 +15,9 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 source=("https://pypi.org/packages/source/g/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('a3f562928a863121c4051663a0674aa94937527b2fc40a7f392d2913d4d1443bda278e2f7cf362d499389691d24a2d965ab89a6533d42a157db3ab629a377e83'
+sha512sums=('b9cf964390cf18894c02e8854ef5099ef239bf4a43ae8659bf3def22a0fc35814c7416fd8b8312d9d0a170e5e0ea84380edbcac47cc435dc9ec1d98cf7f6463f'
             'SKIP')
-validpgpkeys=('2CF6E0B51AAF73F09B1C21174D1DA68C88710E60') # Sebastian Thiel (In Rust I trust!) <byronimo at gmail.com>
+validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel (In Rust I trust!) <byronimo at gmail.com>
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"



More information about the arch-commits mailing list