diff --git a/.gitignore b/.gitignore index a731106..e99c2c8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /2.4.2.tar.gz /python-dateutil-2.5.0.tar.gz /dateutil-2.5.2.tar.gz +/python-dateutil-2.5.3.tar.xz diff --git a/python-dateutil.spec b/python-dateutil.spec index 73747a4..7eb359c 100644 --- a/python-dateutil.spec +++ b/python-dateutil.spec @@ -1,15 +1,15 @@ %global modname dateutil Name: python-%{modname} -Version: 2.5.2 -Release: 2%{?dist} +Version: 2.5.3 +Release: 1%{?dist} Epoch: 1 Summary: Powerful extensions to the standard datetime module Group: Development/Languages License: Python URL: https://github.com/dateutil/dateutil -Source0: https://github.com/dateutil/dateutil/archive/%{version}/%{modname}-%{version}.tar.gz +Source0: https://github.com/dateutil/dateutil/releases/download/%{version}/python-dateutil-%{version}.tar.xz BuildArch: noarch BuildRequires: python-sphinx @@ -56,7 +56,7 @@ Summary: API documentation for python-dateutil This package contains %{summary}. %prep -%autosetup -p0 -n %{modname}-%{version} +%autosetup -p0 iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new mv NEWS.new NEWS @@ -90,6 +90,9 @@ make -C docs html %doc docs/_build/html %changelog +* Thu May 5 2016 Zbigniew Jędrzejewski-Szmek - 1:2.5.3-1 +- Update to latest version (#1318828) + * Thu May 5 2016 Zbigniew Jędrzejewski-Szmek - 1:2.5.2-2 - Use separate dirs for docs for py2 and py3 subpackages (#1332623) diff --git a/sources b/sources index 88e81ea..6d22976 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51258d248d99171d2ca40c538ebf3469 dateutil-2.5.2.tar.gz +5aeb0a0806b03061890c641e1959f430 python-dateutil-2.5.3.tar.xz