14
0

- Drop unneeded BuildRequires on six.

- Specify dist-info directory in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tldextract?expand=0&rev=53
This commit is contained in:
2025-01-23 04:43:04 +00:00
committed by Git OBS Bridge
parent 6e24d86a45
commit b9eb11b76c
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 23 04:42:21 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Drop unneeded BuildRequires on six.
- Specify dist-info directory in %files.
-------------------------------------------------------------------
Sat Nov 9 16:17:54 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tldextract
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,6 @@ Version: 5.1.3
Release: 0
Summary: Python module to separate the TLD of a URL
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/john-kurkowski/tldextract
Source: https://files.pythonhosted.org/packages/source/t/tldextract/tldextract-%{version}.tar.gz
Source1: %{name}-rpmlintrc
@@ -37,7 +36,6 @@ BuildRequires: %{python_module requests-file >= 1.4}
BuildRequires: %{python_module responses}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module syrupy}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -82,7 +80,8 @@ as well.
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/tldextract*
%{python_sitelib}/tldextract
%{python_sitelib}/tldextract-%{version}.dist-info
%python_alternative %{_bindir}/tldextract
%changelog