diff --git a/2.21.0.tar.gz b/2.21.0.tar.gz deleted file mode 100644 index 393186b..0000000 --- a/2.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da0310c3635b973742bc3e5ff217af492d54095ddb150d8a022039f3b0e179cb -size 105500 diff --git a/2.22.0.tar.gz b/2.22.0.tar.gz new file mode 100644 index 0000000..0db7f87 --- /dev/null +++ b/2.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cc2672f249d339ba2054d4a0228a1670bc43fd9942f0e7c62fbe99e16f97e2 +size 109714 diff --git a/python-spotipy.changes b/python-spotipy.changes index 701973e..379fc6c 100644 --- a/python-spotipy.changes +++ b/python-spotipy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 13 17:06:22 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.22.0 + * Added + Integration tests via GHA (non-user endpoints) + Unit tests for new releases, passing limit parameter with minimum and maximum values of 1 and 50 + Unit tests for categories, omitting country code to test global releases + Added CODE_OF_CONDUCT.md + * Fixed + Incorrect category_id input for test_category + Assertion value for test_categories_limit_low and test_categories_limit_high + Pin Github Actions Runner to Ubuntu 20 for Py27 + Fixed potential error where found variable in test_artist_related_artists is undefined if for loop never evaluates to true + Fixed false positive test test_new_releases which looks up the wrong property of the JSON response object and always evaluates to true + ------------------------------------------------------------------- Wed Nov 9 19:13:31 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-spotipy.spec b/python-spotipy.spec index 9338865..cfcd2ae 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.21.0 +Version: 2.22.0 Release: 0 Summary: Client for the Spotify Web API License: MIT