From ceb1dc05eb2d239d1c875a5f000a741399075e4e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 23:47:35 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-service-identity.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-service-identity.spec b/python-service-identity.spec index 1144e59..f65405c 100644 --- a/python-service-identity.spec +++ b/python-service-identity.spec @@ -5,7 +5,7 @@ Name: python-%{modname} Version: 21.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Service identity verification for pyOpenSSL License: MIT @@ -90,6 +90,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %license LICENSE docs/license.rst %changelog +* Thu Jun 03 2021 Python Maint - 21.1.0-2 +- Rebuilt for Python 3.10 + * Mon May 24 13:50:05 CEST 2021 Robert-André Mauchin - 21.1.0-1 - Update to 21.1.0 - Close: rhbz#1958639