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

Chih-Hsuan Yen yan12125 at archlinux.org
Sun Jul 26 12:28:32 UTC 2020


    Date: Sunday, July 26, 2020 @ 12:28:32
  Author: yan12125
Revision: 665334

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

Modified:
  python-pg8000/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-26 11:46:10 UTC (rev 665333)
+++ PKGBUILD	2020-07-26 12:28:32 UTC (rev 665334)
@@ -2,7 +2,7 @@
 # Contributor: quomoow <quomoow at gmail.com>
 
 pkgname=python-pg8000
-pkgver=1.16.1
+pkgver=1.16.3
 pkgrel=1
 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
 arch=(any)
@@ -9,10 +9,11 @@
 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



More information about the arch-commits mailing list