George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-psycopg
Commits:
685acacc by George Rawlinson at 2025-12-03T07:59:37+00:00
upgpkg: 3.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-psycopg
pkgdesc = PostgreSQL database adapter for Python
- pkgver = 3.3.0
+ pkgver = 3.3.1
pkgrel = 1
url = https://www.psycopg.org/psycopg3/
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = python-psycopg
makedepends = python-setuptools
depends = python
depends = postgresql-libs
- source =
python-psycopg::git+https://github.com/psycopg/psycopg.git#tag=3.3.0
+ source =
python-psycopg::git+https://github.com/psycopg/psycopg.git#tag=3.3.1
source = remove-version-constraint.patch
- sha512sums =
6c36ae351b0d6dc257704e08570b0a0fcdf73440822f4a6b20c2a977ed866b84697b7a3fd11ac2559f18afdac944c7a511a4fef435a40d58673760b004798915
+ sha512sums =
b229f8e0364305b862627e71f2bcf66223e2012a9a02849250d068129c20ee959fddf61a653a9f943eec9b9b1835cc7cc0c166aaef87f408e0c7094af92cd09c
sha512sums =
0ee13cc43647d1e251ef60b32ba32b68e653a0ab07ecbaff650852ac5c654c6a1807aaedb55b555d078b7813ed719c4669d4ffd974c92ba1355f2d675a530277
- b2sums =
ff02088500a8f01af114d1f02395a44bd5e3ecd0943ffd5b0db9a1eb7eebba58b4b0af68e51ea7bebad5e4fd4812f24fe07c3ee15247678ee66509c6f4082f43
+ b2sums =
37a0fd46465a2fa819e9e1f9ba286cc4dbe4d2ca7c5e6da65544b707eb82eb21d215c14016c909ecb2ba2324c49fa3c98ec77fc246be07f9cb8cbdeb60e07126
b2sums =
c1019eae90c4ce57e23186dfe21d20ed187a1465106140e0256440bd44913a2ee307189d8fcce301e3dedb9d747c4502b9ec8f11bf2ff26fa26416c71a0045a1
pkgname = python-psycopg
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Guillaume Horel <[email protected]>
pkgname=python-psycopg
-pkgver=3.3.0
+pkgver=3.3.1
pkgrel=1
pkgdesc='PostgreSQL database adapter for Python'
arch=(x86_64)
@@ -25,9 +25,9 @@ source=(
"$pkgname::git+https://github.com/psycopg/psycopg.git#tag=$pkgver"
remove-version-constraint.patch
)
-sha512sums=('6c36ae351b0d6dc257704e08570b0a0fcdf73440822f4a6b20c2a977ed866b84697b7a3fd11ac2559f18afdac944c7a511a4fef435a40d58673760b004798915'
+sha512sums=('b229f8e0364305b862627e71f2bcf66223e2012a9a02849250d068129c20ee959fddf61a653a9f943eec9b9b1835cc7cc0c166aaef87f408e0c7094af92cd09c'
'0ee13cc43647d1e251ef60b32ba32b68e653a0ab07ecbaff650852ac5c654c6a1807aaedb55b555d078b7813ed719c4669d4ffd974c92ba1355f2d675a530277')
-b2sums=('ff02088500a8f01af114d1f02395a44bd5e3ecd0943ffd5b0db9a1eb7eebba58b4b0af68e51ea7bebad5e4fd4812f24fe07c3ee15247678ee66509c6f4082f43'
+b2sums=('37a0fd46465a2fa819e9e1f9ba286cc4dbe4d2ca7c5e6da65544b707eb82eb21d215c14016c909ecb2ba2324c49fa3c98ec77fc246be07f9cb8cbdeb60e07126'
'c1019eae90c4ce57e23186dfe21d20ed187a1465106140e0256440bd44913a2ee307189d8fcce301e3dedb9d747c4502b9ec8f11bf2ff26fa26416c71a0045a1')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg/-/commit/685acacc99760a63caf8dc32fcf4e0917a47a390
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg/-/commit/685acacc99760a63caf8dc32fcf4e0917a47a390
You're receiving this email because of your account on gitlab.archlinux.org.