From 6025529421c5054f65ea7a82fa4f18c4ff6b3745 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Tue, 12 Nov 2013 10:19:43 +0000
Subject: [PATCH] update to latest upstream (0.1.8)
---
.gitignore | 1 +
python-iso8601.spec | 13 ++++++++-----
sources | 2 +-
3 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index 78e732b..9c4bee9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
iso8601-0.1.4.tar.gz
+/iso8601-0.1.8.tar.gz
diff --git a/python-iso8601.spec b/python-iso8601.spec
index 7c99427..fb17348 100644
--- a/python-iso8601.spec
+++ b/python-iso8601.spec
@@ -5,8 +5,8 @@
%global tarball_name iso8601
Name: python-iso8601
-Version: 0.1.4
-Release: 7%{?dist}
+Version: 0.1.8
+Release: 1%{?dist}
Summary: Simple module to parse ISO 8601 dates
Group: Development/Languages
@@ -16,7 +16,7 @@ Source0: http://pypi.python.org/packages/source/i/iso8601/%{tarball_name}
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: python-devel python-setuptools
+BuildRequires: python2-devel python-setuptools
%description
This module parses the most common forms of ISO 8601 date strings (e.g.
@@ -35,18 +35,21 @@ This module parses the most common forms of ISO 8601 date strings (e.g.
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
-
+
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE README.rst
%{python_sitelib}/*
%changelog
+* Tue Nov 12 2013 Pádraig Brady