python-pycryptodome: update to 3.5.1.

Closes: #12283 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-08 05:47:53 -03:00 committed by Michael Aldridge
parent da5333ec0a
commit ff9c3a1367

View file

@ -1,6 +1,6 @@
# Template file for 'python-pycryptodome'
pkgname=python-pycryptodome
version=3.4.12
version=3.5.1
revision=1
wrksrc="pycryptodome-${version}"
build_style=python-module
@ -11,12 +11,12 @@ makedepends="python-devel python3-devel"
short_desc="Python2 package of low-level cryptographic primitives"
maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
homepage="https://www.pycryptodome.org/"
license="Public Domain, 2-clause-BSD"
license="Public Domain, BSD-2-Clause"
distfiles="https://github.com/Legrandin/pycryptodome/archive/v${version}.tar.gz"
checksum=a58046e2aa416d16a30c54c5f985847fc3e58a8c79c5215048c2be0fd8451dbc
checksum=c5dc3d61d963b2c0a4974b3652a4d70415b625b564635daa1df33ef49bf2129a
do_check() {
# This packages runs 22704 as of version 3.4.12
# This packages runs 22818 tests as of version 3.5.0
python3 setup.py test
}