Petr Gajdos 2019-12-02 10:49:19 +00:00 committed by Git OBS Bridge
parent c599be0bd7
commit f402c7218c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 2 10:47:10 UTC 2019 - pgajdos@suse.com
- call spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 26 09:12:06 UTC 2019 - pgajdos@suse.com Tue Nov 26 09:12:06 UTC 2019 - pgajdos@suse.com

View File

@ -23,7 +23,6 @@ Version: 1.3.0
Release: 0 Release: 0
Summary: Django library to help interaction with Mailman Summary: Django library to help interaction with Mailman
License: GPL-3.0-only License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://gitlab.com/mailman/django-mailman3 URL: https://gitlab.com/mailman/django-mailman3
Source: https://files.pythonhosted.org/packages/source/d/django-mailman3/django-mailman3-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/d/django-mailman3/django-mailman3-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@ -59,7 +58,7 @@ Django library to help interaction with Mailman
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_expand PYTHONPATH='.' $python /usr/bin/django-admin.py test --settings=django_mailman3.tests.settings_test %python_expand PYTHONPATH='.' $python %{_bindir}/django-admin.py test --settings=django_mailman3.tests.settings_test
%files %{python_files} %files %{python_files}
%doc README.rst %doc README.rst