From f2a6c8c00209cc56831027d7671c6296b88296fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 15:51:09 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-pluggy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pluggy.spec b/python-pluggy.spec index fc4df2d..27c9c89 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global pypi_name pluggy # Turn the tests off when bootstrapping Python, because pytest requires pluggy @@ -6,7 +5,7 @@ Name: python-pluggy Version: 0.13.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The plugin manager stripped of pytest specific details License: MIT @@ -65,6 +64,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not %changelog +* Fri May 22 2020 Miro Hrončok - 0.13.0-4 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 0.13.0-3 - Bootstrap for Python 3.9