14
0

- update to 2.2.0:

* All exceptions in `webauthn.helpers.exceptions` now subclass
    the new `webauthn.helpers.exceptions.WebAuthnException` base
    exception
  * Support has been added for the new `"smart-card"` transport
- Initial release of python-webauthn 2.1.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webauthn?expand=0&rev=3
This commit is contained in:
2024-06-29 07:01:11 +00:00
committed by Git OBS Bridge
parent 846831026b
commit ce8ec4c3f7
4 changed files with 15 additions and 6 deletions

View File

@@ -18,16 +18,16 @@
%{?sle15_python_module_pythons}
Name: python-webauthn
Version: 2.1.0
Version: 2.2.0
Release: 0
Summary: Pythonic WebAuthn
License: BSD-3-Clause
URL: https://github.com/duo-labs/py_webauthn
Source: https://files.pythonhosted.org/packages/source/w/webauthn/webauthn-%{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 asn1crypto >= 1.4.0}
BuildRequires: %{python_module cbor2 >= 5.4.6}