George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-psycopg
Commits:
33f12309 by George Rawlinson at 2025-10-26T07:55:33+00:00
upgpkg: 3.2.12-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-psycopg
pkgdesc = PostgreSQL database adapter for Python
- pkgver = 3.2.11
+ pkgver = 3.2.12
pkgrel = 1
url = https://www.psycopg.org/psycopg3/
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = python-psycopg
makedepends = python-setuptools
depends = python
depends = postgresql-libs
- source =
python-psycopg::git+https://github.com/psycopg/psycopg.git#tag=3.2.11
- sha512sums =
9fd4f7fae927667827834d34c9fb588dd875f1856afaaf0d40e5a5466cd27c9eb52f983ae64ca64049b1d1e1d7c4a3fd781112c21dbc995f2c6420e387e9b129
- b2sums =
eeec15fa492330e0a8b5ae0d1e6ab3689f06bd21ba9e92d07a0db4fcbb5f5bdce3ef03046b7e937ee7cf18b51e89a97456e8455d4d1f619c215a7c3b23e094aa
+ source =
python-psycopg::git+https://github.com/psycopg/psycopg.git#tag=3.2.12
+ sha512sums =
28f6649ed86d1ab9ea7e7019f00a77afd2084abc7323361f982b3cd3ae6e482936fdbe65a29be256b7af84c98433ff8e31482fe66db1fa7d613fb8cb45ab127a
+ b2sums =
1cce9aa7dff26673de4fa3237849d9d0c2952598214f5ba72cb09ab502e0cc06ecb21e3c01b6d577f88debcada24de27df927ea5b988cbbd8b2e69a4848756e5
pkgname = python-psycopg
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Guillaume Horel <[email protected]>
pkgname=python-psycopg
-pkgver=3.2.11
+pkgver=3.2.12
pkgrel=1
pkgdesc='PostgreSQL database adapter for Python'
arch=(x86_64)
@@ -22,8 +22,8 @@ makedepends=(
)
checkdepends=(python-pytest python-pytest-asyncio)
source=("$pkgname::git+https://github.com/psycopg/psycopg.git#tag=$pkgver")
-sha512sums=('9fd4f7fae927667827834d34c9fb588dd875f1856afaaf0d40e5a5466cd27c9eb52f983ae64ca64049b1d1e1d7c4a3fd781112c21dbc995f2c6420e387e9b129')
-b2sums=('eeec15fa492330e0a8b5ae0d1e6ab3689f06bd21ba9e92d07a0db4fcbb5f5bdce3ef03046b7e937ee7cf18b51e89a97456e8455d4d1f619c215a7c3b23e094aa')
+sha512sums=('28f6649ed86d1ab9ea7e7019f00a77afd2084abc7323361f982b3cd3ae6e482936fdbe65a29be256b7af84c98433ff8e31482fe66db1fa7d613fb8cb45ab127a')
+b2sums=('1cce9aa7dff26673de4fa3237849d9d0c2952598214f5ba72cb09ab502e0cc06ecb21e3c01b6d577f88debcada24de27df927ea5b988cbbd8b2e69a4848756e5')
build(){
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg/-/commit/33f1230991cc20ebd75e95def3e20e770e5ef4a1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg/-/commit/33f1230991cc20ebd75e95def3e20e770e5ef4a1
You're receiving this email because of your account on gitlab.archlinux.org.