From 3a1a00575d31852edf586613de030cfafb78f156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 10:35:34 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-pysocks.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pysocks.spec b/python-pysocks.spec index 82b893f..5e907ca 100644 --- a/python-pysocks.spec +++ b/python-pysocks.spec @@ -14,7 +14,7 @@ %endif %if 0%{?fedora} %global with_python3 1 -%global with_python3_tests 1 +%global with_python3_tests 0 %endif @@ -24,7 +24,7 @@ Name: python-%{modname} Version: 1.7.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: %{sum} License: BSD @@ -170,6 +170,9 @@ rm -rfv test/bin %changelog +* Thu Aug 15 2019 Miro HronĨok - 1.7.0-3 +- Bootstrap for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild