From 442e2b2ecb7fe3e420c41e72e47e879af8d20baa Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Sep 25 2016 17:54:12 +0000 Subject: Update to 3.2.1 --- diff --git a/.gitignore b/.gitignore index d8786f5..7dbdceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /whitenoise-9fafc38.tar.gz +/whitenoise-a1bb363.tar.gz diff --git a/python-whitenoise.spec b/python-whitenoise.spec index 48d70c9..69ec373 100644 --- a/python-whitenoise.spec +++ b/python-whitenoise.spec @@ -14,13 +14,13 @@ %endif %global srcname whitenoise -%global commit0 9fafc3843781d8934ef34e9f76dc1d10052916cf +%global commit0 a1bb363faeb2ea864b82bde0b9290b9fd72c1032 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global owner evansd Name: python-%{srcname} -Version: 2.0.6 -Release: 5%{?dist} +Version: 3.1 +Release: 1%{?dist} Summary: Static file serving for Python web apps License: MIT @@ -69,8 +69,7 @@ Heroku, OpenShift and other PaaS providers.) Summary: Documentation for the Python Whitenoise module BuildRequires: python-sphinx BuildRequires: python-sphinx_rtd_theme -# Can be removed after RHBZ#1282297 is pushed -BuildRequires: fontawesome-fonts-web + %description -n python2-%{srcname}-doc Documentation for the Python Whitenoise module @@ -90,6 +89,7 @@ BuildRequires: python3-setuptools Requires: python3-django %{?python_provide:%python_provide python3-%{srcname}} + %description -n python3-%{srcname} Radically simplified static file serving for python web apps. with a couple of lines of config whitenoise allows your web app to serve its own static files, @@ -199,6 +199,9 @@ py.test-3 %changelog +* Sun Sep 25 2016 Piotr Popieluch - - 3.2.1-1 +- Update to 3.2.1 + * Sun Sep 25 2016 Piotr Popieluch - 2.0.6-5 - Update to newer package guidelines - EL6 support diff --git a/sources b/sources index 970781f..c395124 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -286336a3e6221679458291601dab05dd whitenoise-9fafc38.tar.gz +032fb3a1d8628eaafca941319a194808 whitenoise-a1bb363.tar.gz