From 11429189f01e06c04fea5370a41b8757852d4d1a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 12 Nov 2015 12:55:20 +0100 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 --- python-tox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tox.spec b/python-tox.spec index ea94e16..a8d9aae 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -12,7 +12,7 @@ %global pypiname tox Name: python-tox Version: 2.1.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Virtualenv-based automation of test activities # file toxbootstrap.py is licensed under MIT License @@ -136,6 +136,9 @@ TOXENV=py27 %{__python} setup.py test %endif %changelog +* Thu Nov 12 2015 Kalev Lember - 2.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + * Tue Aug 25 2015 Matthias Runge - 2.1.1-2 - add requirement: python-pluggy