Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dukpy for openSUSE:Factory checked in at 2025-01-21 21:11:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dukpy (Old) and /work/SRC/openSUSE:Factory/.python-dukpy.new.5589 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dukpy" Tue Jan 21 21:11:05 2025 rev:11 rq:1239277 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dukpy/python-dukpy.changes 2024-11-13 15:28:53.986812318 +0100 +++ /work/SRC/openSUSE:Factory/.python-dukpy.new.5589/python-dukpy.changes 2025-01-21 21:11:40.249927271 +0100 @@ -1,0 +2,5 @@ +Tue Jan 21 12:23:21 UTC 2025 - Markéta Machová <[email protected]> + +- Avoid the webassets dependency on Leap 16 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dukpy.spec ++++++ --- /var/tmp/diff_new_pack.EkUmvO/_old 2025-01-21 21:11:40.649943665 +0100 +++ /var/tmp/diff_new_pack.EkUmvO/_new 2025-01-21 21:11:40.653943829 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-dukpy # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -27,12 +27,14 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module webassets} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives Requires(postun): update-alternatives +%if 0%{?suse_version} >= 1699 +BuildRequires: %{python_module webassets} Recommends: python-webassets +%endif %python_subpackages %description
