Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-pg8000
Commits:
10ff7046 by Chih-Hsuan Yen at 2024-02-14T14:56:01+08:00
upgpkg: 1.30.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = python-pg8000
pkgdesc = Pure-Python PostgreSQL database driver, DB-API compatible
- pkgver = 1.30.3
+ pkgver = 1.30.4
pkgrel = 1
url = https://github.com/tlocke/pg8000
arch = any
- license = BSD
+ license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-pytest-mock
checkdepends = python-pytest-benchmark
@@ -19,7 +19,7 @@ pkgbase = python-pg8000
depends = python
depends = python-scramp
depends = python-dateutil
- source =
git+https://github.com/tlocke/pg8000.git?signed#commit=017959e97751c35a3d58bc8bd5722cee5c10b656
+ source =
git+https://github.com/tlocke/pg8000.git?signed#commit=f6f416c52af023eb5f6fd38a842d39403a20830b
validpgpkeys = D5681B7EC7292511C4CC1450892B00AB699851E8
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,16 @@
# Contributor: quomoow <[email protected]>
pkgname=python-pg8000
-# https://github.com/tlocke/pg8000#release-notes
-pkgver=1.30.3
+# https://raw.githubusercontent.com/tlocke/pg8000/main/README.rst
+pkgver=1.30.4
pkgrel=1
# curl $(curl https://api.github.com/repos/tlocke/pg8000/git/ref/tags/$pkgver
| jq -r .object.url) | jq -r .object.sha
-_commit=017959e97751c35a3d58bc8bd5722cee5c10b656
+_commit=f6f416c52af023eb5f6fd38a842d39403a20830b
pkgdesc="Pure-Python PostgreSQL database driver, DB-API compatible"
arch=(any)
url='https://github.com/tlocke/pg8000'
-license=(BSD)
+# https://github.com/tlocke/pg8000/blob/1.30.4/pyproject.toml#L14
+license=('BSD-3-Clause')
makedepends=(git python-setuptools python-build python-installer
python-versioningit python-wheel)
checkdepends=(python-pytest python-pytest-mock python-pytest-benchmark
python-pytz postgresql)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pg8000/-/commit/10ff7046934ef81e40291ea449a874c147f6be1c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pg8000/-/commit/10ff7046934ef81e40291ea449a874c147f6be1c
You're receiving this email because of your account on gitlab.archlinux.org.