diff --git a/python-tldextract.changes b/python-tldextract.changes index f7306bc..e6c97d7 100644 --- a/python-tldextract.changes +++ b/python-tldextract.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 23 04:42:21 UTC 2025 - Steve Kowalik + +- Drop unneeded BuildRequires on six. +- Specify dist-info directory in %files. + ------------------------------------------------------------------- Sat Nov 9 16:17:54 UTC 2024 - Dirk Müller diff --git a/python-tldextract.spec b/python-tldextract.spec index 9775409..d15ffb9 100644 --- a/python-tldextract.spec +++ b/python-tldextract.spec @@ -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