From 0fe6d9378d8b2df1613104f629228277ba20fc62 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:19:16 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- python-pysocks.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pysocks.spec b/python-pysocks.spec index 9ba8bb3..40578c3 100644 --- a/python-pysocks.spec +++ b/python-pysocks.spec @@ -1,5 +1,5 @@ %if 0%{?fedora} -%global with_python3_tests 1 +%global with_python3_tests 0 %endif %global pypi_name PySocks @@ -8,7 +8,7 @@ Name: python-%{modname} Version: 1.7.1 -Release: 12%{?dist} +Release: 13%{?dist} Summary: %{sum} License: BSD @@ -115,6 +115,9 @@ rm -rfv test/bin %changelog +* Mon Jun 13 2022 Python Maint - 1.7.1-13 +- Bootstrap for Python 3.11 + * Fri Jan 21 2022 Fedora Release Engineering - 1.7.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild