From cd411b175cd2026345d33ccad1943ef0c8674928 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 17 Jun 2018 21:40:48 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-distro.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-distro.spec b/python-distro.spec index bfb40b9..e8c5cc6 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Linux Distribution - a Linux OS platform information API License: ASL 2.0 @@ -107,6 +107,9 @@ rm -rf %{pypi_name}.egg-info %endif %changelog +* Sun Jun 17 2018 Miro Hrončok - 1.3.0-3 +- Rebuilt for Python 3.7 + * Tue May 29 2018 Miro Hrončok - 1.3.0-2 - run tests by pytest, not by tox, there is no tox.ini