Compare commits

...

3 Commits
epel9 ... i10ce

16
.gitignore vendored

@ -1,15 +1 @@
/python-python-fido2-0.4.0.tar.gz
/python-python-fido2-0.5.0.tar.gz
/python-python-fido2-0.6.0.tar.gz
/python-python-fido2-0.7.0.tar.gz
/python-python-fido2-0.7.1.tar.gz
/python-python-fido2-0.7.2.tar.gz
/python-python-fido2-0.8.1.tar.gz
/python-python-fido2-0.9.0.tar.gz
/python-python-fido2-0.9.1.tar.gz
/python-python-fido2-0.9.2.tar.gz
/python-python-fido2-0.9.3.tar.gz
/python-fido2-1.0.0.tar.gz
/python-fido2-1.1.0.tar.gz
/python-fido2-1.1.1.tar.gz
/python-fido2-1.1.2.tar.gz
SOURCES/python-fido2-1.1.2.tar.gz

@ -0,0 +1 @@
e3766d53523c2eab34c0a827557deab9f510a02c SOURCES/python-fido2-1.1.2.tar.gz

File diff suppressed because one or more lines are too long

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 1.1.2
Release: 1%{?dist}
Release: 5%{?dist}
Summary: Functionality for FIDO 2.0, including USB device communication
# Main code is BSD
@ -11,6 +11,7 @@ Summary: Functionality for FIDO 2.0, including USB device communication
License: BSD and ASL 2.0 and MPLv2.0
URL: https://github.com/Yubico/python-fido2
Source0: https://github.com/Yubico/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Source1: Disable_test_attestation.patch
BuildArch: noarch
%global _description\
@ -38,10 +39,12 @@ BuildRequires: python%{python3_pkgversion}-pytest
%description -n python%{python3_pkgversion}-%{srcname} %_description
Patch0: Disable_test_attestation.patch
%prep
%autosetup -p1
patch -p1 -i %{SOURCE1}
%generate_buildrequires
%pyproject_buildrequires
@ -68,6 +71,22 @@ BuildRequires: python%{python3_pkgversion}-pytest
%changelog
* Mon Feb 10 2025 Eduard Basov <ebasov@msvsphere-os.ru> - 1.1.2-5
- Rebuilt for MSVSphere 10
- Disable test attestation
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 1.1.2-5
- Rebuilt for Python 3.13
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Jul 16 2023 Orion Poplawski <orion@nwra.com> - 1.1.2-1
- Update to 1.1.2

@ -1 +0,0 @@
SHA512 (python-fido2-1.1.2.tar.gz) = 3a2b8ac71a4acc11715e555f582a8dd39cdf23e984acc777875596e4f32eb7d6dcf0f10668796303a11c34ed13c4b6130d1291d79dbb7db22eb1af3010778d6a
Loading…
Cancel
Save