From e9afbabd53824412978013d1f765afbc8b545d1d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 17:44:51 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-pysocks.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pysocks.spec b/python-pysocks.spec index c8e5da6..83876f5 100644 --- a/python-pysocks.spec +++ b/python-pysocks.spec @@ -1,5 +1,5 @@ %if 0%{?fedora} -%global with_python3_tests 0 +%global with_python3_tests 1 %endif %global pypi_name PySocks @@ -8,7 +8,7 @@ Name: python-%{modname} Version: 1.7.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: %{sum} License: BSD @@ -115,6 +115,9 @@ rm -rfv test/bin %changelog +* Thu Jun 03 2021 Python Maint - 1.7.1-10 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 1.7.1-9 - Bootstrap for Python 3.10