From 102004afe0658a64805db9e15722bdcb22caa0ec Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 20:17:35 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- pyscard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyscard.spec b/pyscard.spec index 1a201d1..0323234 100644 --- a/pyscard.spec +++ b/pyscard.spec @@ -1,6 +1,6 @@ Name: pyscard Version: 1.9.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A framework for building smart card aware applications in Python @@ -56,6 +56,9 @@ chmod 755 %{buildroot}%{python3_sitearch}/smartcard/scard/*.so %{python3_sitearch}/%{name}-%{version}-py*.egg-info %changelog +* Fri Jun 04 2021 Python Maint - 1.9.7-12 +- Rebuilt for Python 3.10 + * Mon Mar 22 2021 Tomas Hrnciar - 1.9.7-11 - remove %{python3_other_version} ifs - explicitly buildrequire python3-setuptools