update to latest upstream (0.1.8)
This commit is contained in:
parent
a7b823e811
commit
6025529421
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
iso8601-0.1.4.tar.gz
|
||||
/iso8601-0.1.8.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user