Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-pyjwt
Commits:
ebc9376a by Maxime Gauduin at 2026-05-28T23:32:12+02:00
upgpkg: 2.13.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pyjwt
pkgdesc = JSON Web Token implementation in Python
- pkgver = 2.12.1
+ pkgver = 2.13.0
pkgrel = 1
url = https://github.com/jpadilla/pyjwt
arch = any
@@ -13,7 +13,9 @@ pkgbase = python-pyjwt
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source =
git+https://github.com/jpadilla/pyjwt.git#tag=a4e1a3d1218b01c5806420b8f16d9308ac4adc30
- b2sums =
9bd30a52709b2647ea1b7d5349fa2df596176668b0b87916b946408e2b01ded79c18f690e1463711d0033bdf10bc7c1450c8cd42ad0bddd8862a541db56e62bd
+ depends = python-cryptography
+ depends = python-typing_extensions
+ source = git+https://github.com/jpadilla/pyjwt.git#tag=2.13.0
+ b2sums =
92d93124d86ba5e21c2922426d5225a5495c2f7e2339f449d4e4ed35352874bb2384a9e09df603507e13e6ddac8e5a4769a97f2b846be19ec0f140370c3ba3b0
pkgname = python-pyjwt
=====================================
PKGBUILD
=====================================
@@ -2,13 +2,17 @@
# Contributor: Felix Yan <[email protected]>
pkgname=python-pyjwt
-pkgver=2.12.1
+pkgver=2.13.0
pkgrel=1
pkgdesc='JSON Web Token implementation in Python'
arch=(any)
url=https://github.com/jpadilla/pyjwt
license=(MIT)
-depends=(python)
+depends=(
+ python
+ python-cryptography
+ python-typing_extensions
+)
makedepends=(
git
python-build
@@ -20,14 +24,8 @@ checkdepends=(
python-cryptography
python-pytest
)
-_tag=a4e1a3d1218b01c5806420b8f16d9308ac4adc30
-source=(git+https://github.com/jpadilla/pyjwt.git#tag=${_tag})
-b2sums=('9bd30a52709b2647ea1b7d5349fa2df596176668b0b87916b946408e2b01ded79c18f690e1463711d0033bdf10bc7c1450c8cd42ad0bddd8862a541db56e62bd')
-
-pkgver() {
- cd pyjwt
- git describe --tags
-}
+source=(git+https://github.com/jpadilla/pyjwt.git#tag=${pkgver})
+b2sums=('92d93124d86ba5e21c2922426d5225a5495c2f7e2339f449d4e4ed35352874bb2384a9e09df603507e13e6ddac8e5a4769a97f2b846be19ec0f140370c3ba3b0')
build() {
cd pyjwt
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyjwt/-/commit/ebc9376ad27254d360b41001fb2f7b967c3de8bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyjwt/-/commit/ebc9376ad27254d360b41001fb2f7b967c3de8bc
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help