From bce7c332f588c6d822f66d2dbfd62eedbb3b35bc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 02 2021 15:02:33 +0000 Subject: Rebuilt for Python 3.10 --- diff --git a/python-pluggy.spec b/python-pluggy.spec index 91f1b02..58df1ce 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.1 -Release: 4%{?dist} +Release: 5%{?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 +* Wed Jun 02 2021 Python Maint - 0.13.1-5 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 0.13.1-4 - Bootstrap for Python 3.10