#2 Update to latest 4.1.4 upstream release
Merged 4 years ago by cstratak. Opened 4 years ago by dmsimard.
rpms/ dmsimard/python-whitenoise f31  into  f31

file modified
+1
@@ -2,3 +2,4 @@ 

  /whitenoise-a1bb363.tar.gz

  /whitenoise-9238341.tar.gz

  /whitenoise-8883095.tar.gz

+ /v4.1.4.tar.gz

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:        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/v%{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

+ 

  * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (whitenoise-8883095.tar.gz) = 25583c74856bb6f30cab111891e65906d0633f3e00a9dff7e6ae27ad895d175ee4bf9b4eac0921b499be47f0ffb8fd38253fe6ba15bfe18225fbce5c655f4f81

+ SHA512 (v4.1.4.tar.gz) = 45d55976dbba26bfdde15537886d80593535b141636334c6e0ce403c9f6d474c177cd90ede339701eafcf4ac23dbb2cd4d36541563f477bdfaccce0bb51b10a5

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
(cherry picked from commit 23dd3dc)

1 new commit added

  • fix url and upload sources
4 years ago

This changelog entry is added from https://src.fedoraproject.org/rpms/python-whitenoise/c/74f35b82bb6bed361e410b3d00551a851d9ea974?branch=master which is not relevant as Python 3.8 is only on F32. While technically it doesn't hurt anything it would be better to remove it from this commit.

rebased onto 1ca17b7

4 years ago

@cstratak fixed, thanks ! Unintended artifact from the cherry-pick.

Thanks for fixing the package! I'll take care of the builds and the bodhi update.

Pull-Request has been merged by cstratak

4 years ago