14
0

Accepting request 1175483 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1175483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-joserfc?expand=0&rev=3
This commit is contained in:
2024-05-21 16:36:52 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

3
joserfc-0.10.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1c16ff2179145e248fd67dbaa47bb5a3855f8754c64902dd09e2775e63bcd63
size 166175

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eebca7f587b1761ce43a98ffd5327f2b600b9aa5bb0a77b947687f503ad43bc0
size 166087

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 14 08:23:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.10.0:
* Change jwt.encode and jwt.decode to use JWS by default
-------------------------------------------------------------------
Wed Mar 27 15:15:37 UTC 2024 - ecsos <ecsos@opensuse.org>

View File

@@ -18,16 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-joserfc
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: The ultimate Python library for JOSE RFCs
License: BSD-3-Clause
URL: https://github.com/authlib/joserfc
Source: https://files.pythonhosted.org/packages/source/j/joserfc/joserfc-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module pycryptodome}