14
0

- Update to 4.1.3:

* Fix handling of zero-valued mtimes which can occur when running on some filesystems
  * Fix potential path traversal attack while running in autorefresh mode on Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whitenoise?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-07-22 11:39:49 +00:00
committed by Git OBS Bridge
parent b68236dacb
commit 9338d9055d
4 changed files with 12 additions and 6 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-whitenoise
Version: 4.1.2
Version: 4.1.3
Release: 0
Summary: Static file serving for WSGI applications
License: MIT
Group: Development/Languages/Python
Url: http://whitenoise.evans.io
Url: https://github.com/evansd/whitenoise
Source: https://files.pythonhosted.org/packages/source/w/whitenoise/whitenoise-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros