Accepting request 1183950 from devel:languages:python
- 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/request/show/1183950 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-webauthn?expand=0&rev=2
This commit is contained in:
commit
6fd799ffb4
@ -1,4 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 07:01:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 12:02:21 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Initial release of python-webauthn 2.1.0
|
||||
- Initial release of python-webauthn 2.1.0
|
||||
|
@ -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}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b196a4246c2818820857ba195c6e6e5398c761117f2269e3d2deab11c7995fc4
|
||||
size 114014
|
3
webauthn-2.2.0.tar.gz
Normal file
3
webauthn-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70e4f318d293125e3a8609838be0561119f4f8846bc430d524f8da4052ee18cc
|
||||
size 113978
|
Loading…
Reference in New Issue
Block a user