11
0

Accepting request 1078733 from devel:languages:python:mailman

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1078733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-HyperKitty?expand=0&rev=19
This commit is contained in:
2023-04-12 14:25:21 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 5 09:44:44 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
- Add missing requires for sassc used by manage.py
-------------------------------------------------------------------
Thu Oct 6 12:07:43 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -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 @@ BuildArch: noarch
%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 @@ Provides: python3-%{hyperkitty_pkgname} = %{version}-%{release}
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.