From 0b510ff7a63e0b059c8f316743157d359ce6b81462e13d35ddb2894e0ec90f0d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Dec 2018 13:08:12 +0000 Subject: [PATCH] - Fix description and summary OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spotipy?expand=0&rev=2 --- python-spotipy.changes | 5 +++++ python-spotipy.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/python-spotipy.changes b/python-spotipy.changes index 4df6489..5ffd94e 100644 --- a/python-spotipy.changes +++ b/python-spotipy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 19 13:08:00 UTC 2018 - Matej Cepl + +- Fix description and summary + ------------------------------------------------------------------- Wed Oct 17 05:28:28 UTC 2018 - Thomas Bechtold diff --git a/python-spotipy.spec b/python-spotipy.spec index a964c98..6b223a5 100644 --- a/python-spotipy.spec +++ b/python-spotipy.spec @@ -20,7 +20,7 @@ Name: python-spotipy Version: 2.4.4 Release: 0 -Summary: simple client for the Spotify Web API +Summary: Simple client for the Spotify Web API License: MIT Group: Development/Languages/Python Url: http://spotipy.readthedocs.org/ @@ -38,7 +38,12 @@ BuildArch: noarch %python_subpackages %description -UNKNOWN +Spotipy is a lightweight Python library for the Spotify Web API. +With Spotipy you get full access to all of the music data +provided by the Spotify platform. + +Complete documentation is available at +https://spotipy.readthedocs.io/ %prep %setup -q -n spotipy-%{version}