From 28ac609038084e56c916b85f1d3832bda8180e8b Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Thu, 5 Nov 2015 12:53:08 +0100 Subject: [PATCH] Rebuilt for python 3.5 --- python-toml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-toml.spec b/python-toml.spec index c19e389..c481539 100644 --- a/python-toml.spec +++ b/python-toml.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python Library for Tom's Obvious, Minimal Language License: MIT @@ -91,6 +91,9 @@ toml-test $(pwd)/toml_test.py %{python3_sitelib}/__pycache__/%{pypi_name}.cpython-*.py* %changelog +* Thu Nov 5 2015 Julien Enselme - 0.9.1-3 +- Rebuilt for python 3.5 + * Sat Aug 8 2015 Julien Enselme - 0.9.1-2 - Enable tests suite - Build python3 and python2 in the same directory