Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / python-psycopg2
Commits: d971cfcf by Andrew Crerar at 2023-10-10T11:18:57-04:00 upgpkg: 2.9.9-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = python-psycopg2 + pkgdesc = A PostgreSQL database adapter for the Python programming language. + pkgver = 2.9.9 + pkgrel = 1 + url = https://www.psycopg.org/ + arch = x86_64 + license = LGPL3 + makedepends = python-setuptools + makedepends = postgresql-libs + depends = python + depends = postgresql-libs + source = https://github.com/psycopg/psycopg2/archive/refs/tags/2.9.9.tar.gz + b2sums = 0bf4c9e7b07915c52b7581d02c100ca1539b63ce46ec92cc299d4998112f6146a45a7c5a5806c99d5483f1b91cea9e577402a920690b1ada3ac5560e0fcc743e + +pkgname = python-psycopg2 ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Douglas Soares de Andrade <[email protected]> pkgname=python-psycopg2 -pkgver=2.9.7 +pkgver=2.9.9 pkgrel=1 pkgdesc="A PostgreSQL database adapter for the Python programming language." arch=('x86_64') @@ -14,7 +14,7 @@ license=('LGPL3') depends=('python' 'postgresql-libs') makedepends=('python-setuptools' 'postgresql-libs') source=("https://github.com/psycopg/psycopg2/archive/refs/tags/${pkgver}.tar.gz") -b2sums=('303125e2155dbb48545fef3e239ff0dc28f8405a23ee449c2ca9c234eb3a2028223404c2e83ee32eb3a32cc0f452dc49abeb2f886cb916ba79617bb91d5a2665') +b2sums=('0bf4c9e7b07915c52b7581d02c100ca1539b63ce46ec92cc299d4998112f6146a45a7c5a5806c99d5483f1b91cea9e577402a920690b1ada3ac5560e0fcc743e') build(){ cd "psycopg2-${pkgver}" sed -i 's/,PSYCOPG_DEBUG$//' setup.cfg View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg2/-/commit/d971cfcfd06bf4bace1e20ba07a60891686745e7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-psycopg2/-/commit/d971cfcfd06bf4bace1e20ba07a60891686745e7 You're receiving this email because of your account on gitlab.archlinux.org.
