14
0
Tomáš Chvátal
2020-04-12 08:53:19 +00:00
committed by Git OBS Bridge
parent 7be9785400
commit 8e96b8091e
2 changed files with 13 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Apr 12 08:53:08 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Format bit with spec-cleaner
-------------------------------------------------------------------
Tue Jan 21 12:35:36 PM UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-publicsuffix2
#
# 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,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-publicsuffix2
Version: 2.20191221
Release: 0
License: MIT and MPL-2.0 (FIXME:No SPDX)
Summary: Get a public suffix for a domain name using the Public Suffix List
Url: https://github.com/nexb/python-publicsuffix2
Group: Development/Languages/Python
License: MIT AND MPL-2.0
URL: https://github.com/nexb/python-publicsuffix2
Source: https://files.pythonhosted.org/packages/source/p/publicsuffix2/publicsuffix2-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module requests >= 2.7.0}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
@@ -47,6 +46,7 @@ Forked from and using the same API as the publicsuffix package.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license publicsuffix2.LICENSE
%doc CHANGELOG.rst README.rst
%{python_sitelib}/*