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

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Aug 8 17:03:38 UTC 2020


    Date: Saturday, August 8, 2020 @ 17:03:38
  Author: yan12125
Revision: 672521

upgpkg: python-pg8000 1.16.5-1; add PGP signature verification

Didn't notice that signatures have been included for several releases until I
use Debian's PyPI tracking service. See also discussions on PyPA [1].

[1] https://github.com/pypa/warehouse/issues/3810

Modified:
  python-pg8000/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-08 17:03:31 UTC (rev 672520)
+++ PKGBUILD	2020-08-08 17:03:38 UTC (rev 672521)
@@ -2,7 +2,7 @@
 # Contributor: quomoow <quomoow at gmail.com>
 
 pkgname=python-pg8000
-pkgver=1.16.3
+pkgver=1.16.5
 pkgrel=1
 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
 arch=(any)
@@ -12,8 +12,12 @@
 checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
               python-pytz pifpaf postgresql)
 depends=(python python-scramp)
-source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz")
-sha256sums=('91b1584f25c84c2d0fe408bd44466cc16e1db9b9e95f454ff7c334edf3fe650c')
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
+sha256sums=('8af70cdfcc1fadafa32468a6af563e1c0b5271c4dcc99a4490030a128cb295a3'
+            'SKIP')
+validpgpkeys=(
+  'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke <tlocke at tlocke.org.uk>, proven by https://keybase.io/tlocke
+)
 
 prepare() {
   cd pg8000-$pkgver



More information about the arch-commits mailing list