diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-05 04:53:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-05 05:16:12 -0300 |
commit | d2751264ba9b831827b7d1220bd1718cff731209 (patch) | |
tree | 38f039b9b46b5b626734baeffdbb6e21a70ec57b /testing | |
parent | 6a6a419726e83869e9be159a3eb0bbd5fbb6f575 (diff) | |
download | aports-d2751264ba9b831827b7d1220bd1718cff731209.tar.bz2 aports-d2751264ba9b831827b7d1220bd1718cff731209.tar.xz |
testing/py3-fido2: upgrade to 0.7.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-fido2/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py3-fido2/APKBUILD b/testing/py3-fido2/APKBUILD index f86e000751..7d3d2aee64 100644 --- a/testing/py3-fido2/APKBUILD +++ b/testing/py3-fido2/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Daniel Everett <deverett@gmail.com> pkgname=py3-fido2 _pkgname=${pkgname#py3-} -pkgver=0.3.0 +pkgver=0.7.0 pkgrel=0 pkgdesc="Provides library functionality for FIDO 2.0, including communication with a device over USB" url="https://developers.yubico.com/python-fido2/" arch="noarch" -license="BSD-2-Clause Apache-2.0 MPL-2.0" -depends="py-cryptography" -makedepends="python3-dev py-setuptools" +license="BSD-2-Clause AND Apache-2.0 AND MPL-2.0" +depends="py3-cryptography py3-six" +makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver @@ -26,4 +26,4 @@ check() { python3 setup.py test } -sha512sums="c6ea83e104d77350413156eba4c1aa2635b77ae00d157dce61e5a8539c65aca4dd1dfc5303f9d408359582eeb98ae558aa1e2043a9b1dfcb23415eb8bc9c6a09 fido2-0.3.0.tar.gz" +sha512sums="65fdaeeb1932873fb2ae86257182eb6098d6bf4ce5ed45336327bd3e9040eddccd7f7559ece58d9bdcbfe8c98c2eb8646069556a6d00035fef5eade4907a45d8 fido2-0.7.0.tar.gz" |