Update to 2.5.3

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-05-04 21:43:01 -04:00
parent 1506a2ea41
commit a099a842b2
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <zbyszek@in.waw.pl> - 1:2.5.3-1
- Update to latest version (#1318828)
* Thu May 5 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:2.5.2-2
- Use separate dirs for docs for py2 and py3 subpackages (#1332623)

View File

@ -1 +1 @@
51258d248d99171d2ca40c538ebf3469 dateutil-2.5.2.tar.gz
5aeb0a0806b03061890c641e1959f430 python-dateutil-2.5.3.tar.xz