From 40047ec1b48a63a7bfab022e6b0358993fc658a1 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 19 2018 09:28:21 +0000 Subject: Rebuilt for Python 3.7 --- diff --git a/testcloud.spec b/testcloud.spec index fc1e99d..3f6f72e 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -8,7 +8,7 @@ Name: testcloud # Update also version in testcloud/__init__.py when changing this! Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for running cloud images locally License: GPLv2+ @@ -138,6 +138,9 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__ %{python3_sitelib}/*.egg-info %changelog +* Tue Jun 19 2018 Miro Hrončok - 0.2.0-2 +- Rebuilt for Python 3.7 + * Wed May 30 2018 Frantisek Zatloukal - 0.2.0-1 - Drop Fedora 26 - Use Python 3 by default