Revert "Check tarball signature"

This reverts commit fe0bb31af7
and 62b41f9003.

It turns out that the signed tarball is missing documentation.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2016-05-04 22:43:32 -04:00
parent fe0bb31af7
commit ff51a0fde7
4 changed files with 4 additions and 9 deletions

2
.gitignore vendored
View File

@ -9,4 +9,4 @@
/python-dateutil-2.5.0.tar.gz
/dateutil-2.5.2.tar.gz
/python-dateutil-2.5.3.tar.xz
/python-dateutil-2.5.3.tar.xz.asc
/dateutil-2.5.3.tar.gz

Binary file not shown.

View File

@ -9,13 +9,10 @@ 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/releases/download/%{version}/python-dateutil-%{version}.tar.xz
Source1: https://github.com/dateutil/dateutil/releases/download/%{version}/python-dateutil-%{version}.tar.xz.asc
Source2: key-D964BEFB.gpg
Source0: https://github.com/dateutil/dateutil/archive/%{version}/%{modname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-sphinx
BuildRequires: gnupg2
%description
The dateutil module provides powerful extensions to the standard datetime
@ -59,8 +56,7 @@ Summary: API documentation for python-dateutil
This package contains %{summary}.
%prep
gpgv2 --homedir . --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%autosetup -p0
%autosetup -p0 -n %{modname}-%{version}
iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
mv NEWS.new NEWS

View File

@ -1,2 +1 @@
5aeb0a0806b03061890c641e1959f430 python-dateutil-2.5.3.tar.xz
ba2bb18bd7c1a296a4c6bd8b010f49e3 python-dateutil-2.5.3.tar.xz.asc
93e297b21a3c5d2a8db878788efbcf25 dateutil-2.5.3.tar.gz