update to latest upstream (0.1.8)

This commit is contained in:
Pádraig Brady 2013-11-12 10:19:43 +00:00
parent a7b823e811
commit 6025529421
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
iso8601-0.1.4.tar.gz
/iso8601-0.1.8.tar.gz

View File

@ -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 <pbrady@redhat.com> - 0.1.8-1
- Latest upstream
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
f63c17a1786b9fe48d05b43d61970f85 iso8601-0.1.4.tar.gz
b207ad4f2df92810533ce6145ab9c3e7 iso8601-0.1.8.tar.gz