Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
python-pyjwt
Commits:
f1e36de9 by Lukas Fleischer at 2026-02-05T12:16:35+01:00
upgpkg: 2.10.1-1: upstream update
- - - - -
26746f79 by Lukas Fleischer at 2026-02-05T12:28:19+01:00
upgpkg: 2.11.0-1: upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyjwt
pkgdesc = JSON Web Token implementation in Python
- pkgver = 2.10.1
- pkgrel = 2
+ pkgver = 2.11.0
+ pkgrel = 1
url = https://github.com/jpadilla/pyjwt
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-pyjwt
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
git+https://github.com/jpadilla/pyjwt.git#tag=3ebbb22f30f2b1b41727b269a08b427e9a85d6bb
- b2sums =
729bd24956fdae22be95c9d19be89a801dc9b3c20967a9c3ff737530040f68c20a3fa304b5337ad2046562a957fd4b17fba98587d03471c4f310f4da2b53fb14
+ source =
git+https://github.com/jpadilla/pyjwt.git#tag=697344d25990641b8b2aa85f0a60634b590b5702
+ b2sums =
d0b25927c600a018eaac1effb36bc74396b28387f739886c850b9611db54b68d83eb2f1ec0d06cb74b8ea3493892c047a5faa9a5210e4a4787f3004714410090
pkgname = python-pyjwt
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Felix Yan <[email protected]>
pkgname=python-pyjwt
-pkgver=2.10.1
-pkgrel=2
+pkgver=2.11.0
+pkgrel=1
pkgdesc='JSON Web Token implementation in Python'
arch=(any)
url=https://github.com/jpadilla/pyjwt
@@ -20,9 +20,9 @@ checkdepends=(
python-cryptography
python-pytest
)
-_tag=3ebbb22f30f2b1b41727b269a08b427e9a85d6bb
+_tag=697344d25990641b8b2aa85f0a60634b590b5702
source=(git+https://github.com/jpadilla/pyjwt.git#tag=${_tag})
-b2sums=('729bd24956fdae22be95c9d19be89a801dc9b3c20967a9c3ff737530040f68c20a3fa304b5337ad2046562a957fd4b17fba98587d03471c4f310f4da2b53fb14')
+b2sums=('d0b25927c600a018eaac1effb36bc74396b28387f739886c850b9611db54b68d83eb2f1ec0d06cb74b8ea3493892c047a5faa9a5210e4a4787f3004714410090')
pkgver() {
cd pyjwt
@@ -36,7 +36,11 @@ build() {
check() {
cd pyjwt
- pytest
+
+ python -m installer -d test_dir dist/*.whl
+
+ local _site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
+ PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH" pytest
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyjwt/-/compare/f99f1b6d623d4631b390bc95a69770ad1c7b2234...26746f799c0e0a4c4cfc5b6b951cf29fab4ca862
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyjwt/-/compare/f99f1b6d623d4631b390bc95a69770ad1c7b2234...26746f799c0e0a4c4cfc5b6b951cf29fab4ca862
You're receiving this email because of your account on gitlab.archlinux.org.