forked from pool/python-pylast
Accepting request 786866 from home:mcalabkova:branches:devel:languages:python
- Update to version 3.2.1 * Fix regression calling `get_recent_tracks` with `limit=None` (#320) @hugovk * Support for Python 3.8 * Store album art URLs when you call `GetTopAlbums` ([#307]) * Retry paging through results on exception ([#297]) * Respect `get_recent_tracks`' limit when there's a now playing track ([#310]) * Remove Python 2 warnings, `python_requires` should be enough ([#312]) * Use setuptools_scm to simplify versioning during release ([#316]) * Extract username from session via new * Drop support for Python 2.7 ([#265]) OBS-URL: https://build.opensuse.org/request/show/786866 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylast?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
c46338d109
commit
a3960bfb1d
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eb58682beccc0052c3284aba64a9a6454b5e89706f789ebeb2403dc1045606a
|
||||
size 34551
|
3
pylast-3.2.1.tar.gz
Normal file
3
pylast-3.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c984be04c9a22a884c3106a7f75749466d27c68870d6fb7e1f56b71becea7c0
|
||||
size 44291
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 11:07:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to version 3.2.1
|
||||
* Fix regression calling `get_recent_tracks` with `limit=None` (#320) @hugovk
|
||||
* Support for Python 3.8
|
||||
* Store album art URLs when you call `GetTopAlbums` ([#307])
|
||||
* Retry paging through results on exception ([#297])
|
||||
* Respect `get_recent_tracks`' limit when there's a now playing track ([#310])
|
||||
* Remove Python 2 warnings, `python_requires` should be enough ([#312])
|
||||
* Use setuptools_scm to simplify versioning during release ([#316])
|
||||
* Extract username from session via new
|
||||
* Drop support for Python 2.7 ([#265])
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 14:15:02 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pylast
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,12 +19,13 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pylast
|
||||
Version: 3.1.0
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: A python interface to Last.fm
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/pylast/pylast
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/pylast/pylast-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -69,7 +70,7 @@ Features:
|
||||
# every test file has:
|
||||
# Integration (not unit) tests for pylast.py
|
||||
# almost all skipped, need internet access
|
||||
# %%pytest
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
|
Reference in New Issue
Block a user