Skip to content
Snippets Groups Projects
Commit 77248465 authored by Chih-Hsuan Yen's avatar Chih-Hsuan Yen
Browse files

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
parent a4b53783
No related branches found
Tags 1.16.5-1
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: quomoow <quomoow@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 @@ makedepends=(python-setuptools)
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@tlocke.org.uk>, proven by https://keybase.io/tlocke
)
prepare() {
cd pg8000-$pkgver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment