From 0cd123dae131025db33c8725afb3dc708225a8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 14 Jun 2018 13:01:46 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-pluggy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pluggy.spec b/python-pluggy.spec index 63b17ab..a04efb9 100644 --- a/python-pluggy.spec +++ b/python-pluggy.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global pypiname pluggy %if 0%{?fedora} || 0%{?rhel} > 7 @@ -12,7 +11,7 @@ Name: python-pluggy Version: 0.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The plugin manager stripped of pytest specific details License: MIT @@ -103,6 +102,9 @@ py.test-%{python3_version} testing %changelog +* Thu Jun 14 2018 Miro Hrončok - 0.6.0-4 +- Rebuilt for Python 3.7 + * Thu Jun 14 2018 Miro Hrončok - 0.6.0-3 - Bootstrap for Python 3.7