Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 35f0fa9c44 | |||
| c0888e167b | |||
| e0de2b9c5f | |||
| 21d9380377 | |||
| 2dc7ea7859 | |||
| 53f19904a1 | |||
| e454f076cd | |||
| 8998ab5cb2 | |||
| 24a0e243fc | |||
| ce8ec4c3f7 |
@@ -1,11 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-webauthn
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,28 +18,28 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-webauthn
|
||||
Version: 2.7.0
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: Pythonic WebAuthn
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/duo-labs/py_webauthn
|
||||
Source: https://github.com/duo-labs/py_webauthn/archive/refs/tags/v%{version}.tar.gz#/webauthn-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/w/webauthn/webauthn-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module asn1crypto >= 1.5.1}
|
||||
BuildRequires: %{python_module cbor2 >= 5.6.2}
|
||||
BuildRequires: %{python_module cryptography >= 44.0.2}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 25.0.0}
|
||||
BuildRequires: %{python_module asn1crypto >= 1.4.0}
|
||||
BuildRequires: %{python_module cbor2 >= 5.4.6}
|
||||
BuildRequires: %{python_module cryptography >= 43.0.3}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 23.3.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
BuildRequires: fdupes
|
||||
Requires: python-asn1crypto >= 1.5.1
|
||||
Requires: python-cbor2 >= 5.6.2
|
||||
Requires: python-cryptography >= 44.0.2
|
||||
Requires: python-pyOpenSSL >= 25.0.0
|
||||
Requires: python-asn1crypto >= 1.4.0
|
||||
Requires: python-cbor2 >= 5.4.6
|
||||
Requires: python-cryptography >= 43.0.3
|
||||
Requires: python-pyOpenSSL >= 23.3.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -47,7 +47,7 @@ BuildArch: noarch
|
||||
Pythonic WebAuthn
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n py_webauthn-%{version}
|
||||
%autosetup -p1 -n webauthn-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
3
webauthn-2.5.1.tar.gz
Normal file
3
webauthn-2.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1b7447bae1056e110a9e71ff287f639d05d4d14589911d75fea255c3a03aff0
|
||||
size 122656
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1282d1869f76dad78586c4cc1cb1183b7eb2354ad8f76293c74541e99fddaa50
|
||||
size 128504
|
||||
Reference in New Issue
Block a user