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


Commits:
4cd103f4 by Chih-Hsuan Yen at 2024-02-14T11:41:47+08:00
upgpkg: 1.5.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-jwcrypto
        pkgdesc = Python implementation of JWK, JWS, JWE specifications
-       pkgver = 1.5.1
+       pkgver = 1.5.4
        pkgrel = 1
        url = https://github.com/latchset/jwcrypto
        arch = any
@@ -13,8 +13,8 @@ pkgbase = python-jwcrypto
        makedepends = python-wheel
        depends = python
        depends = python-cryptography
-       depends = python-deprecated
-       source = 
git+https://github.com/latchset/jwcrypto?signed#tag=88d63086ea90de194e22791b231684b496543355
+       depends = python-typing_extensions
+       source = 
git+https://github.com/latchset/jwcrypto?signed#tag=f14859245bfb9c9d773362b141ec1e8496360e36
        validpgpkeys = BB97AF8BC4E7A5C0D96223D3C788C4C1D4550D45
        validpgpkeys = 7C7BD146943B206BB645B64594EAD67E004B65AB
        sha256sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -4,16 +4,19 @@
 _pkgname=jwcrypto
 pkgname=python-$_pkgname
 # https://github.com/latchset/jwcrypto/releases
-pkgver=1.5.1
+pkgver=1.5.4
 # curl https://api.github.com/repos/latchset/jwcrypto/git/ref/tags/v$pkgver | 
jq -r .object.sha
-_tag=88d63086ea90de194e22791b231684b496543355
+_tag=f14859245bfb9c9d773362b141ec1e8496360e36
 pkgrel=1
 pkgdesc='Python implementation of JWK, JWS, JWE specifications'
 arch=(any)
 url='https://github.com/latchset/jwcrypto'
 # setup.py says LGPLv3+ 
https://github.com/latchset/jwcrypto/blob/v1.5.1/setup.py#L20
 license=('LGPL-3.0-or-later')
-depends=(python python-cryptography python-deprecated)
+# This package uses @typing_extensions.deprecated, which will be available as 
@warnings.deprecated in Python 3.13
+# https://github.com/latchset/jwcrypto/pull/337
+# https://typing-extensions.readthedocs.io/en/latest/#deprecated
+depends=(python python-cryptography python-typing_extensions)
 makedepends=(git python-build python-installer python-setuptools python-wheel)
 checkdepends=(python-pytest)
 source=("git+$url?signed#tag=$_tag")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jwcrypto/-/commit/4cd103f4bb17cac1c480cd5243455f8ef0ea544a

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


Reply via email to