From 9d302a0b6323e35ee73f74d737155cd7007659bb Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Fri, 13 Oct 2017 09:47:07 +0200 Subject: [PATCH] Update to 2.12.1 (#1487972) --- python-pytest-runner.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pytest-runner.spec b/python-pytest-runner.spec index b0805bb..e85b48b 100644 --- a/python-pytest-runner.spec +++ b/python-pytest-runner.spec @@ -2,8 +2,8 @@ %global _modulename pytest_runner Name: python-%{modulename} -Version: 2.9 -Release: 6%{?dist} +Version: 2.12.1 +Release: 1%{?dist} Summary: Invoke py.test as distutils command with dependency resolution License: MIT @@ -85,6 +85,9 @@ Python %{python3_version} version. %{python3_sitelib}/__pycache__/ptr.* %changelog +* Fri Oct 13 2017 Vadim Rutkovsky - 2.12.1-1 +- Update to 2.12.1 (#1487972) + * Fri Sep 29 2017 Troy Dawson - 2.9-6 - Cleanup spec file conditionals