From 28c453d4f64978a81a1c8992ac7afdb62d9854a7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:07:23 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-urllib-gssapi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-urllib-gssapi.spec b/python-urllib-gssapi.spec index d8e83a7..85bc3c6 100644 --- a/python-urllib-gssapi.spec +++ b/python-urllib-gssapi.spec @@ -3,7 +3,7 @@ Name: python-%{sname} Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A GSSAPI/SPNEGO authentication handler for urllib/urllib2 License: ASL 2.0 @@ -51,6 +51,9 @@ Requires: python3-gssapi %{python3_sitelib}/%{s_name}* %changelog +* Fri Jun 04 2021 Python Maint - 1.0.2-3 +- Rebuilt for Python 3.10 + * Fri Mar 19 2021 Robbie Harwood - 1.0.2-2 - Drop dependency on python-nose