python-pycryptodome: update to 3.6.0. (#13280)

This commit is contained in:
maxice8 2018-04-14 17:06:15 -03:00 committed by Alessio Sergi
parent 72539849b1
commit f4f4648cd5
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-pycryptodome'
pkgname=python-pycryptodome
version=3.5.1
version=3.6.0
revision=1
wrksrc="pycryptodome-${version}"
build_style=python-module
@ -13,10 +13,9 @@ maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
homepage="https://www.pycryptodome.org/"
license="Public Domain, BSD-2-Clause"
distfiles="https://github.com/Legrandin/pycryptodome/archive/v${version}.tar.gz"
checksum=c5dc3d61d963b2c0a4974b3652a4d70415b625b564635daa1df33ef49bf2129a
checksum=5efd0f0ac68d3420550de40b272bfaae275889655fb59a92d79a6f3cf6cec8c9
do_check() {
# This packages runs 22818 tests as of version 3.5.0
python3 setup.py test
}