python-psycopg2: update to 2.7.6.1.

This commit is contained in:
maxice8 2018-12-02 02:50:59 -02:00 committed by maxice8
parent ad05555111
commit 0333d9b6ef
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-psycopg2'
pkgname=python-psycopg2
version=2.7.5
version=2.7.6.1
revision=1
wrksrc="psycopg2-${version}"
build_style=python-module
@ -10,11 +10,11 @@ hostmakedepends="python-devel python3-devel postgresql-libs-devel"
# Require postgresql-libs-devel for libpq-fe.h
makedepends="python-devel python3-devel postgresql-libs-devel"
short_desc="PostgreSQL adapter for Python2"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
maintainer="Toyam Cox <Vaelatern@voidlinux.eu>"
license="LGPL-3.0-or-later"
homepage="http://initd.org/psycopg"
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
checksum=eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e
checksum=27959abe64ca1fc6d8cd11a71a1f421d8287831a3262bd4cacd43bbf43cc3c82
python3-psycopg2_package() {
pycompile_module="psycopg2"