From 58d0c0a4e0487483ea054471cf2626ed8ce00345dc564747cd764628b69fdfd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Mar 2020 15:22:44 +0000 Subject: [PATCH] Accepting request 788584 from home:mcalabkova:branches:devel:languages:python - update to 2.10.0 * Support for add_to_queue * Add CHANGELOG and LICENSE to released package OBS-URL: https://build.opensuse.org/request/show/788584 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spotipy?expand=0&rev=10 --- 2.10.0.tar.gz | 3 +++ 2.9.0.tar.gz | 3 --- python-spotipy.changes | 7 +++++++ python-spotipy.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 2.10.0.tar.gz delete mode 100644 2.9.0.tar.gz diff --git a/2.10.0.tar.gz b/2.10.0.tar.gz new file mode 100644 index 0000000..86f4798 --- /dev/null +++ b/2.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2453bb15a7c6010f36da77b5da34d433bf1c420abc2d305b708d8cec7da1ec +size 82414 diff --git a/2.9.0.tar.gz b/2.9.0.tar.gz deleted file mode 100644 index 363ba91..0000000 --- a/2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51197f578a56c0197b717e4bbe7a60e11aa8ad41ea15b5d8773c24fa398e42db -size 81689 diff --git a/python-spotipy.changes b/python-spotipy.changes index f577ef9..1107fb5 100644 --- a/python-spotipy.changes +++ b/python-spotipy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 26 14:45:02 UTC 2020 - Marketa Calabkova + +- update to 2.10.0 + * Support for add_to_queue + * Add CHANGELOG and LICENSE to released package + ------------------------------------------------------------------- Tue Mar 17 13:57:10 UTC 2020 - pgajdos@suse.com diff --git a/python-spotipy.spec b/python-spotipy.spec index e736982..eb4a60c 100644 --- a/python-spotipy.spec +++ b/python-spotipy.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-spotipy -Version: 2.9.0 +Version: 2.10.0 Release: 0 Summary: Client for the Spotify Web API License: MIT