Date: Sunday, September 19, 2021 @ 04:41:20 Author: yan12125 Revision: 1017130
upgpkg: python-pg8000 1.21.2-1; add a link to changelogs Modified: python-pg8000/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-19 04:37:57 UTC (rev 1017129) +++ PKGBUILD 2021-09-19 04:41:20 UTC (rev 1017130) @@ -2,7 +2,8 @@ # Contributor: quomoow <[email protected]> pkgname=python-pg8000 -pkgver=1.21.1 +# https://github.com/tlocke/pg8000#release-notes +pkgver=1.21.2 pkgrel=1 pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible" arch=(any) @@ -13,7 +14,7 @@ python-pytz postgresql) depends=(python python-scramp) source=("https://files.pythonhosted.org/packages/source/p/pg8000/pg8000-$pkgver.tar.gz"{,.asc}) -sha256sums=('1ccbeec93b70e2e8532df3abddc6905c7821909c96dceaaef751b57c5291869a' +sha256sums=('36a3b517408334967c1fa0d29656da03608d63122a372ec92c85f49aed2d24e3' 'SKIP') validpgpkeys=( 'D5681B7EC7292511C4CC1450892B00AB699851E8' # Tony Locke <[email protected]>, proven by https://keybase.io/tlocke
