Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d90fb2fda9 | |||
| 0d3bc3202c | |||
| 5bc3a98c24 | |||
| c3ed33bc23 | |||
| fec9305e47 | |||
| 0414d07486 |
@@ -1,16 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 25 11:15:10 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Fix build for Leap 15.7
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 11:36:52 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 6.11.0
|
||||
* Support Django 6.0.
|
||||
- from version 6.10.0
|
||||
* Support Python 3.14.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 09:19:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-whitenoise
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-whitenoise
|
||||
Version: 6.11.0
|
||||
Version: 6.9.0
|
||||
Release: 0
|
||||
Summary: Static file serving for WSGI applications
|
||||
License: MIT
|
||||
@@ -42,11 +42,7 @@ BuildArch: noarch
|
||||
Static file serving for WSGI applications.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n whitenoise-%{version}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1600
|
||||
sed -i '/license-files/d' pyproject.toml
|
||||
sed -i 's/license = "MIT"/license = { text = "MIT" }/' pyproject.toml
|
||||
%endif
|
||||
%setup -q -n whitenoise-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f6d97a932ea8e8aa6c0690648fa146f9bd05fb89a3cebed902940bff43806de
|
||||
size 104789
|
||||
3
whitenoise-6.9.0.tar.gz
Normal file
3
whitenoise-6.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b5c8225de5ce6a182f0e9d8c966794cdfcbd2fb00478b0cbd001602b99b67e1
|
||||
size 57497
|
||||
Reference in New Issue
Block a user