forked from pool/python-webauthn
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
7792481c0d | ||
5f89c5ab5f |
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 16:39:23 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.3.0:
|
||||
* The minimum supported version of Python has been bumped up to
|
||||
Python 3.9, with ongoing testing from Python 3.9 through
|
||||
Python 3.13. Dependencies have been updated as well,
|
||||
including upgrading to `cryptography==43.0.3`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 07:01:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-webauthn
|
||||
Version: 2.2.0
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Pythonic WebAuthn
|
||||
License: BSD-3-Clause
|
||||
@ -31,14 +31,14 @@ BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module asn1crypto >= 1.4.0}
|
||||
BuildRequires: %{python_module cbor2 >= 5.4.6}
|
||||
BuildRequires: %{python_module cryptography >= 41.0.7}
|
||||
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.4.0
|
||||
Requires: python-cbor2 >= 5.4.6
|
||||
Requires: python-cryptography >= 41.0.7
|
||||
Requires: python-cryptography >= 43.0.3
|
||||
Requires: python-pyOpenSSL >= 23.3.0
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70e4f318d293125e3a8609838be0561119f4f8846bc430d524f8da4052ee18cc
|
||||
size 113978
|
3
webauthn-2.3.0.tar.gz
Normal file
3
webauthn-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79fca835027d3b39290bfd175d09ca7a2bd6e12163790feb6d9c0b746e4c2ede
|
||||
size 113964
|
Loading…
Reference in New Issue
Block a user