From 903aa170be2ba598236c2e7ddf585f2c6a100787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 14:45:50 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-pytest-runner.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pytest-runner.spec b/python-pytest-runner.spec index 0f34078..844854d 100644 --- a/python-pytest-runner.spec +++ b/python-pytest-runner.spec @@ -3,7 +3,7 @@ Name: python-%{modulename} Version: 4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Invoke py.test as distutils command with dependency resolution License: MIT @@ -73,6 +73,9 @@ Python 3 version. %{python3_sitelib}/__pycache__/ptr.* %changelog +* Fri Jun 15 2018 Miro HronĨok - 4.0-2 +- Rebuilt for Python 3.7 + * Sun Feb 11 2018 Vadim Rutkovsky - 4.0-1 - Update to 4.0 (#1544167)