diff --git a/joserfc-0.10.0.tar.gz b/joserfc-0.10.0.tar.gz new file mode 100644 index 0000000..f90e9f6 --- /dev/null +++ b/joserfc-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c16ff2179145e248fd67dbaa47bb5a3855f8754c64902dd09e2775e63bcd63 +size 166175 diff --git a/joserfc-0.9.0.tar.gz b/joserfc-0.9.0.tar.gz deleted file mode 100644 index 927c060..0000000 --- a/joserfc-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eebca7f587b1761ce43a98ffd5327f2b600b9aa5bb0a77b947687f503ad43bc0 -size 166087 diff --git a/python-joserfc.changes b/python-joserfc.changes index da1bb1b..0cc7cb9 100644 --- a/python-joserfc.changes +++ b/python-joserfc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 14 08:23:05 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-joserfc.spec b/python-joserfc.spec index e96256f..9cad676 100644 --- a/python-joserfc.spec +++ b/python-joserfc.spec @@ -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}