15
0
forked from pool/python-blurb
Tomáš Chvátal
2020-04-16 09:10:38 +00:00
committed by Git OBS Bridge
parent 7b2db47785
commit 8e22efffee

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-blurb
#
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,8 @@
# 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-%{**}}
@@ -20,18 +21,17 @@
Name: python-blurb
Version: 1.0.7
Release: 0
License: BSD-3-Clause
Summary: Command-line tool to manage CPython Misc/NEWS.d entries
Url: https://github.com/python/core-workflow/tree/master/blurb
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/python/core-workflow/tree/master/blurb
Source: https://files.pythonhosted.org/packages/source/b/blurb/blurb-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module base >= 3.5}
BuildRequires: %{python_module base >= 3.5}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description