From ee641c06d94c8ba78ad49a2aa01128e4308a9f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 23 May 2020 20:39:53 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-tox.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-tox.spec b/python-tox.spec index f3e1916..35cab70 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -8,7 +8,7 @@ %global pypi_name tox Name: python-%{pypi_name} Version: 3.15.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Virtualenv-based automation of test activities License: MIT @@ -142,6 +142,9 @@ rm -rf .path %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog +* Sat May 23 2020 Miro HronĨok - 3.15.0-2 +- Rebuilt for Python 3.9 + * Wed May 13 2020 Tomas Hrnciar - 3.15.0-1 - Update to 3.15.0 - Stop recommending Python 3.4