python3-psycopg2: update to 2.9.3.
This commit is contained in:
parent
a785568308
commit
821392f9ea
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-psycopg2'
|
||||
pkgname=python3-psycopg2
|
||||
version=2.8.3
|
||||
revision=6
|
||||
version=2.9.3
|
||||
revision=1
|
||||
wrksrc="psycopg2-${version}"
|
||||
build_style=python3-module
|
||||
# Require postgresql-libs-devel to find executable: pg_config
|
||||
|
@ -12,6 +12,8 @@ depends="python3"
|
|||
short_desc="PostgreSQL adapter for Python32"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://initd.org/psycopg"
|
||||
homepage="https://www.psycopg.org"
|
||||
changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS"
|
||||
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
|
||||
checksum=897a6e838319b4bf648a574afb6cabcb17d0488f8c7195100d48d872419f4457
|
||||
checksum=8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981
|
||||
make_check=no # requires running postgres server on system
|
||||
|
|
Loading…
Reference in a new issue