python-psycopg2: update to 2.7.5

This commit is contained in:
Alessio Sergi 2018-06-20 22:23:27 +02:00
parent 49dc3ebf01
commit bc641d8984
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.4
version=2.7.5
revision=1
wrksrc="psycopg2-${version}"
build_style=python-module
@ -11,10 +11,10 @@ hostmakedepends="python-devel python3-devel postgresql-libs-devel"
makedepends="python-devel python3-devel postgresql-libs-devel"
short_desc="PostgreSQL adapter for Python2"
maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="LGPL-3"
license="LGPL-3.0-or-later"
homepage="http://initd.org/psycopg"
distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz"
checksum=8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209
checksum=eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e
python3-psycopg2_package() {
pycompile_module="psycopg2"