Changelog for
python310-pylast-5.3.0-1.1.noarch.rpm :
* Thu Jun 06 2024 Dirk Müller
- update to 5.3.0:
* Add support for Python 3.13 (#448)
* Add type annotations to methods that take timestamp parameter
* Replace Flake8 with Ruff (#447)
* Fix example_test_pylast.yaml link in README.md
* Double read timeout to fix \'The read operation timed out\'
* Fix incorrect docstrings (#439)
* Sun Jan 07 2024 Dirk Müller - update to 5.2.0:
* Support for Python 3.12
* Drop support for EOL Python 3.7
* Publish to PyPI with a Trusted Publisher
* Document how to authenticate with a session key- update to 5.1.0:
* Support Python 3.11 (#399)
* Migrate from setuptools + setuptools_scm to hatchling + hatch-vcs (#413) AATThugovk- update to 5.0.0:
* Replace `http.client` with HTTPX (#379) AATThugovk
* Log method names at INFO level, also log API return data at DEBUG level
* Drop support for Python 3.6 (#387) AATThugovk
* Remove deprecated `is_streamable` and `is_fulltrack_available` (#388) AATThugovk
* If album has no MBID, `album.get_getmbid()` returns None
* Wed Oct 12 2022 Dirk Müller - drop unneeded six dependency
* Wed Apr 06 2022 pgajdosAATTsuse.com- pytest-mock is not required for build
* Sat Mar 26 2022 Dirk Müller - update to 4.5.0:
* Deprecate is_streamable and is_fulltrack_available
* Strip invalid XML characters from response
* Speedup: Use faster importlib.metadata for getting version (#377) AATThugovk
* Convert setup.py to static setup.cfg and format with setup-cfg-fmt (#376) AATThugovk
* Rename master to main, use 3.10 final, add workflow_dispatch (#374) AATThugovk
* Set get_top_tracks limit even if it\'s None, to get unlimited user top_tracks
* Add support for Python 3.10
* Fix artist.get_bio_content() when bio is empty + other test fixes (#370) AATThugovk
* Remove artist.shout(\"<3\") in README.md (#369) AATTtieubinhco
* Bugfix for get_userloved and get_userplaycount resulting in an empty response from the server
* Fix unsafe creation of temp file for caching, and improve exception raising (#356) AATTkvanzuijlen
* [pre-commit.ci] pre-commit autoupdate (#362) AATTpre-commit-ci
* Tue Mar 15 2022 Dirk Müller - use python_expand for fdupes
* Mon Feb 22 2021 andy great - Update to 4.1.0.
* Added
* Add support for streaming (#336) AATTkvanzuijlen
* Changed
* Update copyright year (#360) AATThugovk
* Replace Travis CI with GitHub Actions
* Fixed
* Set limit to 50 by default, not 1
* Updates for 4.0.0.
* Added
* Add support for Python 3.9.
* Removed
* Remove deprecated Artist.get_cover_image, User.get_artist_tracks and STATUS_TOKEN_ERROR.
* Fri Aug 07 2020 Marketa Calabkova - Update to version 3.3.0
* `User.get_now_playing`: Add album and cover image to info (#330) AATThugovk
* Improve handling of error responses from the API (#327) AATTspiritualized
* Deprecate `Artist.get_cover_image`, they\'re no longer available from Last.fm (#332) AATThugovk
* Fix `artist.get_bio_content()` to return `None` if bio is empty (#326) AATThugovk
* Fri Mar 20 2020 Marketa Calabkova - Update to version 3.2.1
* Fix regression calling `get_recent_tracks` with `limit=None` (#320) AATThugovk
* 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 2019 Matej Cepl - Replace %fdupes -s with plain %fdupes; hardlinks are better.