From fba0f13f040d29f9bb4c668dbfc2d5cd16e26b5f Mon Sep 17 00:00:00 2001 From: yan12125 Date: Sun, 26 Jul 2020 12:28:32 +0000 Subject: [PATCH] upgpkg: python-pg8000 1.16.3-1; switch to PyPI tarball Upstream fixes the PyPI tarball [1] [1] https://github.com/tlocke/pg8000/issues/47 git-svn-id: file:///srv/repos/svn-community/svn@665334 9fca08f4-af9d-4005-b8df-a31f2cc04f65 --- python-pg8000/trunk/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-pg8000/trunk/PKGBUILD b/python-pg8000/trunk/PKGBUILD index bfb38d6235e8..38094b093b99 100644 --- a/python-pg8000/trunk/PKGBUILD +++ b/python-pg8000/trunk/PKGBUILD @@ -2,17 +2,18 @@ # Contributor: quomoow pkgname=python-pg8000 -pkgver=1.16.1 +pkgver=1.16.3 pkgrel=1 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible" arch=(any) url='https://github.com/tlocke/pg8000' license=(BSD) makedepends=(python-setuptools) -checkdepends=(python-pytest python-pytest-mock python-pytz pifpaf postgresql) +checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark + python-pytz pifpaf postgresql) depends=(python python-scramp) -source=("https://github.com/tlocke/pg8000/archive/$pkgver/pg8000-$pkgver.tar.gz") -sha256sums=('8af9ba3e1edf249b50b13f9f654aa6d39dd66c959fbbf041a4b66cefeb05c7d9') +source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz") +sha256sums=('91b1584f25c84c2d0fe408bd44466cc16e1db9b9e95f454ff7c334edf3fe650c') prepare() { cd pg8000-$pkgver