From 0f2c9d976bab25551255f09a0de642e49ed47f126c2685851de3c400f603b549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 25 Aug 2019 05:20:46 +0000 Subject: [PATCH] Accepting request 725822 from home:jengelh:branches:devel:languages:python - Avoid name repetition in summary. OBS-URL: https://build.opensuse.org/request/show/725822 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-contexter?expand=0&rev=3 --- python-contexter.changes | 5 +++++ python-contexter.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) 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.