From f0d1f48875a9719e6e37f569832e97a6c2028484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 11:22:17 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-toml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-toml.spec b/python-toml.spec index b5243df..e35b3e6 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -12,7 +12,7 @@ toml file. Name: python-%{pypi_name} Version: 0.9.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -92,6 +92,9 @@ toml-test $(pwd)/toml_test3.py %changelog +* Tue Jun 19 2018 Miro HronĨok - 0.9.4-4 +- Rebuilt for Python 3.7 + * Wed Feb 21 2018 Sayan Chowdhury - 0.9.4-3 - Make changes to build the package for EPEL