diff options
author | Mike Sullivan <mksully22@gmail.com> | 2019-02-25 21:42:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-02-26 20:52:36 +0000 |
commit | f6ae5b59a672480dc4d4cfee6e7d2e5218103164 (patch) | |
tree | 18450e7d5d747d0dfb42b331de7193f1c4f36583 | |
parent | 154bf539d4a207ed36b4f1e91854bcd116c59b0d (diff) | |
download | aports-f6ae5b59a672480dc4d4cfee6e7d2e5218103164.tar.bz2 aports-f6ae5b59a672480dc4d4cfee6e7d2e5218103164.tar.xz |
main/py-jwt: upgrade to 1.7.1 to fix build incompatibility with pytest
-rw-r--r-- | main/py-jwt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-jwt/APKBUILD b/main/py-jwt/APKBUILD index 432953327b..4b9d2492ca 100644 --- a/main/py-jwt/APKBUILD +++ b/main/py-jwt/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: pkgname=py-jwt _pkgname=PyJWT -pkgver=1.6.4 +pkgver=1.7.1 pkgrel=0 pkgdesc="Python JSON Web Token implementation" url="https://github.com/jpadilla/pyjwt" @@ -62,5 +62,5 @@ _py() { mv "$pkgdir"$libpath "$subpkgdir"${libpath%/*} } -sha512sums="28c448d473f0409d11c2a97bef9f878800a78691250f55a46d79009b09faab0ac179133c4d4795ed9910dd7176adc9d6912189a5b4938f27ae441308e98d5e11 PyJWT-1.6.4.tar.gz +sha512sums="70cd38127b6848933992c8b88303725ef71bfb430ad42eb63247e549b0bdab2a194137349d43ab02a1c97212dbc89f447ee3f0c5403dd14632b8b4b6b9235fc4 PyJWT-1.7.1.tar.gz 886877c4e40005d254abf6f00389e7e69e1a781119c29da7632e3f475b526e15b2387ab1bc5bade07234932c3a7396c06298540bdd1596a79a4a5e62b64517fc no-cov-report.patch" |