diff --git a/python-whitenoise.spec b/python-whitenoise.spec index 2016c17..c1578e3 100644 --- a/python-whitenoise.spec +++ b/python-whitenoise.spec @@ -2,19 +2,17 @@ %global with_check 1 %global srcname whitenoise -%global commit0 8883095d68e6f9792e1dac97f63225b859b775c8 -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global owner evansd Name: python-%{srcname} -Version: 4.1 -Release: 4%{?dist} +Version: 4.1.4 +Release: 1%{?dist} Summary: Static file serving for Python web apps License: MIT URL: http://whitenoise.evans.io/ # pypi source does not contain tests -Source0: https://github.com/%{owner}/%{srcname}/archive/%{commit0}.tar.gz#/%{srcname}-%{shortcommit0}.tar.gz +Source0: https://github.com/%{owner}/%{srcname}/archive/%{version}.tar.gz BuildArch: noarch @@ -60,7 +58,7 @@ Documentation for the Python Whitenoise module %prep -%autosetup -n %{srcname}-%{commit0} +%autosetup -n %{srcname}-%{version} # remove dangling doc symlink rm docs/changelog.rst # copy common doc files to top dir @@ -106,6 +104,9 @@ python3 -m unittest discover %changelog +* Tue Sep 24 2019 David Moreau-Simard - 4.1.4-1 +- Update to latest upstream release + * Fri Jul 26 2019 Fedora Release Engineering - 4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild