Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
python-joserfc
Commits:
51e51bff by Chih-Hsuan Yen at 2025-03-22T17:12:26+08:00
upgpkg: 1.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-joserfc
pkgdesc = Implementations of JOSE RFCs in Python
- pkgver = 1.0.1
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/authlib/joserfc
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-joserfc
depends = python
depends = python-cryptography
optdepends = python-pycryptodome: for draft RFCs
- source = git+https://github.com/authlib/joserfc?signed#commit=1.0.1
+ source = git+https://github.com/authlib/joserfc?signed#commit=1.0.4
validpgpkeys = 72F8E895A70CEBDF4F2ADFE07E55E3E0118B2B4C
- sha256sums =
16785c7712c64f73dcd340563eac758a22825ab77ed22082e9ca737ec0867bf7
+ sha256sums =
751e70c631110f18fcddd696b48fe0dcc7a6c540e2752a76ffa4b52827e8815f
pkgname = python-joserfc
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-joserfc
# https://github.com/authlib/joserfc/releases
-pkgver=1.0.1
+pkgver=1.0.4
pkgrel=1
pkgdesc='Implementations of JOSE RFCs in Python'
arch=(any)
@@ -19,7 +19,7 @@ optdepends=(
# HACK: commit=$pkgver works during fetching sources as upstream repo uses
non-annotated tags,
# and we want to PGP verify commits, not tags
source=("git+$url?signed#commit=$pkgver")
-sha256sums=('16785c7712c64f73dcd340563eac758a22825ab77ed22082e9ca737ec0867bf7')
+sha256sums=('751e70c631110f18fcddd696b48fe0dcc7a6c540e2752a76ffa4b52827e8815f')
validpgpkeys=(
# A key in https://github.com/lepture.gpg
'72F8E895A70CEBDF4F2ADFE07E55E3E0118B2B4C'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/51e51bff61cb847243d10ac77e7ea9356497f151
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/51e51bff61cb847243d10ac77e7ea9356497f151
You're receiving this email because of your account on gitlab.archlinux.org.