Accepting request 1177925 from home:alarrosa:branches:devel:languages:python

New package python-webauthn required by the new version of python-Flask-Security-Too

OBS-URL: https://build.opensuse.org/request/show/1177925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webauthn?expand=0&rev=1
This commit is contained in:
Matej Cepl 2024-05-31 21:15:16 +00:00 committed by Git OBS Bridge
commit 9b40a2c693
5 changed files with 99 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

4
python-webauthn.changes Normal file
View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri May 31 12:02:21 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
- Initial release of python-webauthn 2.1.0

68
python-webauthn.spec Normal file
View File

@ -0,0 +1,68 @@
#
# spec file for package python-webauthn
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-webauthn
Version: 2.1.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}
# 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 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-pyOpenSSL >= 23.3.0
BuildArch: noarch
%python_subpackages
%description
Pythonic WebAuthn
%prep
%autosetup -p1 -n webauthn-%{version}
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/webauthn
%{python_sitelib}/webauthn-%{version}.dist-info
%changelog

3
webauthn-2.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b196a4246c2818820857ba195c6e6e5398c761117f2269e3d2deab11c7995fc4
size 114014