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