From ccf3da4f2775ea86e3f82b6545b8957523481083 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:32:47 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-fido2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-fido2.spec b/python-fido2.spec index a6b9327..f3523b1 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Functionality for FIDO 2.0, including USB device communication # Main code is BSD @@ -77,6 +77,9 @@ Requires: python%{python3_pkgversion}-six %changelog +* Fri Jun 04 2021 Python Maint - 0.9.1-3 +- Rebuilt for Python 3.10 + * Wed Feb 10 2021 Orion Poplawski - 0.9.1-2 - Drop python2 / python3_other support - Skip failing tests on EL8