diff --git a/python-contexter.changes b/python-contexter.changes index 48abc9f..cd0459f 100644 --- a/python-contexter.changes +++ b/python-contexter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 24 14:16:26 UTC 2019 - Jan Engelhardt + +- Avoid name repetition in summary. + ------------------------------------------------------------------- Sat Jul 13 02:43:42 AM UTC 2019 - John Vandenberg diff --git a/python-contexter.spec b/python-contexter.spec index e3ca8b1..410000a 100644 --- a/python-contexter.spec +++ b/python-contexter.spec @@ -12,27 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-contexter Version: 0.1.4 Release: 0 +Summary: A replacement of the contextlib module License: MIT -Summary: Contexter is a replacement of the contextlib module -Url: https://bitbucket.org/defnull/contexter Group: Development/Languages/Python +URL: https://bitbucket.org/defnull/contexter Source: https://files.pythonhosted.org/packages/source/c/contexter/contexter-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages %description - Contexter is a full replacement of the contextlib standard library module.