From 7b810d2519f9450e11135dd435c4b41535a4c396c8a308f946eb6cb1b95559cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Sep 2019 11:12:51 +0000 Subject: [PATCH] - Format with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-q?expand=0&rev=2 --- python-q.changes | 5 +++++ python-q.spec | 11 +++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/python-q.changes b/python-q.changes index 68bebcc..a0f6d6b 100644 --- a/python-q.changes +++ b/python-q.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 12 11:11:07 UTC 2019 - Tomáš Chvátal + +- Format with spec-cleaner + ------------------------------------------------------------------- Wed Sep 11 04:29:06 AM UTC 2019 - John Vandenberg diff --git a/python-q.spec b/python-q.spec index b6ee45f..82a3f30 100644 --- a/python-q.spec +++ b/python-q.spec @@ -12,24 +12,23 @@ # 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-q Version: 2.6 Release: 0 -License: Apache-2.0 Summary: Quick-and-dirty debugging output for tired programmers -Url: http://github.com/zestyping/q +License: Apache-2.0 Group: Development/Languages/Python +URL: https://github.com/zestyping/q Source: https://files.pythonhosted.org/packages/source/q/q/q-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description