From 6913d66b56f734255c5411da19a47c44e51d4383 Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Wed, 4 Nov 2015 13:27:04 +0100 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- python-iso8601.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-iso8601.spec b/python-iso8601.spec index 66975b5..85e72f6 100644 --- a/python-iso8601.spec +++ b/python-iso8601.spec @@ -8,7 +8,7 @@ Name: python-%{srcname} Version: 0.1.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Simple module to parse ISO 8601 dates License: MIT @@ -75,6 +75,9 @@ This module parses the most common forms of ISO 8601 date strings %endif %changelog +* Wed Nov 04 2015 Robert Kuska - 0.1.10-7 +- Rebuilt for Python3.5 rebuild + * Mon Sep 07 2015 Chandan Kumar - 0.1.10-6 - Added python2 along with python3 subpackage