Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-HyperKitty for openSUSE:Factory checked in at 2023-04-12 16:25:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-HyperKitty (Old) and /work/SRC/openSUSE:Factory/.python-HyperKitty.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-HyperKitty" Wed Apr 12 16:25:21 2023 rev:19 rq:1078733 version:1.3.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-HyperKitty/python-HyperKitty.changes 2022-10-12 18:25:11.637739790 +0200 +++ /work/SRC/openSUSE:Factory/.python-HyperKitty.new.19717/python-HyperKitty.changes 2023-04-12 16:25:22.631855627 +0200 @@ -1,0 +2,5 @@ +Wed Apr 5 09:44:44 UTC 2023 - Andreas Schneider <a...@cryptomilk.org> + +- Add missing requires for sassc used by manage.py + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-HyperKitty.spec ++++++ --- /var/tmp/diff_new_pack.ymB63y/_old 2023-04-12 16:25:23.347859799 +0200 +++ /var/tmp/diff_new_pack.ymB63y/_new 2023-04-12 16:25:23.351859823 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-HyperKitty # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -98,6 +98,7 @@ %if 0%{?suse_version} >= 1550 # use the real python3 primary for rpm pythondistdeps.py BuildRequires: python3-packaging +BuildRequires: sassc %endif # SECTION test requirements BuildRequires: %{python_module Django >= 1.11} @@ -152,6 +153,9 @@ Obsoletes: python3-%{hyperkitty_pkgname} < %{version}-%{release} Provides: %{mypython}-%{hyperkitty_pkgname} = %{version}-%{release} Obsoletes: %{mypython}-%{hyperkitty_pkgname} < %{version}-%{release} +%if 0%{?suse_version} >= 1550 +Requires: sassc +%endif %description -n %{hyperkitty_pkgname} A web interface to access GNU Mailman v3 archives.