python-cryptography: update to 1.5.1

This commit is contained in:
Alessio Sergi 2016-09-24 13:01:45 +02:00
parent 07bcf51283
commit b1fe96c34d

View file

@ -1,6 +1,6 @@
# Template file for 'python-cryptography' # Template file for 'python-cryptography'
pkgname=python-cryptography pkgname=python-cryptography
version=1.5 version=1.5.1
revision=1 revision=1
wrksrc="cryptography-${version}" wrksrc="cryptography-${version}"
build_style=python-module build_style=python-module
@ -17,7 +17,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/pyca/cryptography" homepage="https://github.com/pyca/cryptography"
license="3-clause-BSD, Apache-2.0" license="3-clause-BSD, Apache-2.0"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=52f47ec9a57676043f88e3ca133638790b6b71e56e8890d9d7f3ae4fcd75fa24 checksum=ad0ced02cc2edefba38090847e3b73752a59d9ce2c147f71233594be3a520db5
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE