python-cryptography: update to 3.1.

This commit is contained in:
Kartik Singh 2020-09-13 14:15:17 +05:30 committed by Andrew J. Hesford
parent e90ee8bdb2
commit b1452f59d8

View file

@ -1,7 +1,7 @@
# Template file for 'python-cryptography' # Template file for 'python-cryptography'
pkgname=python-cryptography pkgname=python-cryptography
version=2.8 version=3.1
revision=3 revision=1
wrksrc="cryptography-${version}" wrksrc="cryptography-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools libressl-devel hostmakedepends="python-setuptools python3-setuptools libressl-devel
@ -21,7 +21,7 @@ license="BSD-3-Clause, Apache-2.0"
homepage="https://github.com/pyca/cryptography" homepage="https://github.com/pyca/cryptography"
changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/pyca/cryptography/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz" distfiles="${PYPI_SITE}/c/cryptography/cryptography-${version}.tar.gz"
checksum=3cda1f0ed8747339bbdf71b9f38ca74c7b592f24f65cdb3ab3765e4b02871651 checksum=26409a473cc6278e4c90f782cd5968ebad04d3911ed1c402fc86908c17633e08
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE