14
0
2018-12-04 17:15:26 +00:00
committed by Git OBS Bridge
parent a07fa7b9eb
commit 8736d06688

View File

@@ -20,17 +20,15 @@
Name: python-iso8601
Version: 0.1.12
Release: 0
Url: http://code.google.com/p/pyiso8601/
Summary: Simple module to parse ISO 8601 dates
License: MIT
Group: Development/Languages/Python
URL: http://code.google.com/p/pyiso8601/
Source: iso8601-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module pytest >= 2.4.2}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
@@ -51,9 +49,9 @@ This module parses the most common forms of ISO 8601 date strings (e.g.
%check
%python_exec %{_bindir}/py.test --verbose iso8601
%files %python_files
%defattr(-,root,root,-)
%doc README.rst LICENSE
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog