diff --git a/python-spotipy.changes b/python-spotipy.changes index 80f37a1..cce7577 100644 --- a/python-spotipy.changes +++ b/python-spotipy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 3 10:00:31 UTC 2024 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Mon Jun 10 09:22:32 UTC 2024 - Dirk Müller diff --git a/python-spotipy.spec b/python-spotipy.spec index e39a444..8fbfa4f 100644 --- a/python-spotipy.spec +++ b/python-spotipy.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-spotipy Version: 2.24.0 Release: 0 @@ -32,13 +31,11 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-redis >= 3.5.3 Requires: python-requests >= 2.25.0 -Requires: python-six >= 1.15.0 Requires: python-urllib3 >= 1.26.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.20.0} -BuildRequires: %{python_module six >= 1.10.0} # /SECTION %python_subpackages @@ -66,6 +63,7 @@ https://spotipy.readthedocs.io/ %files %{python_files} %license LICENSE.md %doc CHANGELOG.md -%{python_sitelib}/* +%{python_sitelib}/spotipy +%{python_sitelib}/spotipy-*-info %changelog