Update python-pylast to version 5.5.0 / rev 15 via SR 1254397
https://build.opensuse.org/request/show/1254397
by user mcepl + anag+factory
Forwarded request #1254369 from glaubitz
- Update to 5.5.0
* Add py.typed and "Typing :: Typed" classifier (#476)
* Update types and run mypy on GitHub Actions (#478)
* Double read timeout to fix 'The read operation timed out' (#477)
- from version 5.4.0
* Add support for Python 3.14 and PyPy3.11 (#473)
* Add type hints using autotyping (#463)
* Drop support for Python 3.8 (#461)
* Replace deprecated classifier with licence expression (PEP 639) (#475)
* Generate __version__ at build to avoid slow importlib.metadata (#460)
* Remove unnecessary start=0 from range() (#474)
* Replace pre-commit/action with faster tox-dev/action-pre-commit-uv (#465)