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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sat Apr 23 16:28:29 UTC 2022


    Date: Saturday, April 23, 2022 @ 16:28:28
  Author: yan12125
Revision: 1187651

upgpkg: python-pg8000 1.26.1-1; upstream fixes tests with different changes

Modified:
  python-pg8000/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 16:13:57 UTC (rev 1187650)
+++ PKGBUILD	2022-04-23 16:28:28 UTC (rev 1187651)
@@ -3,7 +3,7 @@
 
 pkgname=python-pg8000
 # https://github.com/tlocke/pg8000#release-notes
-pkgver=1.26.0
+pkgver=1.26.1
 pkgrel=1
 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
 arch=(any)
@@ -13,20 +13,13 @@
 checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
               python-pytz postgresql)
 depends=(python python-scramp)
-source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc}
-        pg8000-104.patch::https://github.com/yan12125/pg8000/commit/ec7aad27eb49aae572067b13a886fb72682aea89.patch)
-sha256sums=('9e25ea13a5b7fcc83b026051d7c6e4dcd5221e950ebe5393de715a3fea1527d3'
-            'SKIP'
-            '284bc6f784b7658889953e635eec2f581919b4653030a523d64962c60436ceee')
+source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc})
+sha256sums=('ccd2b6fe190addd74c093a62be0730b9e99f3ea03aa0ef7ab95ed1b7ff69d257'
+            'SKIP')
 validpgpkeys=(
   'D5681B7EC7292511C4CC1450892B00AB699851E8'  # Tony Locke <tlocke at tlocke.org.uk>, proven by https://keybase.io/tlocke
 )
 
-prepare() {
-  cd pg8000-$pkgver
-  patch -Np1 -i ../pg8000-104.patch
-}
-
 build() {
   cd pg8000-$pkgver
   python setup.py build



More information about the arch-commits mailing list