#1 Update to latest 4.1.4 upstream release
Merged 4 years ago by piotrp. Opened 4 years ago by dmsimard.
rpms/ dmsimard/python-whitenoise master  into  master

file modified
+7 -6
@@ -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:        5%{?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 @@ 

  

  

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

  

  

  %changelog

+ * Tue Sep 24 2019 David Moreau-Simard <dmsimard@redhat.com> - 4.1.4-1

+ - Update to latest upstream release

+ 

  * Mon Aug 19 2019 Miro HronĨok <mhroncok@redhat.com> - 4.1-5

  - Rebuilt for Python 3.8

  

4.1.4 contains a fix to resolve the FTBFS that we have been seeing
in Fedora due to a unit tests failure.

Ref: RHBZ#1718367

Pull-Request has been merged by piotrp

4 years ago