From 266d3a657b55956c860a9628eebfbd291a311288 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 28 Jun 2023 11:23:21 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-pycurl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index 8e0e45c..030b5f1 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -23,7 +23,7 @@ Name: python-%{modname} Version: 7.45.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Python interface to libcurl License: LGPLv2+ or MIT @@ -163,6 +163,9 @@ rm -fvr tests/__pycache__ %endif %changelog +* Wed Jun 28 2023 Python Maint - 7.45.2-4 +- Rebuilt for Python 3.12 + * Tue Mar 07 2023 Lukáš Zaoral - 7.45.2-3 - temporarily disable test_http_version_3 (rhbz#2175216)