From 31e3eb7004baae503c0a7dd37e56149e740e1795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:38 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-toml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-toml.spec b/python-toml.spec index 93292c5..d3cacc2 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -8,7 +8,7 @@ toml file. Name: python-%{pypi_name} Version: 0.9.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -84,6 +84,9 @@ toml-test $(pwd)/toml_test.py %changelog +* Mon Dec 19 2016 Miro HronĨok - 0.9.2-2 +- Rebuild for Python 3.6 + * Thu Sep 01 2016 Julien Enselme - 0.9.2-1 - Update to 0.9.2 - Improve spec with %%summary and %%desc macros