SHA256
14
0
forked from pool/python-q

- Format with spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-q?expand=0&rev=2
This commit is contained in:
Tomáš Chvátal
2019-09-12 11:12:51 +00:00
committed by Git OBS Bridge
parent f56473f063
commit 7b810d2519
2 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 12 11:11:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Format with spec-cleaner
-------------------------------------------------------------------
Wed Sep 11 04:29:06 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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