aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-02-25 21:42:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-02-26 20:52:36 +0000
commitf6ae5b59a672480dc4d4cfee6e7d2e5218103164 (patch)
tree18450e7d5d747d0dfb42b331de7193f1c4f36583
parent154bf539d4a207ed36b4f1e91854bcd116c59b0d (diff)
downloadalpine_aports-f6ae5b59a672480dc4d4cfee6e7d2e5218103164.tar.bz2
alpine_aports-f6ae5b59a672480dc4d4cfee6e7d2e5218103164.tar.xz
alpine_aports-f6ae5b59a672480dc4d4cfee6e7d2e5218103164.zip
main/py-jwt: upgrade to 1.7.1 to fix build incompatibility with pytest
-rw-r--r--main/py-jwt/APKBUILD4
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 @@
1# Maintainer: 1# Maintainer:
2pkgname=py-jwt 2pkgname=py-jwt
3_pkgname=PyJWT 3_pkgname=PyJWT
4pkgver=1.6.4 4pkgver=1.7.1
5pkgrel=0 5pkgrel=0
6pkgdesc="Python JSON Web Token implementation" 6pkgdesc="Python JSON Web Token implementation"
7url="https://github.com/jpadilla/pyjwt" 7url="https://github.com/jpadilla/pyjwt"
@@ -62,5 +62,5 @@ _py() {
62 mv "$pkgdir"$libpath "$subpkgdir"${libpath%/*} 62 mv "$pkgdir"$libpath "$subpkgdir"${libpath%/*}
63} 63}
64 64
65sha512sums="28c448d473f0409d11c2a97bef9f878800a78691250f55a46d79009b09faab0ac179133c4d4795ed9910dd7176adc9d6912189a5b4938f27ae441308e98d5e11 PyJWT-1.6.4.tar.gz 65sha512sums="70cd38127b6848933992c8b88303725ef71bfb430ad42eb63247e549b0bdab2a194137349d43ab02a1c97212dbc89f447ee3f0c5403dd14632b8b4b6b9235fc4 PyJWT-1.7.1.tar.gz
66886877c4e40005d254abf6f00389e7e69e1a781119c29da7632e3f475b526e15b2387ab1bc5bade07234932c3a7396c06298540bdd1596a79a4a5e62b64517fc no-cov-report.patch" 66886877c4e40005d254abf6f00389e7e69e1a781119c29da7632e3f475b526e15b2387ab1bc5bade07234932c3a7396c06298540bdd1596a79a4a5e62b64517fc no-cov-report.patch"