Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-joserfc


Commits:
a64e9e35 by Chih-Hsuan Yen at 2024-06-04T11:10:49+08:00
Update to 0.11.1

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-joserfc
        pkgdesc = Implementations of JOSE RFCs in Python
-       pkgver = 0.9.0
-       pkgrel = 2
+       pkgver = 0.11.1
+       pkgrel = 1
        url = https://github.com/authlib/joserfc
        arch = any
        license = BSD-3-Clause
@@ -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=b669af5fbf17ad500893004299debe006885dd97
+       source = 
git+https://github.com/authlib/joserfc?signed#commit=19e9fa2870e2f6c8fe654d6c60f9959178a3f6f0
        validpgpkeys = 72F8E895A70CEBDF4F2ADFE07E55E3E0118B2B4C
-       sha256sums = SKIP
+       sha256sums = 
40a7021a4157e6ab5f22d5679770bd2be25af2ab181af08661d15fff346f2977
 
 pkgname = python-joserfc


=====================================
.nvchecker.toml
=====================================
@@ -1,6 +1,3 @@
 [python-joserfc]
 source = "pypi"
 pypi = "joserfc"
-# Git commit for tag 0.10.0 is not GPG-signed
-# See: https://github.com/authlib/joserfc/issues/22
-ignored = "0.10.0"


=====================================
PKGBUILD
=====================================
@@ -2,10 +2,10 @@
 
 pkgname=python-joserfc
 # https://github.com/authlib/joserfc/releases
-pkgver=0.9.0
+pkgver=0.11.1
 # curl https://api.github.com/repos/authlib/joserfc/git/ref/tags/$pkgver | jq 
-r .object.sha
-_commit=b669af5fbf17ad500893004299debe006885dd97
-pkgrel=2
+_commit=19e9fa2870e2f6c8fe654d6c60f9959178a3f6f0
+pkgrel=1
 pkgdesc='Implementations of JOSE RFCs in Python'
 arch=(any)
 url='https://github.com/authlib/joserfc'
@@ -19,7 +19,7 @@ optdepends=(
   'python-pycryptodome: for draft RFCs'
 )
 source=("git+$url?signed#commit=$_commit")
-sha256sums=('SKIP')
+sha256sums=('40a7021a4157e6ab5f22d5679770bd2be25af2ab181af08661d15fff346f2977')
 validpgpkeys=(
   # A key in https://github.com/lepture.gpg
   '72F8E895A70CEBDF4F2ADFE07E55E3E0118B2B4C'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/a64e9e352b549f96e8c7c04d811ab8eb337c16ca

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-joserfc/-/commit/a64e9e352b549f96e8c7c04d811ab8eb337c16ca
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to