forked from pool/python-whitenoise
- 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:
committed by
Git OBS Bridge
parent
b68236dacb
commit
9338d9055d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user