From 2ddb63a05d7a9c55225ab95b2ce74a0b83c8e61d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 20:50:32 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-pysocks.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pysocks.spec b/python-pysocks.spec index 25bd2ff..75c228b 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: 17%{?dist} +Release: 18%{?dist} Summary: %{sum} License: BSD-3-Clause @@ -115,6 +115,9 @@ rm -rfv test/bin %changelog +* Tue Jun 13 2023 Python Maint - 1.7.1-18 +- Bootstrap for Python 3.12 + * Sun Mar 12 2023 Tim Orling - 1.7.1-17 - migrated to SPDX license