Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-whitenoise for openSUSE:Factory checked in at 2025-09-25 18:45:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-whitenoise (Old) and /work/SRC/openSUSE:Factory/.python-whitenoise.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-whitenoise" Thu Sep 25 18:45:53 2025 rev:15 rq:1307085 version:6.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-whitenoise/python-whitenoise.changes 2025-09-22 16:41:37.958334539 +0200 +++ /work/SRC/openSUSE:Factory/.python-whitenoise.new.11973/python-whitenoise.changes 2025-09-25 18:47:59.000921523 +0200 @@ -1,0 +2,5 @@ +Thu Sep 25 11:15:10 UTC 2025 - Daniel Garcia <[email protected]> + +- Fix build for Leap 15.7 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-whitenoise.spec ++++++ --- /var/tmp/diff_new_pack.uOdgKl/_old 2025-09-25 18:47:59.504942617 +0200 +++ /var/tmp/diff_new_pack.uOdgKl/_new 2025-09-25 18:47:59.504942617 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-whitenoise # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,7 +42,11 @@ Static file serving for WSGI applications. %prep -%setup -q -n whitenoise-%{version} +%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 %build %pyproject_wheel
