summaryrefslogtreecommitdiff
path: root/python-jwcrypto
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-12-02 10:05:52 +0100
committerErich Eckner <git@eckner.net>2020-12-02 10:05:52 +0100
commitaf07cc2aa70ef7488aee53779818b000b956ea7b (patch)
tree5180b7032c2a8c0ffc794c00db07f284b2c0edad /python-jwcrypto
parentc8237d51da70e65decd69bed05c5e6e1852e9ce5 (diff)
downloadarchlinuxewe.git.save-af07cc2aa70ef7488aee53779818b000b956ea7b.tar.xz
recompile all python packages
Diffstat (limited to 'python-jwcrypto')
-rw-r--r--python-jwcrypto/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-jwcrypto/PKGBUILD b/python-jwcrypto/PKGBUILD
index 7bd48105..8aa1196f 100644
--- a/python-jwcrypto/PKGBUILD
+++ b/python-jwcrypto/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-jwcrypto
_pkgname=${pkgname#*-}
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python implementation of JWK, JWS, JWE specifications"
arch=("any")
url="https://github.com/latchset/jwcrypto"
@@ -12,8 +12,8 @@ license=("LGPL3")
makedepends=(
'python-setuptools')
depends=(
- 'python>=3.8'
- 'python<3.9'
+ 'python>=3.9'
+ 'python<3.10'
'python-cryptography>=2.3')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/latchset/$_pkgname/archive/v$pkgver.tar.gz")
sha512sums=('784134d27ff7abd31e1069763969513ed45f81fd2c242b7ff7036413c35ef374d535eae0123f5561a8e4eb2630cee40056d1c66454288e1310c4cbedecaac210')