update package to version 2.8.0

This commit is contained in:
chen-huihan 2024-01-26 09:42:42 +08:00
parent dca670c129
commit 70c9328794
3 changed files with 7 additions and 1 deletions

Binary file not shown.

BIN
PyJWT-2.8.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global srcname jwt %global srcname jwt
%bcond_without tests %bcond_without tests
Name: python-jwt Name: python-jwt
Version: 2.7.0 Version: 2.8.0
Release: 1 Release: 1
Summary: JSON Web Token implementation in Python Summary: JSON Web Token implementation in Python
License: MIT License: MIT
@ -53,6 +53,12 @@ Requires: python%{python3_pkgversion}-cryptography
%doc README.rst %doc README.rst
%changelog %changelog
* Fri Jan 26 2024 chenhuihan <chenhuihan@huawei.com> - 2.8.0-1
- Update package to version 2.8.0:
- export PyJWKClientConnectionError class
- pre-autoupdate mirrors-mypy blacken-docs black
- allows passing of ssl.SSLContext to PyJWKClient
* Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 2.7.0-1 * Wed Jul 12 2023 sunhui <sunhui@kylinos.cn> - 2.7.0-1
- Update package to version 2.7.0 - Update package to version 2.7.0