mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-psycopg2: update to 2.9.10.
This commit is contained in:
parent
cd3f05c815
commit
74e59ab172
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-psycopg2'
|
# Template file for 'python3-psycopg2'
|
||||||
pkgname=python3-psycopg2
|
pkgname=python3-psycopg2
|
||||||
version=2.9.3
|
version=2.9.10
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
# Require postgresql-libs-devel to find executable: pg_config
|
# Require postgresql-libs-devel to find executable: pg_config
|
||||||
hostmakedepends="postgresql-libs-devel python3-setuptools"
|
hostmakedepends="postgresql-libs-devel python3-setuptools"
|
||||||
|
@ -14,5 +14,5 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://www.psycopg.org"
|
homepage="https://www.psycopg.org"
|
||||||
changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS"
|
changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS"
|
||||||
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
|
||||||
checksum=8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981
|
checksum=12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11
|
||||||
make_check=no # requires running postgres server on system
|
make_check=no # requires running postgres server on system
|
||||||
|
|
Loading…
Add table
Reference in a new issue