From e53633b235e553c99d7e426afe2c407196362071 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 22 2020 04:48:27 +0000 Subject: Bootstrap for Python 3.9 --- diff --git a/python-pluggy.spec b/python-pluggy.spec index f929795..fc4df2d 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -1,3 +1,4 @@ +%global _without_tests 1 %global pypi_name pluggy # Turn the tests off when bootstrapping Python, because pytest requires pluggy @@ -5,7 +6,7 @@ Name: python-pluggy Version: 0.13.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The plugin manager stripped of pytest specific details License: MIT @@ -64,6 +65,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not %changelog +* Fri May 22 2020 Miro Hrončok - 0.13.0-3 +- Bootstrap for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 0.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild