python-pycryptodome: update to 3.7.0

This commit is contained in:
Alessio Sergi 2018-11-03 19:41:35 +01:00
parent 51b6fc0750
commit 36a60895da
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'python-pycryptodome'
pkgname=python-pycryptodome
version=3.6.6
version=3.7.0
revision=1
wrksrc="pycryptodome-${version}"
build_style=python-module
@ -12,12 +12,13 @@ maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
homepage="https://www.pycryptodome.org/"
license="Public Domain, BSD-2-Clause"
distfiles="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz"
checksum=b3cb4af317d9b84f6df50f0cfa6840ba69556af637a83fd971537823e13d601a
checksum=4444a26fc3830c0d438bca6975ff10d1eb9c0b88f747fdc25b5ab81fb46713d7
provides="python-crypto-${version}_1"
replaces="python-crypto>=0"
do_check() {
python2 setup.py test
python3 setup.py test
}