forked from pool/python-webauthn
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5f41e792c6 | |||
| 79e830319f | |||
| 289d976f50 | |||
| 15204dd0b2 | |||
| b3fcadc948 | |||
| cabeb1da6e | |||
| 22bfe7e123 | |||
| 322f150b07 | |||
| 7792481c0d | |||
| 5f89c5ab5f | |||
| 6fd799ffb4 | |||
| fc3e3ff9e0 |
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 4 15:45:54 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.7.0
|
||||||
|
* The new webauthn.helpers.options_to_json_dict helper can be used to simplify
|
||||||
|
registration and authentication options into a simple Dict[str, Any] value
|
||||||
|
- Use github tarball because of tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 2 06:36:35 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
Sun Feb 2 06:36:35 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-webauthn
|
# spec file for package python-webauthn
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,28 +18,28 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-webauthn
|
Name: python-webauthn
|
||||||
Version: 2.5.1
|
Version: 2.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pythonic WebAuthn
|
Summary: Pythonic WebAuthn
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/duo-labs/py_webauthn
|
URL: https://github.com/duo-labs/py_webauthn
|
||||||
Source: https://files.pythonhosted.org/packages/source/w/webauthn/webauthn-%{version}.tar.gz
|
Source: https://github.com/duo-labs/py_webauthn/archive/refs/tags/v%{version}.tar.gz#/webauthn-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module asn1crypto >= 1.4.0}
|
BuildRequires: %{python_module asn1crypto >= 1.5.1}
|
||||||
BuildRequires: %{python_module cbor2 >= 5.4.6}
|
BuildRequires: %{python_module cbor2 >= 5.6.2}
|
||||||
BuildRequires: %{python_module cryptography >= 43.0.3}
|
BuildRequires: %{python_module cryptography >= 44.0.2}
|
||||||
BuildRequires: %{python_module pyOpenSSL >= 23.3.0}
|
BuildRequires: %{python_module pyOpenSSL >= 25.0.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-asn1crypto >= 1.4.0
|
Requires: python-asn1crypto >= 1.5.1
|
||||||
Requires: python-cbor2 >= 5.4.6
|
Requires: python-cbor2 >= 5.6.2
|
||||||
Requires: python-cryptography >= 43.0.3
|
Requires: python-cryptography >= 44.0.2
|
||||||
Requires: python-pyOpenSSL >= 23.3.0
|
Requires: python-pyOpenSSL >= 25.0.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -47,7 +47,7 @@ BuildArch: noarch
|
|||||||
Pythonic WebAuthn
|
Pythonic WebAuthn
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n webauthn-%{version}
|
%autosetup -p1 -n py_webauthn-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f1b7447bae1056e110a9e71ff287f639d05d4d14589911d75fea255c3a03aff0
|
|
||||||
size 122656
|
|
||||||
3
webauthn-2.7.0.tar.gz
Normal file
3
webauthn-2.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1282d1869f76dad78586c4cc1cb1183b7eb2354ad8f76293c74541e99fddaa50
|
||||||
|
size 128504
|
||||||
Reference in New Issue
Block a user