From 5a97a1e5bfa1b844a076c68d444075c42e26202f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 10:09:17 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-pycurl.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index 8570eb7..b6ac52c 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -23,7 +23,7 @@ Name: python-%{modname} Version: 7.43.0.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A Python interface to libcurl License: LGPLv2+ or MIT @@ -185,12 +185,12 @@ rm -fv tests/fake-curl/libcurl/*.so %endif %changelog +* Thu Jun 03 2021 Python Maint - 7.43.0.6-8 +- Rebuilt for Python 3.10 + * Thu Jun 03 2021 Kamil Dudka - 7.43.0.6-7 - skip tests which are incompatible with recent releases of libcurl -* Thu Jun 03 2021 Python Maint - 7.43.0.6-6 -- Rebuilt for Python 3.10 - * Wed Feb 17 2021 Kamil Dudka - 7.43.0.6-5 - temporarily remove a failing test-case (#1927655)